From 0446a396c4a8297e86728a181e0f14199e9c83fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 06:21:48 +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..9c25013d 100644 --- a/app/.ruby-version +++ b/app/.ruby-version @@ -1 +1 @@ -2.7.6 +3.3.6 diff --git a/app/Gemfile b/app/Gemfile index f243cea0..c1760e0a 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.6' gem 'cocoapods', '~> 1.11', '>= 1.11.2'