Skip to content

Commit

Permalink
Merge pull request #199 from betadots/dependabot/bundler/sqlite3-1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
2 parents ed94148 + 72f5fa4 commit 4f14b19
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 '3.2.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0.0'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.5'
gem 'sqlite3', '~> 1.6'
# 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 @@ -409,11 +409,11 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.6)
sqlite3 (1.6.7)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.6-arm64-darwin)
sqlite3 (1.6.6-x86_64-darwin)
sqlite3 (1.6.6-x86_64-linux)
sqlite3 (1.6.7-arm64-darwin)
sqlite3 (1.6.7-x86_64-darwin)
sqlite3 (1.6.7-x86_64-linux)
stimulus-rails (1.2.2)
railties (>= 6.0.0)
sys-filesystem (1.4.4)
Expand Down Expand Up @@ -487,7 +487,7 @@ DEPENDENCIES
selenium-webdriver
simplecov
sprockets-rails
sqlite3 (~> 1.5)
sqlite3 (~> 1.6)
stimulus-rails
turbo-rails
tzinfo-data
Expand Down

0 comments on commit 4f14b19

Please sign in to comment.