Skip to content

Commit

Permalink
Merge pull request #471 from sophiedeziel/dependabot/bundler/sqlite3-…
Browse files Browse the repository at this point in the history
…2.3.0

Bump sqlite3 from 1.7.3 to 2.3.0
  • Loading branch information
sophiedeziel authored Nov 24, 2024
2 parents 3bc1e53 + 297fe53 commit 678ee0e
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,7 +12,7 @@ gem 'rails', '~> 7.2.2'
gem 'sprockets-rails'

# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.7'
gem 'sqlite3', '~> 2.3'

# Use the Puma web server [https://github.com/puma/puma]
gem 'puma', '~> 6.4'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.3.0-x86_64-darwin)
sqlite3 (2.3.0-x86_64-linux-gnu)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.2)
Expand Down Expand Up @@ -315,7 +315,7 @@ DEPENDENCIES
selenium-webdriver
shakapacker (= 8.0.2)
sprockets-rails
sqlite3 (~> 1.7)
sqlite3 (~> 2.3)
tzinfo-data
web-console
webdrivers
Expand Down

0 comments on commit 678ee0e

Please sign in to comment.