Skip to content

Instantly share code, notes, and snippets.

@samnang
Created February 26, 2019 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samnang/3a2292f9f3ed098c18c24fda9585a2c6 to your computer and use it in GitHub Desktop.
Save samnang/3a2292f9f3ed098c18c24fda9585a2c6 to your computer and use it in GitHub Desktop.
update-ruby-gems.sh
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