On Jun 13, 5:49 am, Ariejan de Vroom <[email protected]> wrote: > Is there any way I can tell heroku to use the 'customly installed' > 0.9.26 version instead? That would be a 'fix' for future bundler > updates as well.
I tried to do this as well, and found it didn't work for whatever reason. It would be awesome if we could specify the version of Bundler we're using, as that would alleviate this problem going forward. FWIW - I figured out the latest edge version of Rails you can use on Heroku at this time: gem 'rails', :git => 'git://github.com/rails/rails.git', :ref => '5c9f27abaabba0d008cc' It's the commit before they bumped the Bundler dependency. - Trevor -- 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.
