Created
September 26, 2020 16:05
-
-
Save 123ish/4a8e292dea1f4abf36ccb4b117a85371 to your computer and use it in GitHub Desktop.
.platform/hooks/predeploy/01_update_bundler.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
#!/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