Revert "don't use xpath from submodule on Heroku"

This reverts commit 4f79544f45.
This commit is contained in:
Jonas Nicklas 2011-01-21 16:53:53 +01:00
parent 36ced3fd29
commit 1b823b36bf
1 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,5 @@ source :rubygems
gem 'bundler', '~> 1.0'
gemspec
unless ENV['RACK_ENV']
@dependencies.delete_if {|d| d.name == "xpath" }
gem 'xpath', :path => 'xpath'
end
@dependencies.delete_if {|d| d.name == "xpath" }
gem 'xpath', :path => 'xpath'