Heroku actually uses bundler 0.9.20 not 23. That fixed it for me: >> `gem list | grep bundler` => "bundler (0.9.20, 0.9.11, 0.9.5)\n"
-Terence On Wed, 2010-04-21 at 06:13 -0700, Brian Rose wrote: > It looks like Bundler was updated to 0.9.23, which is great. However, > I am now getting the following error on 'heroku rake db:migrate' -- > any clue how to deal with it? > > Read-only file system - /disk1/home/slugs/170591_80044fe_2ff6/ > mnt/.bundle/environment.rb > /disk1/home/slugs/170591_80044fe_2ff6/mnt/Rakefile:4 > > Thanks! > > On Apr 19, 3:37 pm, Oren Teich <[email protected]> wrote: > > Correction: we will be updating this TUESDAY. > > > > Oren > > > > On Mon, Apr 19, 2010 at 10:19 AM, Oren Teich <[email protected]> wrote: > > > FYI, we'll be updating bundler on the bamboo stack this thursday to > > > 0.9.21. > > > > > Oren > > > > -- > > 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 > > athttp://groups.google.com/group/heroku?hl=en. > -- 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.
