diff --git a/appengine/rails-cloudsql-postgres/Gemfile b/appengine/rails-cloudsql-postgres/Gemfile index 67abc5919..aa109748d 100644 --- a/appengine/rails-cloudsql-postgres/Gemfile +++ b/appengine/rails-cloudsql-postgres/Gemfile @@ -24,7 +24,7 @@ end gem "rails", "~> 7.0" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.6.4" +gem "sqlite3", "~> 2.9.5" # Use Puma as the app server gem "puma", "~> 6.4" # Use SCSS for stylesheets diff --git a/appengine/rails-cloudsql-postgres/Gemfile.lock b/appengine/rails-cloudsql-postgres/Gemfile.lock index 66856ecc5..e329ac6d8 100644 --- a/appengine/rails-cloudsql-postgres/Gemfile.lock +++ b/appengine/rails-cloudsql-postgres/Gemfile.lock @@ -211,7 +211,7 @@ GEM matrix (0.4.2) memoist (0.16.2) mini_mime (1.1.5) - mini_portile2 (2.8.6) + mini_portile2 (2.8.9) minitest (5.25.5) multi_json (1.15.0) mutex_m (0.3.0) @@ -334,7 +334,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.4) + sqlite3 (2.9.5) mini_portile2 (~> 2.8.0) stackdriver (0.21.1) google-cloud-error_reporting (~> 0.41) @@ -378,7 +378,7 @@ DEPENDENCIES rspec-rails rspec_junit_formatter sass-rails (~> 6.0) - sqlite3 (~> 1.6.4) + sqlite3 (~> 2.9.5) tzinfo-data web-console (>= 4.2.0)