diff --git a/logto-sample/Gemfile b/logto-sample/Gemfile index 2dcaeb9..0142993 100644 --- a/logto-sample/Gemfile +++ b/logto-sample/Gemfile @@ -9,7 +9,7 @@ gem "rails", "~> 7.1.3", ">= 7.1.3.4" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.4" # Don't upgrade to 2.0, it's not compatible with Rails 7 +gem "sqlite3", "~> 2.0" # Don't upgrade to 2.0, it's not compatible with Rails 7 # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" diff --git a/logto-sample/Gemfile.lock b/logto-sample/Gemfile.lock index 914d6e7..acdc8cd 100644 --- a/logto-sample/Gemfile.lock +++ b/logto-sample/Gemfile.lock @@ -223,9 +223,9 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-aarch64-linux) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.2-aarch64-linux-gnu) + sqlite3 (2.0.2-arm64-darwin) + sqlite3 (2.0.2-x86_64-linux-gnu) stimulus-rails (1.3.3) railties (>= 6.0.0) stringio (3.1.0) @@ -271,7 +271,7 @@ DEPENDENCIES redis (>= 4.0.1) selenium-webdriver sprockets-rails - sqlite3 (~> 1.4) + sqlite3 (~> 2.0) stimulus-rails turbo-rails tzinfo-data