We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 069227d + fad2a6e commit 07cd20cCopy full SHA for 07cd20c
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.5"
+gem "sqlite3", "~> 2.6"
14
15
# Use the Puma web server [https://github.com/puma/puma]
16
gem "puma", "~> 6.6"
graph-sample/Gemfile.lock
@@ -255,7 +255,7 @@ GEM
255
actionpack (>= 6.1)
256
activesupport (>= 6.1)
257
sprockets (>= 3.0.0)
258
- sqlite3 (2.5.0-x86_64-linux-gnu)
+ sqlite3 (2.6.0-x86_64-linux-gnu)
259
stimulus-rails (1.3.4)
260
railties (>= 6.0.0)
261
stringio (3.1.2)
@@ -304,7 +304,7 @@ DEPENDENCIES
304
rails (~> 7.2.2)
305
selenium-webdriver
306
sprockets-rails
307
- sqlite3 (~> 2.5)
+ sqlite3 (~> 2.6)
308
stimulus-rails
309
turbo-rails
310
tzinfo-data
0 commit comments