Skip to content

Commit

Permalink
Merge pull request #23310 from Fryguy/pin_concurrent_ruby
Browse files Browse the repository at this point in the history
Pin concurrent-ruby to < 1.3.5
  • Loading branch information
jrafanie authored Jan 16, 2025
2 parents 830d608 + e4fa809 commit 6fba87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ gem "byebug", :require => false
gem "color", "~>1.8"
gem "config", "~>5.1", :require => false
gem "connection_pool", :require => false # For Dalli
gem "concurrent-ruby", "< 1.3.5", :require => false # Temporary pin down as concurrent-ruby 1.3.5 breaks Rails 7.0, and rails-core doesn't
# plan to ship a new 7.0 to fix it. See https://github.com/rails/rails/pull/54264
gem "dalli", "~>3.2.3", :require => false
gem "default_value_for", "~>4.0"
gem "docker-api", "~>1.33.6", :require => false
Expand Down

0 comments on commit 6fba87a

Please sign in to comment.