From 3219a87d064f86e91cb9e241ad26092a23aeb63f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 18:06:31 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-6861566 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 751e05d2d32b..6cf346b06332 100644 --- a/Gemfile +++ b/Gemfile @@ -3,9 +3,9 @@ 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.13" +gem "cocoapods", "~> 1.14", ">= 1.14.0" gem "activesupport", ">= 6.1.7.3", "< 7.1.0" -gem "fastlane", "~> 2" +gem "fastlane", "~> 2", ">= 2.220.0" gem "xcpretty", "~> 0"