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