Re: Bundler 1.0.0 Rollout

2010-09-16 Thread marcel
No. Fortunately this isn't an absolute requirement for me (yet), so I decided to put it off in hopes that Heroku will update their bundler system to respect the :production group. On Sep 15, 10:02 am, Steve Odom steve.o...@gmail.com wrote: Marcel, Did you ever figure out a hack to haver

Re: Bundler 1.0.0 Rollout

2010-09-15 Thread Steve Odom
Marcel, Did you ever figure out a hack to haver bundler recognize your osx platform? Steve -- 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, send email to

Re: Bundler 1.0.0 Rollout

2010-09-11 Thread Betelgeuse
BUNDLE_WITHOUT is broken in bundler itself: http://github.com/carlhuda/bundler/commit/617fbc3661c56a79682d571c168ba8d68c1c3453 On Sep 10, 6:57 pm, marcel mpoi...@gmail.com wrote: I added autotest-fsevent to the :development group in my gemfile, and added BUNDLE_WITHOUT=test:development to the

Re: Bundler 1.0.0 Rollout

2010-09-10 Thread marcel
I tried Pasha's suggestion, but it looks like the environment variable is ignored by bundler in heroku. I added autotest-fsevent to the :development group in my gemfile, and added BUNDLE_WITHOUT=test:development to the heroku app config. But when I pushed, heroku still tried to build the native

Re: [ANN] Bundler 1.0.0 Rollout

2010-08-31 Thread Ashley Moran
On 30 Aug 2010, at 23:54, Terence Lee wrote: In the near future we're going to start requiring the Gemfile.lock to be checked into your git repository since this is the recommended deploy path set by the bundler team. Please take the time to do so if you haven't already. There's an

Re: Bundler 1.0.0 Rollout

2010-08-31 Thread chris
You're not alone -- would be great to have a solution for this. Heroku's official stance is to just include them and don't worry about the bloat, but obviously that won't work in your case. On Aug 31, 2:32 pm, Ashley Moran ashley.mo...@patchspace.co.uk wrote: On 30 Aug 2010, at 23:54, Terence

Re: [ANN] Bundler 1.0.0 Rollout

2010-08-31 Thread Terence Lee
It's rolled out. Please file a support ticket if there are any issues. Thanks, Terence On Mon, 2010-08-30 at 17:54 -0500, Terence Lee wrote: We're planning on doing a rollout for Bundler 1.0.0 to support Rails 3. As always, please test things locally and on production. You can view the full

[ANN] Bundler 1.0.0 Rollout

2010-08-30 Thread Terence Lee
We're planning on doing a rollout for Bundler 1.0.0 to support Rails 3. As always, please test things locally and on production. You can view the full changelog here: http://github.com/carlhuda/bundler/blob/d2b83f536291239d0ce2d2d27fa3821beb7e11f5/CHANGELOG.md In the near future we're going to