Skip to content

Commit cb03851

Browse files
Bump sqlite3 from 1.7.3 to 2.7.4
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.7.4. - [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.7.3...v2.7.4) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent abbaa96 commit cb03851

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.8'
1010
gem 'sprockets-rails'
1111

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

1515
gem 'pg'
1616

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ GEM
348348
actionpack (>= 6.1)
349349
activesupport (>= 6.1)
350350
sprockets (>= 3.0.0)
351-
sqlite3 (1.7.3)
351+
sqlite3 (2.7.4)
352352
mini_portile2 (~> 2.8.0)
353353
stimulus-rails (1.3.4)
354354
railties (>= 6.0.0)
@@ -424,7 +424,7 @@ DEPENDENCIES
424424
rubocop-rails
425425
selenium-webdriver
426426
sprockets-rails
427-
sqlite3 (~> 1.7)
427+
sqlite3 (~> 2.7)
428428
stimulus-rails
429429
turbo-rails
430430
tzinfo-data

0 commit comments

Comments
 (0)