Skip to content

Commit 899a606

Browse files
dependabot[bot]Djalma Andrade
authored andcommitted
Bump sqlite3 from 2.7.3 to 2.7.4 (#320)
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.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@v2.7.3...v2.7.4) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec9e481 commit 899a606

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "rails", "8.0.2.1"
88
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
99
gem "propshaft", "1.2.1"
1010
# Use sqlite3 as the database for Active Record
11-
gem "sqlite3", "2.7.3"
11+
gem "sqlite3", "2.7.4"
1212
# Use the Puma web server [https://github.com/puma/puma]
1313
gem "puma", "7.0.1"
1414
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ GEM
271271
rubyzip (>= 1.2.2, < 4.0)
272272
websocket (~> 1.0)
273273
sin_lru_redux (2.5.2)
274-
sqlite3 (2.7.3)
274+
sqlite3 (2.7.4)
275275
mini_portile2 (~> 2.8.0)
276-
sqlite3 (2.7.3-x86_64-linux-gnu)
277-
standard (1.51.1)
276+
sqlite3 (2.7.4-x86_64-linux-gnu)
277+
standard (1.50.0)
278278
language_server-protocol (~> 3.17.0.2)
279279
lint_roller (~> 1.0)
280280
rubocop (~> 1.80.2)
@@ -338,7 +338,7 @@ DEPENDENCIES
338338
rouge (~> 4.6)
339339
ruby_ui!
340340
selenium-webdriver
341-
sqlite3 (= 2.7.3)
341+
sqlite3 (= 2.7.4)
342342
standard
343343
stimulus-rails (= 1.3.4)
344344
tailwind_merge (~> 1.3.1)

0 commit comments

Comments
 (0)