Skip to content

Instantly share code, notes, and snippets.

@123ish
Created September 26, 2020 16:05
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 123ish/4a8e292dea1f4abf36ccb4b117a85371 to your computer and use it in GitHub Desktop.
Save 123ish/4a8e292dea1f4abf36ccb4b117a85371 to your computer and use it in GitHub Desktop.
.platform/hooks/predeploy/01_update_bundler.sh
#!/bin/sh
# default bundler of Amazon Linux 3.1.1 is 2.1.4, so no need to update
sudo /opt/elasticbeanstalk/.rbenv/shims/gem install bundler -v 2.1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment