Skip to content

Commit aad4b7e

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

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.4'
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 (>= 6.1)
341341
activesupport (>= 6.1)
342342
sprockets (>= 3.0.0)
343-
sqlite3 (1.7.3)
343+
sqlite3 (2.4.1)
344344
mini_portile2 (~> 2.8.0)
345345
stimulus-rails (1.3.4)
346346
railties (>= 6.0.0)
@@ -414,7 +414,7 @@ DEPENDENCIES
414414
rubocop-rails
415415
selenium-webdriver
416416
sprockets-rails
417-
sqlite3 (~> 1.7)
417+
sqlite3 (~> 2.4)
418418
stimulus-rails
419419
turbo-rails
420420
tzinfo-data

0 commit comments

Comments
 (0)