Use latest webdrivers gem when testing IE

This commit is contained in:
Thomas Walpole 2018-08-29 12:47:44 -07:00
parent f6ddb76265
commit 06663166b9
1 changed files with 0 additions and 2 deletions

View File

@ -2,5 +2,3 @@ source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec path: '..'
gem 'webdrivers', git: 'git://github.com/hron/webdrivers', branch: 'iedriver-sorting-fix' if ENV['CI']