Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Pin zeitwerk to `~> 2.6.18` because 2.7.0 only supports Ruby >= 3.2
  • Loading branch information
tagliala committed Oct 13, 2024
1 parent 5afcf54 commit 0f20647
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ DEPENDENCIES
rubocop-rspec
simplecov
simplecov-cobertura
zeitwerk (~> 2.6.18)

BUNDLED WITH
2.5.19
2.5.21
3 changes: 3 additions & 0 deletions gemfiles/rails_61/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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: "../.."
3 changes: 2 additions & 1 deletion gemfiles/rails_61/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ DEPENDENCIES
rspec-rails
simplecov
simplecov-cobertura
zeitwerk (~> 2.6.18)

BUNDLED WITH
2.5.19
2.5.21
3 changes: 3 additions & 0 deletions gemfiles/rails_70/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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: "../.."
3 changes: 2 additions & 1 deletion gemfiles/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ DEPENDENCIES
rspec-rails
simplecov
simplecov-cobertura
zeitwerk (~> 2.6.18)

BUNDLED WITH
2.5.19
2.5.21
3 changes: 3 additions & 0 deletions gemfiles/rails_71/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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: "../.."
3 changes: 2 additions & 1 deletion gemfiles/rails_71/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ DEPENDENCIES
rspec-rails
simplecov
simplecov-cobertura
zeitwerk (~> 2.6.18)

BUNDLED WITH
2.5.19
2.5.21

0 comments on commit 0f20647

Please sign in to comment.