From 576133223fdd472be043410e14ed768519567809 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:24:59 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v2.7.8 --- example/.ruby-version | 2 +- example/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/.ruby-version b/example/.ruby-version index a4dd9dba..6a81b4c8 100644 --- a/example/.ruby-version +++ b/example/.ruby-version @@ -1 +1 @@ -2.7.4 +2.7.8 diff --git a/example/Gemfile b/example/Gemfile index 2c3edcf4..03f0a894 100644 --- a/example/Gemfile +++ b/example/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.4' +ruby '2.7.8' gem 'cocoapods', '~> 1.11', '>= 1.11.2'