Skip to content

Commit

Permalink
chore(deps): update dependency sqlite3 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 91d2c1f commit 108af38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby ">3.0"
gem "rails", "~> 7.0.0"

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

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.6"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ GEM
io-console (~> 0.5)
resend (0.13.0)
httparty (>= 0.21.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.2.0-arm64-darwin)
sqlite3 (2.2.0-x86_64-darwin)
sqlite3 (2.2.0-x86_64-linux-gnu)
stringio (3.1.0)
thor (1.3.2)
timeout (0.4.1)
Expand All @@ -191,7 +191,7 @@ DEPENDENCIES
puma (~> 5.6)
rails (~> 7.0.0)
resend
sqlite3 (~> 1.4)
sqlite3 (~> 2.0)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit 108af38

Please sign in to comment.