From c74966e8ce8be77974ef59ddc2140ef7d35a1979 Mon Sep 17 00:00:00 2001 From: alan-bot <29951002+alan-bot@users.noreply.github.com> Date: Thu, 27 Mar 2025 11:31:32 +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 b924803..7342033 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.6'