mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Use xpath gem from github, not local
This commit is contained in:
parent
bda4b8dc75
commit
ed19bfb2c8
2 changed files with 11 additions and 9 deletions
2
Gemfile
2
Gemfile
|
@ -1,4 +1,4 @@
|
|||
source :gemcutter
|
||||
|
||||
gemspec
|
||||
gem 'xpath', :path => '../xpath'
|
||||
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
|
||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -1,7 +1,14 @@
|
|||
GIT
|
||||
remote: git://github.com/jnicklas/xpath.git
|
||||
revision: 43959c0
|
||||
specs:
|
||||
xpath (0.0.1)
|
||||
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
capybara (0.3.9)
|
||||
celerity (>= 0.7.9)
|
||||
culerity (>= 0.2.4)
|
||||
mime-types (>= 1.16)
|
||||
nokogiri (>= 1.3.3)
|
||||
|
@ -9,11 +16,6 @@ PATH
|
|||
rack-test (>= 0.5.4)
|
||||
selenium-webdriver (>= 0.0.3)
|
||||
|
||||
PATH
|
||||
remote: /Users/jonas/Projects/xpath
|
||||
specs:
|
||||
xpath (0.0.1)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
|
@ -22,19 +24,19 @@ GEM
|
|||
culerity (0.2.10)
|
||||
ffi (0.6.3)
|
||||
rake (>= 0.8.7)
|
||||
json_pure (1.4.3)
|
||||
json_pure (1.4.6)
|
||||
launchy (0.3.7)
|
||||
configuration (>= 0.0.5)
|
||||
rake (>= 0.8.1)
|
||||
mime-types (1.16)
|
||||
nokogiri (1.4.2)
|
||||
nokogiri (1.4.3.1)
|
||||
rack (1.2.1)
|
||||
rack-test (0.5.4)
|
||||
rack (>= 1.0)
|
||||
rake (0.8.7)
|
||||
rspec (1.3.0)
|
||||
rubyzip (0.9.4)
|
||||
selenium-webdriver (0.0.26)
|
||||
selenium-webdriver (0.0.27)
|
||||
ffi (>= 0.6.1)
|
||||
json_pure
|
||||
rubyzip
|
||||
|
|
Loading…
Reference in a new issue