diff --git a/packages/mobile/Gemfile b/packages/mobile/Gemfile index a73d388dc2..326c0ffed0 100644 --- a/packages/mobile/Gemfile +++ b/packages/mobile/Gemfile @@ -5,4 +5,4 @@ ruby ">= 2.6.10" gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' gem 'xcodeproj', git: 'https://github.com/CocoaPods/Xcodeproj', ref: '2cf6a2263d2b164b87c1fdaed340667046b4e44d' -gem 'concurrent-ruby', '< 1.3.4' +gem 'concurrent-ruby', '< 1.3.8' diff --git a/packages/mobile/Gemfile.lock b/packages/mobile/Gemfile.lock index a6c365e376..3b2a10af26 100644 --- a/packages/mobile/Gemfile.lock +++ b/packages/mobile/Gemfile.lock @@ -76,7 +76,7 @@ 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.5) drb (2.2.3) escape (0.0.4) @@ -114,7 +114,7 @@ PLATFORMS DEPENDENCIES activesupport (>= 6.1.7.5, != 7.1.0) cocoapods (>= 1.13, != 1.15.1, != 1.15.0) - concurrent-ruby (< 1.3.4) + concurrent-ruby (< 1.3.8) xcodeproj! RUBY VERSION