From d358da6f5085e4041d66dd79a6d9dd29dd8127cf Mon Sep 17 00:00:00 2001 From: Fedor Kororkov Date: Fri, 7 Aug 2026 19:54:31 -0400 Subject: [PATCH] Use base image Ruby for Xcode builds (#366) --- templates/xcode.pkr.hcl | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/xcode.pkr.hcl b/templates/xcode.pkr.hcl index 7f73590..36dfa86 100644 --- a/templates/xcode.pkr.hcl +++ b/templates/xcode.pkr.hcl @@ -235,8 +235,6 @@ 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 --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",