From a837ead5707537f334b244e95152cb5c0867ba04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2024 01:16:02 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-6861566 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8d72c37..736914c 100644 --- a/Gemfile +++ b/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' gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'