From 8c0834dbe3813410507b72da2ed30567b83a3787 Mon Sep 17 00:00:00 2001 From: alan-bot <29951002+alan-bot@users.noreply.github.com> Date: Thu, 16 Jul 2026 09:45:49 +0000 Subject: [PATCH] chore(deps): update dependency cocoapods to '>= 1.13', '< 1.17.1' --- example/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile b/example/Gemfile index 2d4a71e..3444a38 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.17.1' gem 'activesupport', '>= 6.1.7.5', '< 7.2.3'