Skip to content

Commit

Permalink
Pin concurrent-ruby to < 1.3.5
Browse files Browse the repository at this point in the history
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 rails/rails#54264
  • Loading branch information
Fryguy committed Jan 16, 2025
1 parent 830d608 commit e4fa809
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 e4fa809

Please sign in to comment.