Skip to content

Commit

Permalink
Merge pull request #451 from betadots/dependabot/bundler/sqlite3-2.1.0
Browse files Browse the repository at this point in the history
build(deps): bump sqlite3 from 1.7.3 to 2.1.0
  • Loading branch information
github-actions[bot] authored Sep 26, 2024
2 parents 9fb6154 + 99614a6 commit 46939a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby file: '.ruby-version'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1.4'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.7'
gem 'sqlite3', '~> 2.1'
# Use Puma as the app server
gem 'puma', '~> 6.4'

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,11 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
sqlite3 (2.1.0)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
sqlite3 (2.1.0-arm64-darwin)
sqlite3 (2.1.0-x86_64-darwin)
sqlite3 (2.1.0-x86_64-linux-gnu)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.1)
Expand Down Expand Up @@ -532,7 +532,7 @@ DEPENDENCIES
selenium-webdriver
simplecov
sprockets-rails
sqlite3 (~> 1.7)
sqlite3 (~> 2.1)
stimulus-rails
turbo-rails
tzinfo-data
Expand Down

0 comments on commit 46939a4

Please sign in to comment.