Skip to content

Commit 396b6bf

Browse files
Bump sqlite3 from 2.7.2 to 2.7.3 (#290)
--- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd51f43 commit 396b6bf

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
@@ -8,7 +8,7 @@ gem "rails", "8.0.2"
88
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
99
gem "propshaft", "1.1.0"
1010
# Use sqlite3 as the database for Active Record
11-
gem "sqlite3", "2.7.2"
11+
gem "sqlite3", "2.7.3"
1212
# Use the Puma web server [https://github.com/puma/puma]
1313
gem "puma", "6.6.0"
1414
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ GEM
272272
rubyzip (>= 1.2.2, < 3.0)
273273
websocket (~> 1.0)
274274
sin_lru_redux (2.5.2)
275-
sqlite3 (2.7.2)
275+
sqlite3 (2.7.3)
276276
mini_portile2 (~> 2.8.0)
277-
sqlite3 (2.7.2-x86_64-linux-gnu)
277+
sqlite3 (2.7.3-x86_64-linux-gnu)
278278
standard (1.50.0)
279279
language_server-protocol (~> 3.17.0.2)
280280
lint_roller (~> 1.0)
@@ -339,7 +339,7 @@ DEPENDENCIES
339339
rouge (~> 4.5)
340340
ruby_ui!
341341
selenium-webdriver
342-
sqlite3 (= 2.7.2)
342+
sqlite3 (= 2.7.3)
343343
standard
344344
stimulus-rails (= 1.3.4)
345345
tailwind_merge (~> 1.3.1)

0 commit comments

Comments
 (0)