From 76adaa1381900c515884c16f6ac9d768a6f7be52 Mon Sep 17 00:00:00 2001 From: alan-bot <29951002+alan-bot@users.noreply.github.com> Date: Mon, 3 Nov 2025 07:52:13 +0000 Subject: [PATCH] chore(deps): update dependency activesupport to '>= 6.1.7.5', '< 7.2.4' --- example/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile b/example/Gemfile index 2d4a71e..61cd006 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -6,4 +6,4 @@ 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 'activesupport', '>= 6.1.7.5', '< 7.2.3' +gem 'activesupport', '>= 6.1.7.5', '< 7.2.4'