diff --git a/Example/Gemfile b/Example/Gemfile index 42ffec74e2..c33d8b415c 100644 --- a/Example/Gemfile +++ b/Example/Gemfile @@ -4,5 +4,5 @@ ruby '>= 2.6.10' # Cocoapods 1.15 introduced a bug which break the build. We will remove the upper # bound in the template on Cocoapods with next React Native release. -gem 'cocoapods', '>= 1.13', '< 1.15' +gem 'cocoapods', '~> 1.15.2' gem 'activesupport', '>= 6.1.7.5', '< 7.1.0' diff --git a/FabricExample/Gemfile b/FabricExample/Gemfile index 8d72c37a80..043588fe36 100644 --- a/FabricExample/Gemfile +++ b/FabricExample/Gemfile @@ -5,5 +5,5 @@ ruby ">= 2.6.10" # Cocoapods 1.15 introduced a bug which break the build. We will remove the upper # bound in the template on Cocoapods with next React Native release. -gem 'cocoapods', '>= 1.13', '< 1.15' +gem 'cocoapods', '~> 1.15.2' gem 'activesupport', '>= 6.1.7.5', '< 7.1.0' diff --git a/FabricTestExample/Gemfile b/FabricTestExample/Gemfile index 8d72c37a80..043588fe36 100644 --- a/FabricTestExample/Gemfile +++ b/FabricTestExample/Gemfile @@ -5,5 +5,5 @@ ruby ">= 2.6.10" # Cocoapods 1.15 introduced a bug which break the build. We will remove the upper # bound in the template on Cocoapods with next React Native release. -gem 'cocoapods', '>= 1.13', '< 1.15' +gem 'cocoapods', '~> 1.15.2' gem 'activesupport', '>= 6.1.7.5', '< 7.1.0' diff --git a/TestsExample/Gemfile b/TestsExample/Gemfile index 8d72c37a80..043588fe36 100644 --- a/TestsExample/Gemfile +++ b/TestsExample/Gemfile @@ -5,5 +5,5 @@ ruby ">= 2.6.10" # Cocoapods 1.15 introduced a bug which break the build. We will remove the upper # bound in the template on Cocoapods with next React Native release. -gem 'cocoapods', '>= 1.13', '< 1.15' +gem 'cocoapods', '~> 1.15.2' gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'