1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-28 22:53:04 +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: packages:
- libcurl4-openssl-dev - libcurl4-openssl-dev
before_install:
- gem install bundler --version 1.16.2
branches: branches:
only: only:
- gh-pages - gh-pages

View File

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