From a08eddaffdcff3ff10d191228eb70ea6d746f21a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 13:16:51 +0000 Subject: [PATCH] chore(deps): update dependency cocoapods to '>= 1.13', '< 1.16.3' --- example/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile b/example/Gemfile index 8d72c37a..30f26780 100644 --- a/example/Gemfile +++ b/example/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.13', '< 1.16.3' gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'