Skip to content

Commit

Permalink
Update dependencies (#944)
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 authored Oct 14, 2024
1 parent 2e89044 commit 57adf8e
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 10 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ group :development do
gem 'simplecov', require: false
gem 'simplecov-cobertura'
gem 'warning'

# FIXME: relax this dependency when Ruby 3.1 support will be dropped
gem "zeitwerk", "~> 2.6.18"
end

group :rubocop do
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.7)
rexml (3.3.8)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -272,6 +272,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura
warning
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 @@ -13,4 +13,7 @@ group :development do
gem 'simplecov', require: false
gem 'simplecov-cobertura'
gem 'warning'

# FIXME: relax this dependency when Ruby 3.1 support will be dropped
gem "zeitwerk", "~> 2.6.18"
end
5 changes: 3 additions & 2 deletions gemfiles/rails_61/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.7)
rexml (3.3.8)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
Expand Down Expand Up @@ -210,6 +210,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura
warning
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 @@ -13,4 +13,7 @@ group :development do
gem 'simplecov', require: false
gem 'simplecov-cobertura'
gem 'warning'

# FIXME: relax this dependency when Ruby 3.1 support will be dropped
gem "zeitwerk", "~> 2.6.18"
end
5 changes: 3 additions & 2 deletions gemfiles/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.7)
rexml (3.3.8)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
Expand Down Expand Up @@ -209,6 +209,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura
warning
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 @@ -13,4 +13,7 @@ group :development do
gem 'simplecov', require: false
gem 'simplecov-cobertura'
gem 'warning'

# FIXME: relax this dependency when Ruby 3.1 support will be dropped
gem "zeitwerk", "~> 2.6.18"
end
7 changes: 4 additions & 3 deletions gemfiles/rails_71/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
loofah (2.22.0)
Expand Down Expand Up @@ -199,7 +199,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.7)
rexml (3.3.8)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
Expand Down Expand Up @@ -240,6 +240,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura
warning
zeitwerk (~> 2.6.18)

BUNDLED WITH
2.5.19
2.5.21

0 comments on commit 57adf8e

Please sign in to comment.