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 - gemfile: gemfiles/Gemfile.edge-marionette
before_install: before_install:
- gem update --system - gem update --system
- gem install bundler - gem install bundler -v 1.16.2
- if [[ $BUNDLE_GEMFILE =~ Gemfile.edge-marionette$ ]]; then - if [[ $BUNDLE_GEMFILE =~ Gemfile.edge-marionette$ ]]; then
pushd ..; pushd ..;
git clone --depth 1 https://github.com/SeleniumHQ/selenium.git; git clone --depth 1 https://github.com/SeleniumHQ/selenium.git;