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 Jun 10, 2024
1 parent 65ddf20 commit 8ae99c5
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.5"
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 (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.0.2-arm64-darwin)
sqlite3 (2.0.2-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.5)
sqlite3 (~> 1.7)
sqlite3 (~> 2.0)

RUBY VERSION
ruby 3.3.1p55
Expand Down

0 comments on commit 8ae99c5

Please sign in to comment.