From b41abc1b16075ec35d62384990aeddb4ee364e27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Aug 2024 04:15:32 +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-7814166 --- 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'