From d4ed20129cd30c45ad68ae50d7b8120296176202 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Oct 2024 21:24:48 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7814166 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577227 - https://snyk.io/vuln/SNYK-RUBY-REXML-6861566 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577228 - https://snyk.io/vuln/SNYK-RUBY-REXML-7462086 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c5ee5e1..7029fc4 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,6 @@ source "https://rubygems.org" gem 'xcpretty', '0.3.0' -gem 'cocoapods', '1.11.3' +gem 'cocoapods', '1.16.0' gem 'cocoapods-downloader', '1.6.3' gem 'jazzy', '0.14.2' \ No newline at end of file