Re: Does Heroku support sourcing a gem from within the app using the :path option in Bundler?

2010-10-15 Thread marcel
I think you need to point :path one folder deeper, like: gem 'devise', :path = 'vendor/gems/devise-1.0.8' -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group,

Does Heroku support sourcing a gem from within the app using the :path option in Bundler?

2010-10-14 Thread Wes Gamble
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

Re: Does Heroku support sourcing a gem from within the app using the :path option in Bundler?

2010-10-14 Thread Wes Gamble
On 10/14/10 8:07 PM, Wes Gamble wrote: On 10/14/10 7:43 PM, Wes Gamble wrote: 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