Not in this case AFAICS - Rails 2.3.5 requires Rack 1.0.1. When I add "rack --version '1.0.1'" to my .gems manifest, I get an error basically saying I am not allowed to upgrade rack:
-----> Installing gem rack 1.0.1 from http://gemcutter.org, http://gems.rubyforge.org ERROR: While executing gem ... (Errno::EACCES) Permission denied - /home/group_home/.gem/ruby/1.8/cache/rack-1.0.1.gem ! Heroku push rejected, Slug::CompileError So please upgrade Rack so we can deploy with Rails 2.3.5 :) On 27/11/2009, at 20.10, Oren Teich wrote: > you can use any gem you want, including rails 2.3.5. Simply put it in your > .gems file and it will be automatically installed for you. > > Oren > > On Nov 27, 2009, at 8:56 AM, morgoth wrote: > >> When we will be able to use 2.3.5? >> >> -- >> >> 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. >> >> > > -- > > 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. > > -- 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.
