Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 7fbd517

Browse files
chore(deps): bump sqlite3 from 2.4.1 to 2.5.0
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.4.1 to 2.5.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@v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 643ab6c commit 7fbd517

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

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

1212
# Use sqlite3 as the database for Active Record
13-
gem "sqlite3", "~> 2.4"
13+
gem "sqlite3", "~> 2.5"
1414

1515
# Use the Puma web server [https://github.com/puma/puma]
1616
gem "puma", "~> 6.5"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ GEM
412412
actionpack (>= 6.1)
413413
activesupport (>= 6.1)
414414
sprockets (>= 3.0.0)
415-
sqlite3 (2.4.1-x86_64-darwin)
416-
sqlite3 (2.4.1-x86_64-linux-gnu)
415+
sqlite3 (2.5.0-x86_64-darwin)
416+
sqlite3 (2.5.0-x86_64-linux-gnu)
417417
stringio (3.1.2)
418418
tailwindcss-rails (3.1.0)
419419
railties (>= 7.0.0)
@@ -447,7 +447,7 @@ DEPENDENCIES
447447
simplecov
448448
simplecov-cobertura
449449
sprockets-rails
450-
sqlite3 (~> 2.4)
450+
sqlite3 (~> 2.5)
451451
tailwindcss-rails (~> 3.1)
452452
tzinfo-data
453453

0 commit comments

Comments
 (0)