Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Bump sqlite3 from 1.7.2 to 1.7.3 (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Reese Armstrong <[email protected]>
  • Loading branch information
dependabot[bot] and reesericci authored Mar 18, 2024
1 parent 7a269b1 commit 487cb92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "rails", github: "rails/rails", branch: "main"
gem "propshaft"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 1.4"
gem "sqlite3", "~> 1.7"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", ">= 5.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ GEM
solid_queue (0.2.2)
rails (~> 7.1)
spring (4.1.3)
sqlite3 (1.7.2-x86_64-linux)
sqlite3 (1.7.3-x86_64-linux)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -372,7 +372,7 @@ DEPENDENCIES
solid_cache (~> 0.5.3)
solid_queue (~> 0.2.2)
spring
sqlite3 (~> 1.4)
sqlite3 (~> 1.7)
standard
stimulus-rails
turbo-rails (~> 2.0.5)
Expand Down

0 comments on commit 487cb92

Please sign in to comment.