teamcapybara--capybara/Gemfile

11 lines
178 B
Ruby

source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec
gem 'xpath', git: 'git://github.com/teamcapybara/xpath.git'
group :doc do
gem 'redcarpet', platforms: :mri
end