Skip to content

Commit

Permalink
Merge pull request #263 from indirect/dependabot/bundler/sqlite3-2.0.4
Browse files Browse the repository at this point in the history
Bump sqlite3 from 1.7.3 to 2.0.4
  • Loading branch information
github-actions[bot] authored Sep 3, 2024
2 parents fa1188b + 7147d7b commit f343e81
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", "~> 7.0"
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.4-arm64-darwin)
sqlite3 (2.0.4-x86_64-linux-gnu)
stringio (3.1.1)
thor (1.3.2)
timeout (0.4.1)
Expand Down Expand Up @@ -245,7 +245,7 @@ DEPENDENCIES
rake (~> 13.2)
rspec-rails (~> 7.0)
sprockets-rails (~> 3.5)
sqlite3 (~> 1.7)
sqlite3 (~> 2.0)

RUBY VERSION
ruby 3.3.1p55
Expand Down

0 comments on commit f343e81

Please sign in to comment.