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