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

Commit e1fcafe

Browse files
chore(deps): bump sqlite3 from 2.6.0 to 2.7.2
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.6.0 to 2.7.2. - [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.6.0...v2.7.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6f2468 commit e1fcafe

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.2"
1010
gem "sprockets-rails"
1111

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

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

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ GEM
435435
actionpack (>= 6.1)
436436
activesupport (>= 6.1)
437437
sprockets (>= 3.0.0)
438-
sqlite3 (2.6.0-x86_64-darwin)
439-
sqlite3 (2.6.0-x86_64-linux-gnu)
438+
sqlite3 (2.7.2-x86_64-darwin)
439+
sqlite3 (2.7.2-x86_64-linux-gnu)
440440
stringio (3.1.7)
441441
tailwindcss-rails (4.2.3)
442442
railties (>= 7.0.0)
@@ -471,7 +471,7 @@ DEPENDENCIES
471471
simplecov
472472
simplecov-cobertura
473473
sprockets-rails
474-
sqlite3 (~> 2.6)
474+
sqlite3 (~> 2.7)
475475
tailwindcss-rails (~> 4.2)
476476
tzinfo-data
477477

0 commit comments

Comments
 (0)