From 75a2eb3d2871053ad6a7f53906493fc56a95bb2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 11:13:10 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3 --- app/.ruby-version | 2 +- app/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/.ruby-version b/app/.ruby-version index 49cdd668..47b322c9 100644 --- a/app/.ruby-version +++ b/app/.ruby-version @@ -1 +1 @@ -2.7.6 +3.4.1 diff --git a/app/Gemfile b/app/Gemfile index f243cea0..9d06fe53 100644 --- a/app/Gemfile +++ b/app/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby '2.7.6' +ruby '3.4.1' gem 'cocoapods', '~> 1.11', '>= 1.11.2'