From a2c11c2ba210532ab59561b07f7445b45c200d90 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Thu, 16 Jan 2025 17:50:53 -0500 Subject: [PATCH] Revert "Pin concurrent-ruby to < 1.3.5" This reverts commit e4fa809d0821950836891cd12697389dde841e1e. TODO Let's see if this is needed with rails 7.1 --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 5a4d83f0626..ab8f8d654ca 100644 --- a/Gemfile +++ b/Gemfile @@ -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