diff --git a/graph-sample/Gemfile b/graph-sample/Gemfile index b138563..b1d31f3 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.6" +gem "sqlite3", "~> 2.7" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.6" diff --git a/graph-sample/Gemfile.lock b/graph-sample/Gemfile.lock index 986cdf0..9aa6189 100644 --- a/graph-sample/Gemfile.lock +++ b/graph-sample/Gemfile.lock @@ -258,7 +258,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.6.0-x86_64-linux-gnu) + sqlite3 (2.7.0-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.6) @@ -307,7 +307,7 @@ DEPENDENCIES rails (~> 7.2.2) selenium-webdriver sprockets-rails - sqlite3 (~> 2.6) + sqlite3 (~> 2.7) stimulus-rails turbo-rails tzinfo-data