Hello, in my heroku app I have some packed gems and my environment.rb is like below:
... config.gem 'rubyist-aasm', :lib => 'aasm', :source => 'http:// gems.github.com', :version => '2.0.2' config.gem 'mislav-will_paginate', :lib => 'will_paginate', :source => 'http://gems.github.com' config.gem "thoughtbot-factory_girl", :lib => "factory_girl", :source => "http://gems.github.com" config.gem "brdinheiro", :version => '>=2.0.12' config.gem "brhelper", :version => '>=2.0.12' config.gem "brstring", :version => '>=2.0.12' config.gem "brdata", :version => '>=2.0.12' ... But when I try run my app he doesn't find "brdinheiro" gem and others gems below this line... even if this gems are unpacked in vendor folder. How can I fix this? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
