From 9d904079ee07ee28b8d2c0d240f689a3513cc0b6 Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Sat, 26 Jul 2025 19:45:03 -0700 Subject: [PATCH] build: Downgrade Ruby from 3.4.0 -> 3.3.8 Looks like fastlane doesn't officially support Ruby 3.4.0 yet: https://github.com/fastlane/fastlane/issues/29183 --- .ruby-version | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 1809198..37d02a6 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.0 +3.3.8 diff --git a/Gemfile.lock b/Gemfile.lock index 4e9605a..892fccf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -308,7 +308,7 @@ DEPENDENCIES xcodeproj (< 1.26.0) RUBY VERSION - ruby 3.4.0.dev + ruby 3.3.8p144 BUNDLED WITH - 2.6.2 + 2.5.22 -- 2.51.2