Merge pull request #296 from vmapetr/v-dmshib/update-gem-latest

Update gem to latest version
This commit is contained in:
Alejandro Pauly
2020-01-27 16:14:45 -05:00
committed by GitHub
3 changed files with 12 additions and 0 deletions

View File

@@ -7,5 +7,11 @@
# Source the helpers for use with the script
source $HELPER_SCRIPTS/document.sh
sudo apt-get install ruby-full
sudo gem update --system
# Install Ruby requirements
apt-get install -y libz-dev openssl libssl-dev
DocumentInstalledItem "ruby ($(ruby --version 2>&1 | cut -d ' ' -f 2))"
DocumentInstalledItem "gem ($(gem -v 2>&1 | tail -n 1))"