Skip to content

Commit

Permalink
Merge pull request #206 from indirect/dependabot/bundler/sqlite3-1.7.0
Browse files Browse the repository at this point in the history
Bump sqlite3 from 1.6.9 to 1.7.0
  • Loading branch information
github-actions[bot] authored Dec 28, 2023
2 parents 8a03d50 + a5087c8 commit 9428b86
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.0"
gem "rspec-rails", "~> 6.0"
gem "sprockets-rails", "~> 3.2"
gem "sqlite3", "~> 1.6"
gem "sqlite3", "~> 1.7"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.9-arm64-darwin)
sqlite3 (1.6.9-x86_64-linux)
sqlite3 (1.7.0-arm64-darwin)
sqlite3 (1.7.0-x86_64-linux)
stringio (3.1.0)
thor (1.3.0)
timeout (0.4.1)
Expand Down Expand Up @@ -247,7 +247,7 @@ DEPENDENCIES
rake (~> 13.0)
rspec-rails (~> 6.0)
sprockets-rails (~> 3.2)
sqlite3 (~> 1.6)
sqlite3 (~> 1.7)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 9428b86

Please sign in to comment.