Created
February 26, 2019 05:06
-
-
Save samnang/3a2292f9f3ed098c18c24fda9585a2c6 to your computer and use it in GitHub Desktop.
update-ruby-gems.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -xe | |
EB_SCRIPT_DIR=$(/opt/elasticbeanstalk/bin/get-config container -k script_dir) | |
. $EB_SCRIPT_DIR/use-app-ruby.sh | |
gem update --system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment