Navigation Menu

Skip to content

Commit

Permalink
don't use xpath from submodule on Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas authored and Anders Törnqvist and Jonas Nicklas committed Jan 21, 2011
1 parent 1812d8b commit 4f79544
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Expand Up @@ -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

0 comments on commit 4f79544

Please sign in to comment.