Lock xpath version for base version tests and update bundler

This commit is contained in:
Thomas Walpole 2017-09-06 10:54:08 -07:00
parent 4c78dfa785
commit 95cac9550f
2 changed files with 2 additions and 1 deletions

View File

@ -101,6 +101,7 @@ before_install:
popd;
bundle config local.selenium-webdriver ../selenium/build/rb;
fi
- gem update bundler
before_script:
- if [[ -z $HEADLESS ]]; then
export DISPLAY=:99.0;

View File

@ -3,7 +3,7 @@ source "https://rubygems.org"
gem 'bundler', '~> 1.0'
gemspec :path => '..'
gem 'xpath', :git => 'git://github.com/teamcapybara/xpath.git'
gem 'xpath', '~> 2.1.0'
gem 'rack', '= 1.3.0' # cannot go lower because referer tests need aa7ce77cd0
gem 'rack-test', '= 0.5.4'