mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
don't use xpath from submodule on Heroku
This commit is contained in:
parent
1812d8bed5
commit
4f79544f45
1 changed files with 4 additions and 2 deletions
6
Gemfile
6
Gemfile
|
@ -3,5 +3,7 @@ source :rubygems
|
|||
gem 'bundler', '~> 1.0'
|
||||
gemspec
|
||||
|
||||
@dependencies.delete_if {|d| d.name == "xpath" }
|
||||
gem 'xpath', :path => 'xpath'
|
||||
unless ENV['RACK_ENV']
|
||||
@dependencies.delete_if {|d| d.name == "xpath" }
|
||||
gem 'xpath', :path => 'xpath'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue