teamcapybara--capybara/Gemfile

11 lines
184 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec
2017-05-25 17:43:28 +00:00
gem 'xpath', :git => 'git://github.com/teamcapybara/xpath.git'
group :doc do
gem 'redcarpet', :platforms => :mri
end