Skip to content

Commit

Permalink
Fix dependency concurrent-ruby to v1.3.5
Browse files Browse the repository at this point in the history
Concurrent-ruby v1.3.5 has removed the dependency on logger. All Rails versions before 7.1 are affected by this issue because they have a direct dependency on concurrent
  • Loading branch information
tiinapennala committed Jan 21, 2025
1 parent 8754b8b commit d738e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions carpentry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "rdoc"
s.add_development_dependency "rails", ">= 4.2.0", "~> 6.1.0"
s.add_development_dependency "concurrent-ruby", "<= 1.3.4"
s.add_development_dependency "capybara", "~> 2.13"
s.add_development_dependency "autotest-standalone"
s.add_development_dependency "rspec-rails", "~> 3.4"
Expand Down

0 comments on commit d738e60

Please sign in to comment.