From bf5818f8e074304ff5e1a96e4b040c2f37be9034 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 01:12:29 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v2.7.7 --- example/base/Gemfile | 2 +- test-ci/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/base/Gemfile b/example/base/Gemfile index 5efda89f4..048c0c725 100644 --- a/example/base/Gemfile +++ b/example/base/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby '2.7.5' +ruby '2.7.7' gem 'cocoapods', '~> 1.11', '>= 1.11.2' diff --git a/test-ci/Gemfile b/test-ci/Gemfile index 5efda89f4..048c0c725 100644 --- a/test-ci/Gemfile +++ b/test-ci/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby '2.7.5' +ruby '2.7.7' gem 'cocoapods', '~> 1.11', '>= 1.11.2'