From 205f2911a4d301dc9924db51d8b869c3d37361b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Aug 2023 23:12:15 +0000 Subject: [PATCH] fix: example/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-5851458 --- example/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile b/example/Gemfile index 5efda89..7e9845d 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version ruby '2.7.5' -gem 'cocoapods', '~> 1.11', '>= 1.11.2' +gem 'cocoapods', '~> 1.11', '>= 1.11.3'