Skip to content

Commit 822057e

Browse files
authored
Merge pull request #69 from tuanle03/dependabot/bundler/sqlite3-1.7.0
Bump sqlite3 from 1.6.2 to 1.7.0
2 parents a50f93c + 58df231 commit 822057e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'rails', '~> 7.0.4', '>= 7.0.4.3'
1010
gem 'sprockets-rails'
1111

1212
# Use sqlite3 as the database for Active Record
13-
gem 'sqlite3', '~> 1.4'
13+
gem 'sqlite3', '~> 1.7'
1414

1515
gem 'pg'
1616

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ GEM
340340
actionpack (>= 5.2)
341341
activesupport (>= 5.2)
342342
sprockets (>= 3.0.0)
343-
sqlite3 (1.6.2)
343+
sqlite3 (1.7.0)
344344
mini_portile2 (~> 2.8.0)
345345
stimulus-rails (1.3.3)
346346
railties (>= 6.0.0)
@@ -415,7 +415,7 @@ DEPENDENCIES
415415
rubocop-rails
416416
selenium-webdriver
417417
sprockets-rails
418-
sqlite3 (~> 1.4)
418+
sqlite3 (~> 1.7)
419419
stimulus-rails
420420
turbo-rails
421421
tzinfo-data

0 commit comments

Comments
 (0)