From ed0eea828d49ec72cc2d59c9f0005b4308ce3ea5 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Fri, 7 Aug 2026 14:21:01 -0400 Subject: [PATCH] Update Ruby for Xcode 27 image builds --- templates/xcode.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/xcode.pkr.hcl b/templates/xcode.pkr.hcl index f1f1990..7f73590 100644 --- a/templates/xcode.pkr.hcl +++ b/templates/xcode.pkr.hcl @@ -235,8 +235,8 @@ build { "git clone --depth 1 https://github.com/tuist/homebrew-tuist.git \"$(brew --repository)/Library/Taps/tuist/homebrew-tuist\"", "rm -rf \"$(brew --repository)/Library/Taps/tuist/homebrew-tuist/Casks\"", "tuist_version=$(ruby -ne 'if $_ =~ %r{/download/([^/]+)/}; puts $1; exit; end' \"$(brew --repository)/Library/Taps/tuist/homebrew-tuist/Aliases/tuist\") && brew trust --formula \"tuist/tuist/tuist@$tuist_version\" && brew install --formula \"tuist/tuist/tuist@$tuist_version\"", - "rbenv install 3.3.10", - "rbenv global 3.3.10", # fastlane conflicts with 3.4.0+ https://github.com/fastlane/fastlane/issues/29527 + "rbenv install --verbose 3.3.12", + "rbenv global 3.3.12", # fastlane conflicts with 3.4.0+ https://github.com/fastlane/fastlane/issues/29527 "gem update", "gem install fastlane", "gem install cocoapods",