From 7b94f17c7d5782c2f66e642c899aba0b141d70c0 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Mon, 14 Oct 2024 20:07:10 +0200 Subject: [PATCH] Update dependencies (#627) Pin zeitwerk to `~> 2.6.18` because 2.7.0 only supports Ruby >= 3.2 --- Gemfile | 3 +++ Gemfile.lock | 3 ++- gemfiles/rails_61/Gemfile | 3 +++ gemfiles/rails_61/Gemfile.lock | 3 ++- gemfiles/rails_70/Gemfile | 3 +++ gemfiles/rails_70/Gemfile.lock | 3 ++- gemfiles/rails_71/Gemfile | 3 +++ gemfiles/rails_71/Gemfile.lock | 3 ++- 8 files changed, 20 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 517109b..166306e 100644 --- a/Gemfile +++ b/Gemfile @@ -25,4 +25,7 @@ group :rails do gem 'rspec-rails' gem 'combustion' gem 'capybara' + + # FIXME: relax this dependency when Ruby 3.1 support will be dropped + gem "zeitwerk", "~> 2.6.18" end diff --git a/Gemfile.lock b/Gemfile.lock index 192657d..b993992 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -298,6 +298,7 @@ DEPENDENCIES rubocop-rspec simplecov simplecov-cobertura + zeitwerk (~> 2.6.18) BUNDLED WITH - 2.5.19 + 2.5.21 diff --git a/gemfiles/rails_61/Gemfile b/gemfiles/rails_61/Gemfile index 960dc8c..e9e5384 100644 --- a/gemfiles/rails_61/Gemfile +++ b/gemfiles/rails_61/Gemfile @@ -15,6 +15,9 @@ group :rails do gem 'rspec-rails' gem 'combustion' gem 'capybara' + + # FIXME: relax this dependency when Ruby 3.1 support will be dropped + gem "zeitwerk", "~> 2.6.18" end gemspec path: "../.." diff --git a/gemfiles/rails_61/Gemfile.lock b/gemfiles/rails_61/Gemfile.lock index 779372d..f2da7f1 100644 --- a/gemfiles/rails_61/Gemfile.lock +++ b/gemfiles/rails_61/Gemfile.lock @@ -233,6 +233,7 @@ DEPENDENCIES rspec-rails simplecov simplecov-cobertura + zeitwerk (~> 2.6.18) BUNDLED WITH - 2.5.19 + 2.5.21 diff --git a/gemfiles/rails_70/Gemfile b/gemfiles/rails_70/Gemfile index dfe47c0..5092c03 100644 --- a/gemfiles/rails_70/Gemfile +++ b/gemfiles/rails_70/Gemfile @@ -15,6 +15,9 @@ group :rails do gem 'rspec-rails' gem 'combustion' gem 'capybara' + + # FIXME: relax this dependency when Ruby 3.1 support will be dropped + gem "zeitwerk", "~> 2.6.18" end gemspec path: "../.." diff --git a/gemfiles/rails_70/Gemfile.lock b/gemfiles/rails_70/Gemfile.lock index b0e82e2..274e95a 100644 --- a/gemfiles/rails_70/Gemfile.lock +++ b/gemfiles/rails_70/Gemfile.lock @@ -232,6 +232,7 @@ DEPENDENCIES rspec-rails simplecov simplecov-cobertura + zeitwerk (~> 2.6.18) BUNDLED WITH - 2.5.19 + 2.5.21 diff --git a/gemfiles/rails_71/Gemfile b/gemfiles/rails_71/Gemfile index 58ffdfb..c2d8327 100644 --- a/gemfiles/rails_71/Gemfile +++ b/gemfiles/rails_71/Gemfile @@ -15,6 +15,9 @@ group :rails do gem 'rspec-rails' gem 'combustion' gem 'capybara' + + # FIXME: relax this dependency when Ruby 3.1 support will be dropped + gem "zeitwerk", "~> 2.6.18" end gemspec path: "../.." diff --git a/gemfiles/rails_71/Gemfile.lock b/gemfiles/rails_71/Gemfile.lock index e471ab5..e88abba 100644 --- a/gemfiles/rails_71/Gemfile.lock +++ b/gemfiles/rails_71/Gemfile.lock @@ -264,6 +264,7 @@ DEPENDENCIES rspec-rails simplecov simplecov-cobertura + zeitwerk (~> 2.6.18) BUNDLED WITH - 2.5.19 + 2.5.21