diff --git a/graph-sample/Gemfile b/graph-sample/Gemfile index 1266490..00293a3 100644 --- a/graph-sample/Gemfile +++ b/graph-sample/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 7.1.3" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.7" +gem "sqlite3", "~> 2.0" # 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 478b6cb..b972a71 100644 --- a/graph-sample/Gemfile.lock +++ b/graph-sample/Gemfile.lock @@ -250,7 +250,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.3-x86_64-linux-gnu) stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.0) @@ -298,7 +298,7 @@ DEPENDENCIES rails (~> 7.1.3) selenium-webdriver sprockets-rails - sqlite3 (~> 1.7) + sqlite3 (~> 2.0) stimulus-rails turbo-rails tzinfo-data