Skip to content

Commit

Permalink
make zeitwerk a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
argvniyx-enroute committed Jan 23, 2025
1 parent a1c6525 commit 7d0c355
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ PATH
railties (>= 7.0, < 8.1)
request_store (~> 1.3)
sprockets-rails
zeitwerk (< 2.7)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -294,6 +293,7 @@ DEPENDENCIES
test_track_rails_client!
timecop
webmock
zeitwerk (< 2.7)

BUNDLED WITH
2.6.3
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ PATH
railties (>= 7.0, < 8.1)
request_store (~> 1.3)
sprockets-rails
zeitwerk (< 2.7)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -267,6 +266,7 @@ DEPENDENCIES
test_track_rails_client!
timecop
webmock
zeitwerk (< 2.7)

BUNDLED WITH
2.6.3
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ PATH
railties (>= 7.0, < 8.1)
request_store (~> 1.3)
sprockets-rails
zeitwerk (< 2.7)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -307,6 +306,7 @@ DEPENDENCIES
test_track_rails_client!
timecop
webmock
zeitwerk (< 2.7)

BUNDLED WITH
2.6.3
2 changes: 1 addition & 1 deletion gemfiles/rails_7_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ PATH
railties (>= 7.0, < 8.1)
request_store (~> 1.3)
sprockets-rails
zeitwerk (< 2.7)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -307,6 +306,7 @@ DEPENDENCIES
test_track_rails_client!
timecop
webmock
zeitwerk (< 2.7)

BUNDLED WITH
2.6.3
2 changes: 1 addition & 1 deletion gemfiles/rails_8_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ PATH
railties (>= 7.0, < 8.1)
request_store (~> 1.3)
sprockets-rails
zeitwerk (< 2.7)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -308,6 +307,7 @@ DEPENDENCIES
test_track_rails_client!
timecop
webmock
zeitwerk (< 2.7)

BUNDLED WITH
2.6.3
2 changes: 1 addition & 1 deletion test_track_rails_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Gem::Specification.new do |s|
s.add_dependency 'railties', rails_constraints
s.add_dependency 'request_store', '~> 1.3'
s.add_dependency 'sprockets-rails'
s.add_dependency 'zeitwerk', '< 2.7'

s.add_development_dependency 'appraisal'
s.add_development_dependency 'betterlint'
Expand All @@ -39,6 +38,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'simplecov'
s.add_development_dependency 'timecop'
s.add_development_dependency 'webmock'
s.add_development_dependency 'zeitwerk', '< 2.7'

s.required_ruby_version = '>= 3.1'
end

0 comments on commit 7d0c355

Please sign in to comment.