mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update webdrivers used with selenium-webdriver edge testing
This commit is contained in:
parent
c059bfe0ce
commit
d06378a375
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ gemspec path: '..'
|
|||
gem 'xpath', github: 'teamcapybara/xpath'
|
||||
|
||||
gem 'selenium-webdriver', :path => '../../selenium/build/rb'
|
||||
gem 'webdrivers', github: 'twalpole/webdrivers', branch: 'selenium_4' if ENV['CI']
|
||||
gem 'webdrivers', github: 'titusfortner/webdrivers', branch: 'edge_chrome'
|
||||
gem 'rack', github: 'rack/rack'
|
||||
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
|
||||
|
||||
|
|
Loading…
Reference in a new issue