From b5972d3bebfe5389b7850be518ba6378f28f85f6 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Mon, 20 Aug 2018 12:09:00 -0700 Subject: [PATCH] bundler version in script/bootstrap which runs after before_install --- .travis.yml | 3 --- script/bootstrap | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d38594a..7ab30fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,6 @@ addons: packages: - libcurl4-openssl-dev -before_install: - - gem install bundler --version 1.16.2 - branches: only: - gh-pages diff --git a/script/bootstrap b/script/bootstrap index b659455..b37867e 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -3,7 +3,7 @@ set -e echo "bundling installin'" -gem install bundler +gem install bundler --version 1.16.2 bundle install echo