Ok, this was fixed after I destroyed and recreated the app.

On Feb 3, 9:14 pm, Vitaliy Khustochka <[email protected]> wrote:
> Oren, thank you! Still, it didn't help.
>
> 1) I made bundle update and my Gemfile.lock was changed. Then I
> committed and pushed:
> The result was the same: app crashed and bundler-1.0.3 was in the logs
>
> 2) Then I removed unsupported :mingw option from Gemfile, committed
> and pushed:
> Application was working. But I still had a suspicion that it uses old
> Bundler.
>
> 3) So I added :mingw option again, pushed again and the result was
> still a crash with bundler-1.0.3 in logs.
>
> Though I have a workaround to make my app work, still it looks strange
> an old bundler is used to run it.
>
> Just for info, my app ishttp://quails.heroku.com/, stack is bamboo-
> ree-1.8.7
> .
>
> On Feb 3, 1:12 am, Oren Teich <[email protected]> wrote:
>
>
>
>
>
>
>
> > try touching your Gemfile, rerunning bundle install locally to ensure
> > you have a new Gemfile.lock, and pushing again.
>
> > On Wed, Feb 2, 2011 at 7:40 PM, Vitaliy Khustochka <[email protected]> wrote:
> > > Hi!
>
> > > In my app's Gemfile I have some option incompatible with old versions
> > > of Bundler, actually this is :platforms => :mingw option. So I was
> > > very glad when it was announced that bundler will be upgraded to
> > > version 1.0.7.
>
> > > So, after the date when it was supposed to be upgraded I ran git push
> > > heroku and it seems to be OK: all dependencies resolved, using bundler
> > > 1.0.7:
>
> > > -----> Heroku receiving push
> > > -----> Rails app detected
> > > -----> Detected Rails is not set to serve static_assets
> > >       Installing rails3_serve_static_assets... done
> > > -----> Gemfile detected, running Bundler version 1.0.7
>
> > > And it say application was launched.
>
> > > But when I navigate to my app in the browser I see 'App Crashed'
> > > message, and when I make heroku logs I see the following:
>
> > > ==> dyno-1571599.log (crash) <==
> > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/bundler-1.0.3/lib/bundler/dsl.rb:
> > > 211:in `_normalize_options': `mingw` is not a valid platform. The
> > > available options are:
> > > [:mri_18, :mri_19, :jruby, :ruby_18, :mswin, :ruby, :ruby_19, :mri]
> > > (Bundler::DslError)
>
> > > Please pay attention - it says bundler 1.0.3 is used. So it looks like
> > > bundler was upgraded where the dependencies is resolved but it was not
> > > on the dyno where the app is actually executed.
>
> > > --
> > > 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.

Reply via email to