Skip to content

Commit

Permalink
Revert "Pin concurrent-ruby to < 1.3.5"
Browse files Browse the repository at this point in the history
This reverts commit e4fa809.

TODO Let's see if this is needed with rails 7.1
  • Loading branch information
jrafanie committed Jan 16, 2025
1 parent 45aca2f commit a2c11c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ 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 a2c11c2

Please sign in to comment.