teamcapybara--capybara/Gemfile

11 lines
180 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
gem 'bundler', '~> 1.1'
gemspec
2013-03-16 01:29:02 +00:00
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
group :doc do
gem 'redcarpet', :platforms => :mri
end