I have the following entry in my Gemfile:

  gem 'devise',           :path => 'vendor/gems'

This is a customized version of the Devise gem (v. 1.0.8) that is stored in my RAILS_ROOT/vendor/gems directory.

When I try to deploy with this entry in the Gemfile, I get:

-----> Heroku receiving push
-----> Rails app detected
-----> Gemfile detected, running Bundler version 1.0.0
       Unresolved dependencies detected; Installing...
       Fetching source index for http://rubygems.org/
       Could not find devise-1.0.8 in any of the sources
       FAILED: http://docs.heroku.com/bundler
 !     Heroku push rejected, failed to install gems via Bundler

and so, I cannot deploy my app?

Is this a bundler issue, or a Heroku issue?

Thanks,
Wes

--
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to