Re: exclusion of bundler gems (via group, :platforms, what else?)

2011-01-24 Thread Ben Scofield
No worries, Orlin -- we pushed it live in November, IIRC, and publicized it via Twitter and the December newsletter. We're still figuring out how best to let the community know when changes like this happen. Ben On Jan 24, 9:31 am, orlin wrote: > Thanks Ben.  Should have looked at the docs again

Re: exclusion of bundler gems (via group, :platforms, what else?)

2011-01-24 Thread orlin
Thanks Ben. Should have looked at the docs again. First time seeing this, I guess the exclusion feature is relatively new. -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to heroku@googlegroups.com. To unsubscrib

Re: exclusion of bundler gems (via group, :platforms, what else?)

2011-01-24 Thread Ben Scofield
Hi Orlin, You can exclude your development and test groups. Take a look at http://docs.heroku.com/bundler#specifying-gems-amp-groups Ben On Jan 24, 5:55 am, orlin wrote: > I have to start things with `bundle exec` and put all the gems I use in the > Gemfile.  However some gems are incompatible

exclusion of bundler gems (via group, :platforms, what else?)

2011-01-24 Thread orlin
I have to start things with `bundle exec` and put all the gems I use in the Gemfile. However some gems are incompatible with Heroku (those specifically for mac-osx) and make it impossible to deploy the app. It would be great if there is a way to exclude certain :development & :test groups when