diff --git a/graph-sample/Gemfile b/graph-sample/Gemfile index 679c5a9..e9504b4 100644 --- a/graph-sample/Gemfile +++ b/graph-sample/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 7.2.2" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.4" +gem "sqlite3", "~> 2.5" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.5" diff --git a/graph-sample/Gemfile.lock b/graph-sample/Gemfile.lock index 7ae1a6a..7d12d6a 100644 --- a/graph-sample/Gemfile.lock +++ b/graph-sample/Gemfile.lock @@ -255,7 +255,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.4.1-x86_64-linux-gnu) + sqlite3 (2.5.0-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.2) @@ -304,7 +304,7 @@ DEPENDENCIES rails (~> 7.2.2) selenium-webdriver sprockets-rails - sqlite3 (~> 2.4) + sqlite3 (~> 2.5) stimulus-rails turbo-rails tzinfo-data