mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update testing gemfile
This commit is contained in:
parent
c20c0cab0a
commit
acb601c539
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ gemspec path: '..'
|
||||||
|
|
||||||
gem 'xpath', github: 'teamcapybara/xpath'
|
gem 'xpath', github: 'teamcapybara/xpath'
|
||||||
|
|
||||||
gem 'selenium-webdriver', github: 'seleniumhq/selenium', branch: 'edge_chrome_rb', glob: 'rb/*.gemspec'
|
gem 'selenium-webdriver', github: 'seleniumhq/selenium', glob: 'rb/*.gemspec'
|
||||||
gem 'webdrivers', github: 'twalpole/webdrivers', branch: 'selenium_4'
|
gem 'webdrivers', github: 'titusfortner/webdrivers', branch: 'edge_chrome'
|
||||||
gem 'rack', github: 'rack/rack'
|
gem 'rack', github: 'rack/rack'
|
||||||
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
|
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue