diff --git a/Gemfile b/Gemfile index 881a38fef..234f5bfe0 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby ">= 2.6.10" gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1', '!= 1.15.2' gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' gem 'xcodeproj', '< 1.26.0' -gem 'concurrent-ruby', '< 1.3.4' +gem 'concurrent-ruby', '< 1.3.8' # Ruby 3.4.0 has removed some libraries from the standard library. gem 'bigdecimal' diff --git a/Gemfile.lock b/Gemfile.lock index 669b0fbfc..0b9755197 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,13 +65,15 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.7) connection_pool (2.5.3) drb (2.2.3) escape (0.0.4) ethon (0.16.0) ffi (>= 1.15.0) ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-darwin) + ffi (1.17.2-x86_64-linux-gnu) fourflusher (2.3.1) fuzzy_match (2.0.4) gh_inspector (1.1.3) @@ -118,7 +120,7 @@ DEPENDENCIES benchmark bigdecimal cocoapods (>= 1.13, != 1.15.2, != 1.15.1, != 1.15.0) - concurrent-ruby (< 1.3.4) + concurrent-ruby (< 1.3.8) logger mutex_m xcodeproj (< 1.26.0)