Skip to content

Commit 58df231

Browse files
Bump sqlite3 from 1.6.2 to 1.7.0
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.2 to 1.7.0. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v1.6.2...v1.7.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e89034 commit 58df231

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
@@ -338,7 +338,7 @@ GEM
338338
actionpack (>= 5.2)
339339
activesupport (>= 5.2)
340340
sprockets (>= 3.0.0)
341-
sqlite3 (1.6.2)
341+
sqlite3 (1.7.0)
342342
mini_portile2 (~> 2.8.0)
343343
stimulus-rails (1.3.3)
344344
railties (>= 6.0.0)
@@ -413,7 +413,7 @@ DEPENDENCIES
413413
rubocop-rails
414414
selenium-webdriver
415415
sprockets-rails
416-
sqlite3 (~> 1.4)
416+
sqlite3 (~> 1.7)
417417
stimulus-rails
418418
turbo-rails
419419
tzinfo-data

0 commit comments

Comments
 (0)