From 81a1f4d28816030b2acd3474ac1fb30bf24313b1 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 25 Dec 2025 10:20:05 -0600 Subject: [PATCH] Revert "chore(deps): update ruby to v4" (#4064) --- .github/workflows/release.yml | 4 ++-- .ruby-version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60c6574fe..3a57ea6a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,7 +137,7 @@ jobs: - name: Setup Fastlane uses: ruby/setup-ruby@v1 with: - ruby-version: '4.0.0' + ruby-version: '3.4.8' bundler-cache: true - name: Build and Deploy Google Play to Internal Track with Fastlane @@ -203,7 +203,7 @@ jobs: - name: Setup Fastlane uses: ruby/setup-ruby@v1 with: - ruby-version: '4.0.0' + ruby-version: '3.4.8' bundler-cache: true - name: Build F-Droid with Fastlane diff --git a/.ruby-version b/.ruby-version index fcdb2e109..7921bd0c8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.0 +3.4.8