From dc30c8dea799e8a1cde64a278892f816c0427b33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Nov 2024 04:54:27 +0000 Subject: [PATCH] fix: example/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-7814166 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577228 - https://snyk.io/vuln/SNYK-RUBY-REXML-6861566 - https://snyk.io/vuln/SNYK-RUBY-REXML-7462086 --- example/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile b/example/Gemfile index ef166088e..b96b769fd 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -4,5 +4,5 @@ source 'https://rubygems.org' ruby '2.7.4' # Exclude problematic versions of cocoapods and activesupport that causes build failures. -gem 'cocoapods', '=> 1.13', '!= 1.15.0', '!= 1.15.1' +gem 'cocoapods', '>= 1.16.0' gem 'activesupport', '>= 6.1.7.3', '!= 7.1.0'