From 614ae77521185a0315a31df6299d120e94edd282 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Aug 2024 08:49:24 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7814166 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 33f0cd9333db..daf8aade7da4 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,8 @@ 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.12" -gem "fastlane", "~> 2" +gem "cocoapods", "~> 1.13", ">= 1.13.0" +gem "fastlane", "~> 2", ">= 2.216.0" gem "xcpretty", "~> 0"