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:
parent
07f2a714ac
commit
c43cbb3956
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue