From 4e6faf74f2cd1b81f8f1a00d0fc64a2216aaebfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Jun 2025 17:13:42 +0000 Subject: [PATCH] fix: example/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7814166 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577227 - https://snyk.io/vuln/SNYK-RUBY-REXML-6861566 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577228 - https://snyk.io/vuln/SNYK-RUBY-REXML-8309365 - https://snyk.io/vuln/SNYK-RUBY-REXML-7462086 --- example/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile b/example/Gemfile index 8d72c37..736914c 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.15' gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'