Update webdrivers used with selenium-webdriver edge testing

This commit is contained in:
Thomas Walpole 2019-06-10 17:34:32 -07:00
parent c059bfe0ce
commit d06378a375
1 changed files with 1 additions and 1 deletions

View File

@ -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'