Skip to content

Commit 9841b4b

Browse files
Bump sqlite3 from 2.7.0 to 2.7.2 (#282)
1 parent 6837498 commit 9841b4b

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.0"
11+
gem "sqlite3", "2.7.2"
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.0)
275+
sqlite3 (2.7.2)
276276
mini_portile2 (~> 2.8.0)
277-
sqlite3 (2.7.0-x86_64-linux-gnu)
277+
sqlite3 (2.7.2-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.0)
342+
sqlite3 (= 2.7.2)
343343
standard
344344
stimulus-rails (= 1.3.4)
345345
tailwind_merge (~> 1.3.1)

0 commit comments

Comments
 (0)