mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
10 lines
184 B
Ruby
10 lines
184 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
|