diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 092f323a9e8..ce47679e72e 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -275,4 +275,4 @@ DEPENDENCIES github-pages BUNDLED WITH - 2.5.15 + 2.5.17 diff --git a/gemfiles/rails_71/Gemfile b/gemfiles/rails_71/Gemfile index d7be2247f33..e6c5d5b5945 100644 --- a/gemfiles/rails_71/Gemfile +++ b/gemfiles/rails_71/Gemfile @@ -33,7 +33,7 @@ group :test do gem "launchy" gem "parallel_tests" gem "rspec-rails" - gem "sqlite3", "~> 1.7", platform: :mri # FIXME: relax this dependency when rails/rails#51636 will be released + gem "sqlite3", platform: :mri # Translations gem "i18n-tasks" diff --git a/gemfiles/rails_71/Gemfile.lock b/gemfiles/rails_71/Gemfile.lock index 45235abcedb..82c309cdc0d 100644 --- a/gemfiles/rails_71/Gemfile.lock +++ b/gemfiles/rails_71/Gemfile.lock @@ -374,10 +374,10 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3) + sqlite3 (2.0.4) mini_portile2 (~> 2.8.0) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.0.4-arm64-darwin) + sqlite3 (2.0.4-x86_64-linux-gnu) stringio (3.1.1) strscan (3.1.0) sys-uname (1.3.0) @@ -430,7 +430,7 @@ DEPENDENCIES simplecov simplecov-cobertura sprockets-rails - sqlite3 (~> 1.7) + sqlite3 webrick BUNDLED WITH