bundler/bundler#6629 workaround no longer needed

This commit is contained in:
Mike Linksvayer 2018-09-24 15:36:02 -07:00
parent 92ce139709
commit 5b804796b7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
echo "bundling installin'"
gem install bundler --version 1.16.2
gem install bundler
bundle install
echo