mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
[Ubuntu20] Pin public_suffix gem to 5.1.1 (#10111)
* [Ubuntu20] Pin public_suffix gem to 5.1.1
This commit is contained in:
committed by
GitHub
parent
c5c9a7cd7b
commit
62c1943b63
@@ -10,6 +10,11 @@ source $HELPER_SCRIPTS/install.sh
|
|||||||
|
|
||||||
apt-get install ruby-full
|
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
|
||||||
|
fi
|
||||||
|
|
||||||
# Install ruby gems from toolset
|
# Install ruby gems from toolset
|
||||||
gems_to_install=$(get_toolset_value ".rubygems[] .name")
|
gems_to_install=$(get_toolset_value ".rubygems[] .name")
|
||||||
if [[ -n "$gems_to_install" ]]; then
|
if [[ -n "$gems_to_install" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user