1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-26 05:33:02 +02:00

bundler version in script/bootstrap which runs after before_install

This commit is contained in:
Mike Linksvayer 2018-08-20 12:09:00 -07:00
parent ed9c22c948
commit b5972d3beb
2 changed files with 1 additions and 4 deletions

View File

@ -12,9 +12,6 @@ addons:
packages:
- libcurl4-openssl-dev
before_install:
- gem install bundler --version 1.16.2
branches:
only:
- gh-pages

View File

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