From 1c55f3a3bd892d319302038f1a58679923ad64bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 04:39:08 +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..a0891f56 100644 --- a/app/.ruby-version +++ b/app/.ruby-version @@ -1 +1 @@ -2.7.6 +3.3.4 diff --git a/app/Gemfile b/app/Gemfile index f243cea0..e1641f85 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.3.4' gem 'cocoapods', '~> 1.11', '>= 1.11.2'