We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 268c3b8 + fa60861 commit ea94a18Copy full SHA for ea94a18
2 files changed
graph-sample/Gemfile
@@ -10,7 +10,7 @@ gem "rails", "~> 7.2.2"
10
gem "sprockets-rails"
11
12
# Use sqlite3 as the database for Active Record
13
-gem "sqlite3", "~> 2.3"
+gem "sqlite3", "~> 2.4"
14
15
# Use the Puma web server [https://github.com/puma/puma]
16
gem "puma", "~> 6.5"
graph-sample/Gemfile.lock
@@ -254,7 +254,7 @@ GEM
254
actionpack (>= 6.1)
255
activesupport (>= 6.1)
256
sprockets (>= 3.0.0)
257
- sqlite3 (2.3.1-x86_64-linux-gnu)
+ sqlite3 (2.4.1-x86_64-linux-gnu)
258
stimulus-rails (1.3.4)
259
railties (>= 6.0.0)
260
stringio (3.1.1)
@@ -303,7 +303,7 @@ DEPENDENCIES
303
rails (~> 7.2.2)
304
selenium-webdriver
305
sprockets-rails
306
- sqlite3 (~> 2.3)
+ sqlite3 (~> 2.4)
307
stimulus-rails
308
turbo-rails
309
tzinfo-data
0 commit comments