From 2f5108378013bd1397be901e4a246cb44df24aca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 03:55:46 +0000 Subject: [PATCH] fix: package/example/ios/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 --- package/example/ios/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/example/ios/Gemfile b/package/example/ios/Gemfile index ee72848283..b4277d8ef1 100644 --- a/package/example/ios/Gemfile +++ b/package/example/ios/Gemfile @@ -3,5 +3,5 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version ruby '>= 2.6.10' -gem 'cocoapods', '>= 1.11.3' +gem 'cocoapods', '>= 1.12.0' gem 'cocoapods-check', '>= 1.1.0'