1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/Gemfile
2018-03-31 14:09:45 +03:00

11 lines
281 B
Ruby

source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec
gem 'xpath', git: 'git://github.com/teamcapybara/xpath.git'
gem 'webdrivers', git: 'git://github.com/hron/webdrivers', branch: 'iedriver-sorting-fix' if ENV['CI']
group :doc do
gem 'redcarpet', platforms: :mri
end