teamcapybara--capybara/Gemfile

11 lines
178 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec
2018-01-09 22:05:50 +00:00
gem 'xpath', git: 'git://github.com/teamcapybara/xpath.git'
group :doc do
2018-01-09 22:05:50 +00:00
gem 'redcarpet', platforms: :mri
end