1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-17 00:19:51 +02:00

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

View File

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