Skip to content

Commit

Permalink
Try setting zeitwerk 2.6.0 as development dependency in general
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Jan 28, 2025
1 parent 5171b9c commit f905adc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ GEM
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
zeitwerk (2.7.1)
zeitwerk (2.6.0)

PLATFORMS
arm64-darwin-22
Expand All @@ -199,6 +199,7 @@ DEPENDENCIES
rubocop-rails-omakase
solid_queue!
sqlite3
zeitwerk (= 2.6.0)

BUNDLED WITH
2.5.9
5 changes: 1 addition & 4 deletions solid_queue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop-rails-omakase"
spec.add_development_dependency "rdoc"
spec.add_development_dependency "logger"

if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("3.2")
spec.add_development_dependency "zeitwerk", "2.6.0"
end
spec.add_development_dependency "zeitwerk", "2.6.0"
end

0 comments on commit f905adc

Please sign in to comment.