From 86308bb2eac87677e4fe0a078f7af7357eb94283 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2024 14:31:15 +0000 Subject: [PATCH] fix: example/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7577227 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577228 - 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..9c46e6a 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.16' gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'