1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Don't locally build selenium-webdriver anymore

This commit is contained in:
Thomas Walpole 2021-03-29 14:54:20 -07:00
parent 60a9bdc7f9
commit e279ddd848
2 changed files with 2 additions and 9 deletions

View file

@ -121,13 +121,6 @@ matrix:
- rvm: ruby-head
before_install:
- gem update --system
- if [[ $BUNDLE_GEMFILE =~ Gemfile.edge-firefox$ ]]; then
pushd ..;
git clone --depth 1 https://github.com/SeleniumHQ/selenium.git;
cd selenium; ./go //rb:gem:build;
popd;
bundle config local.selenium-webdriver ../selenium/build/rb;
fi
before_script:
- if [[ -z $HEADLESS && -z $CAPYBARA_REMOTE ]]; then
mkdir -p ~/.config/awesome;

View file

@ -5,8 +5,8 @@ gemspec path: '..'
gem 'xpath', github: 'teamcapybara/xpath'
gem 'selenium-webdriver', :path => '../../selenium/build/rb'
gem 'webdrivers', github: 'titusfortner/webdrivers', branch: 'edge_chrome'
gem 'selenium-webdriver', '>= 4.0.0.beta2'
gem 'webdrivers', github: 'titusfortner/webdrivers', branch: 'master'
gem 'rack', github: 'rack/rack'
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'