1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Fix xpath in base versions gemfile

This commit is contained in:
Jonas Nicklas 2013-03-18 23:39:41 +01:00
parent 07f2a714ac
commit c43cbb3956

View file

@ -1,9 +1,9 @@
source :rubygems
source "https://rubygems.org"
gem 'bundler', '~> 1.0'
gemspec :path => '..'
gem 'xpath', :path => '../xpath'
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
gem 'rack', '= 1.3.0' # cannot go lower because referer tests need aa7ce77cd0
gem 'rack-test', '= 0.5.4'