Skip to content

Commit

Permalink
Update webdrivers used with selenium-webdriver edge testing
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jun 11, 2019
1 parent c059bfe commit d06378a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.edge-firefox
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit d06378a

Please sign in to comment.