lock bundler to 1.16.2

This commit is contained in:
Thomas Walpole 2018-07-17 14:18:37 -07:00
parent 252b77c067
commit 5978b43405
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ matrix:
- gemfile: gemfiles/Gemfile.edge-marionette
before_install:
- gem update --system
- gem install bundler
- gem install bundler -v 1.16.2
- if [[ $BUNDLE_GEMFILE =~ Gemfile.edge-marionette$ ]]; then
pushd ..;
git clone --depth 1 https://github.com/SeleniumHQ/selenium.git;