1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/gemfiles/Gemfile.ie
2018-04-05 09:45:22 -07:00

6 lines
178 B
Text

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