From 517d90c3bf263c6a8e40ded2c7baaa029fe7560e Mon Sep 17 00:00:00 2001 From: zaneschepke Date: Sun, 7 Jun 2026 03:23:18 -0400 Subject: [PATCH] ci: fix fastlane pipeline --- .github/workflows/publish.yml | 2 +- Gemfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0dc6b6dc..6a40cbfa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -234,7 +234,7 @@ jobs: - name: Deploy with fastlane uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2' # Not needed with a .ruby-version file + ruby-version: '3.4' bundler-cache: true - name: Distribute app to Prod track 🚀 diff --git a/Gemfile b/Gemfile index adc90d98..7a06eb1a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source "https://rubygems.org" -gem "fastlane" \ No newline at end of file +gem "fastlane" +gem "multi_json" \ No newline at end of file