Update testing gemfile

This commit is contained in:
Thomas Walpole 2019-06-10 14:07:50 -07:00
parent c20c0cab0a
commit acb601c539
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ gemspec path: '..'
gem 'xpath', github: 'teamcapybara/xpath'
gem 'selenium-webdriver', github: 'seleniumhq/selenium', branch: 'edge_chrome_rb', glob: 'rb/*.gemspec'
gem 'webdrivers', github: 'twalpole/webdrivers', branch: 'selenium_4'
gem 'selenium-webdriver', github: 'seleniumhq/selenium', glob: 'rb/*.gemspec'
gem 'webdrivers', github: 'titusfortner/webdrivers', branch: 'edge_chrome'
gem 'rack', github: 'rack/rack'
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'