diff --git a/implementations/react-native-sdk/Gemfile b/implementations/react-native-sdk/Gemfile index bdf8fdd45..0143c1dae 100644 --- a/implementations/react-native-sdk/Gemfile +++ b/implementations/react-native-sdk/Gemfile @@ -7,4 +7,4 @@ ruby ">= 2.6.10" gem 'cocoapods', '1.16.2' gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' gem 'xcodeproj', '< 1.27.1' -gem 'concurrent-ruby', '< 1.3.7' +gem 'concurrent-ruby', '< 1.3.8' diff --git a/implementations/react-native-sdk/Gemfile.lock b/implementations/react-native-sdk/Gemfile.lock index 258d4e7bf..9585425a0 100644 --- a/implementations/react-native-sdk/Gemfile.lock +++ b/implementations/react-native-sdk/Gemfile.lock @@ -65,7 +65,7 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.3.6) + concurrent-ruby (1.3.7) connection_pool (3.0.2) drb (2.2.3) escape (0.0.4) @@ -110,7 +110,7 @@ PLATFORMS DEPENDENCIES activesupport (>= 6.1.7.5, != 7.1.0) cocoapods (= 1.16.2) - concurrent-ruby (< 1.3.7) + concurrent-ruby (< 1.3.8) xcodeproj (< 1.27.1) RUBY VERSION diff --git a/packages/react-native-sdk/dev/Gemfile b/packages/react-native-sdk/dev/Gemfile index fff223d65..f6d697d46 100644 --- a/packages/react-native-sdk/dev/Gemfile +++ b/packages/react-native-sdk/dev/Gemfile @@ -7,4 +7,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', '< 1.27.1' -gem 'concurrent-ruby', '< 1.3.8' +gem 'concurrent-ruby', '< 1.3.9' diff --git a/packages/react-native-sdk/dev/Gemfile.lock b/packages/react-native-sdk/dev/Gemfile.lock index 2919835f2..28226d51c 100644 --- a/packages/react-native-sdk/dev/Gemfile.lock +++ b/packages/react-native-sdk/dev/Gemfile.lock @@ -62,7 +62,7 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.3.7) + concurrent-ruby (1.3.8) connection_pool (3.0.2) drb (2.2.3) escape (0.0.4) @@ -107,7 +107,7 @@ PLATFORMS DEPENDENCIES activesupport (>= 6.1.7.5, != 7.1.0) cocoapods (>= 1.13, != 1.15.1, != 1.15.0) - concurrent-ruby (< 1.3.8) + concurrent-ruby (< 1.3.9) xcodeproj (< 1.27.1) RUBY VERSION