I just did my first Bundler - based deploy to Heroku.
However I notice that even the gems in my "development" group get
installed. They are specified like so:
group :development do
gem "mongrel"
gem "mysql"
gem "heroku"
end
in the Gemfile. Clearly I don't need any of these gems in my Heroku
installation.
I see that these gems are showing up in my Gemfile.lock file.
Is there a way to tell Heroku to not look at the "development" group gems?
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.