mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
8 lines
169 B
Text
8 lines
169 B
Text
source "https://rubygems.org"
|
|
|
|
gem 'bundler', '~> 1.0'
|
|
gemspec :path => '..'
|
|
|
|
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
|
|
|
|
gem 'fuubar', '>= 2.0.0.beta1'
|