Skip to content

Commit

Permalink
[Ubuntu] Avoid updating gems (actions#3320)
Browse files Browse the repository at this point in the history
  • Loading branch information
miketimofeev authored May 6, 2021
1 parent 5475c40 commit 366f1b0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions images/linux/scripts/installers/ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ source $HELPER_SCRIPTS/os.sh
source $HELPER_SCRIPTS/install.sh

apt-get install ruby-full
gem update

# temporary fix for fastlane installation https://github.com/fastlane/fastlane/issues/18642
if isUbuntu20 ; then
gem uninstall rdoc
gem install rdoc -v 6.3.0
fi

# Install ruby gems from toolset
gemsToInstall=$(get_toolset_value ".rubygems[] .name")
Expand Down

0 comments on commit 366f1b0

Please sign in to comment.