[Ubuntu] Add Installation of google-cloud-errors Gem for Ubuntu 20 (#11732)

* Pin the google cloud error version

* [Ubuntu] Add Installation of google-cloud-errors Gem for Ubuntu 20

* verify the commit
This commit is contained in:
kishorekumar-anchala
2025-03-06 14:51:07 +00:00
committed by GitHub
parent dc02e08c4e
commit 1b5eca2f7d

View File

@@ -13,6 +13,9 @@ apt-get install ruby-full
# temporary fix for fastlane installation https://github.com/sporkmonger/addressable/issues/541
if is_ubuntu20; then
gem install public_suffix -v 5.1.1
# Install google-cloud-errors gem pinned to version 1.4.0
gem install google-cloud-errors -v 1.4.0
fi
# Install ruby gems from toolset