mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
Ubuntu 20 Deprecation changes (#11748)
* Ubuntu 20 Deprecation updates * Updating .md files * Update announcement.yml * Update bug-report.yml * Update tool-request.yml * Updating merge conflicts * Updating .md files * Updating merge conflicts * Resolved merge conflicts --------- Co-authored-by: Prabhat kumar <prabhatkumar59@Prabhats-Laptop.local>
This commit is contained in:
@@ -10,27 +10,6 @@ source $HELPER_SCRIPTS/install.sh
|
||||
|
||||
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
|
||||
|
||||
# Install faraday-net_http gem pinned to version 3.0.2
|
||||
gem install faraday-net_http -v 3.0.2
|
||||
|
||||
# Install faraday gem pinned to version 2.8.1
|
||||
gem install faraday -v 2.8.1
|
||||
|
||||
# Install google-cloud-env gem pinned to version 2.1.1
|
||||
gem install google-cloud-env -v 2.1.1
|
||||
|
||||
# Install google-cloud-core gem pinned to version 1.7.1
|
||||
gem install google-cloud-core -v 1.7.1
|
||||
fi
|
||||
|
||||
# Install ruby gems from toolset
|
||||
gems_to_install=$(get_toolset_value ".rubygems[] .name")
|
||||
if [[ -n "$gems_to_install" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user