diff --git a/graph-sample/Gemfile b/graph-sample/Gemfile index 4b99c30..9778f65 100644 --- a/graph-sample/Gemfile +++ b/graph-sample/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 7.2.1" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.1" +gem "sqlite3", "~> 2.2" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.4" diff --git a/graph-sample/Gemfile.lock b/graph-sample/Gemfile.lock index 6a76d7d..fab909d 100644 --- a/graph-sample/Gemfile.lock +++ b/graph-sample/Gemfile.lock @@ -253,7 +253,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.1.1-x86_64-linux-gnu) + sqlite3 (2.2.0-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.1) @@ -303,7 +303,7 @@ DEPENDENCIES rails (~> 7.2.1) selenium-webdriver sprockets-rails - sqlite3 (~> 2.1) + sqlite3 (~> 2.2) stimulus-rails turbo-rails tzinfo-data