Skip to content

Commit 88990dd

Browse files
Bump sqlite3 from 1.7.3 to 2.0.4
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.3 to 2.0.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.0.4) --- 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 b713555 commit 88990dd

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.0'
1414

1515
gem 'pg'
1616

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ GEM
343343
actionpack (>= 6.1)
344344
activesupport (>= 6.1)
345345
sprockets (>= 3.0.0)
346-
sqlite3 (1.7.3)
346+
sqlite3 (2.0.4)
347347
mini_portile2 (~> 2.8.0)
348348
stimulus-rails (1.3.3)
349349
railties (>= 6.0.0)
@@ -419,7 +419,7 @@ DEPENDENCIES
419419
rubocop-rails
420420
selenium-webdriver
421421
sprockets-rails
422-
sqlite3 (~> 1.7)
422+
sqlite3 (~> 2.0)
423423
stimulus-rails
424424
turbo-rails
425425
tzinfo-data

0 commit comments

Comments
 (0)