Skip to content

Commit

Permalink
Update dependency sqlite3 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent ff863c9 commit 5ba4882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ gem "pry", "~> 0.14.1"
gem "rake", "~> 13.2"
gem "rspec-rails", "~> 6.1"
gem "sprockets-rails", "~> 3.2"
gem "sqlite3", "~> 1.7"
gem "sqlite3", "~> 2.0"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.0-arm64-darwin)
sqlite3 (2.0.0-x86_64-linux-gnu)
stringio (3.1.0)
thor (1.3.1)
timeout (0.4.1)
Expand Down Expand Up @@ -245,7 +245,7 @@ DEPENDENCIES
rake (~> 13.2)
rspec-rails (~> 6.1)
sprockets-rails (~> 3.2)
sqlite3 (~> 1.7)
sqlite3 (~> 2.0)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 5ba4882

Please sign in to comment.