From f9f82b79eb0ca9b7190d97afb8456282cab97878 Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev <48208649+miketimofeev@users.noreply.github.com> Date: Tue, 25 May 2021 20:33:58 +0300 Subject: [PATCH] Add previous version uninstallation (#3448) --- images/macos/provision/core/rubygem.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/images/macos/provision/core/rubygem.sh b/images/macos/provision/core/rubygem.sh index d0a4dc2895da..82211e38a39f 100755 --- a/images/macos/provision/core/rubygem.sh +++ b/images/macos/provision/core/rubygem.sh @@ -30,6 +30,7 @@ gem install bundler --force # AppStoreRelease Azure DevOps has issues with Fastlane 2.184.0. Temporary hardcoding the version until the issue is fixed # https://github.com/microsoft/app-store-vsts-extension/issues/244 echo Installing fastlane tools... +gem uninstall fastlane -aI gem install fastlane -v 2.183.2 invoke_tests "RubyGem"