mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
remove xpath submodule
This commit is contained in:
parent
c3e75f8988
commit
7698c3582e
3 changed files with 1 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
||||||
[submodule "xpath"]
|
|
||||||
path = xpath
|
|
||||||
url = git://github.com/jnicklas/xpath.git
|
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -3,4 +3,4 @@ source 'https://rubygems.org'
|
||||||
gem 'bundler', '~> 1.1'
|
gem 'bundler', '~> 1.1'
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
gem 'xpath', :path => 'xpath'
|
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
|
||||||
|
|
|
||||||
1
xpath
1
xpath
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 6429e5a84a7893d514be1cb04d3ff250b74ab1f8
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue