Skip to content

Commit 87c97ad

Browse files
authored
Merge pull request #780 from Fryguy/pin_concurrent_ruby
Pin concurrent-ruby to < 1.3.5
2 parents 53f3e6f + 1c7de7a commit 87c97ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

manageiq-schema.gemspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ Gem::Specification.new do |spec|
2020

2121
spec.add_dependency "ancestry"
2222
spec.add_dependency "activerecord-id_regions", "~> 0.5.0"
23+
spec.add_dependency "concurrent-ruby", "< 1.3.5" # Temporary pin down as concurrent-ruby 1.3.5 breaks Rails 7.0, and rails-core doesn't
24+
# plan to ship a new 7.0 to fix it. See https://github.com/rails/rails/pull/54264
2325
spec.add_dependency "manageiq-password", ">= 1.2.0", "< 2"
2426
spec.add_dependency "more_core_extensions", ">= 3.5", "< 5"
2527
spec.add_dependency "pg"
26-
spec.add_dependency "rails", ">=7.0.8.5", "<8.0"
28+
spec.add_dependency "rails", ">=7.0.8.7", "<8.0"
2729

2830
spec.add_development_dependency "manageiq-style", ">= 1.5.3"
2931
spec.add_development_dependency "rspec"

0 commit comments

Comments
 (0)