Note that there are some explanatory texts on larger screens.

plurals
  1. POHeroku rejecting push in mature application (pre-receive hook declined)
    primarykey
    data
    text
    <p>I'm getting</p> <pre><code> FAILED: http://devcenter.heroku.com/articles/bundler </code></pre> <p>! Heroku push rejected, failed to install gems via Bundler To git@heroku.com:... ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to ………….. (see bottom for full listing)</p> <p>This is an application that is currently working on heroku, but heroku won't allow git push heroku master to update the code.</p> <p>However, if I clone the code to a new folder and do a heroku create to create a new app with seeded data, the new app works fine. However, I don't want to use the new app because I have data on the functioning app I want to persist.</p> <p>There seems to be something on the existing app or gems that is resisting being updated. I wouldn't think data could stop gems from being installed, so I don't know what to do.</p> <p>Suggestions?</p> <p>Does "Heroku push rejected, failed to install gems via Bundler" mean that the problem is in updating a gem, or is that a red herring?</p> <p>Thanks.</p> <p>$ git push heroku master Counting objects: 536, done. Delta compression using up to 2 threads. Compressing objects: 100% (125/125), done. Writing objects: 100% (391/391), 1.08 MiB, done. Total 391 (delta 262), reused 373 (delta 251)</p> <pre><code>-----&gt; Heroku receiving push -----&gt; Removing .DS_Store files -----&gt; Rails app detected -----&gt; Detected Rails is not set to serve static_assets Installing rails3_serve_static_assets... done -----&gt; Configure Rails 3 to disable x-sendfile Installing rails3_disable_x_sendfile... done -----&gt; Configure Rails to log to stdout Installing rails_log_stdout... done -----&gt; Gemfile detected, running Bundler version 1.0.7 Unresolved dependencies detected; Installing... Using --without development:test Windows Gemfile.lock detected, ignoring it. You have modified your Gemfile in development but did not check the resulting snapshot (Gemfile.lock) into version control You have added to the Gemfile: * source: rubygems repository http://rubygems.org/ * rails (= 3.0.5) * haml * haml-rails * sqlite3-ruby * devise (= 1.1.5) * omniauth * declarative_authorization * will_paginate (= 3.0.pre2) * nifty-generators * acts-as-taggable-on * acts_as_commentable * aws-s3 * jquery-rails * rspec-rails * annotate * faker (= 0.3.1) * hpricot (= 0.8.3) * ruby_parser * paperclip (~&gt; 2.3) * formtastic (~&gt; 1.2.3) * hirb * kaminari * rspec (= 2.5.0) * webrat * factory_girl_rails (= 1.0) * cucumber * mocha FAILED: http://devcenter.heroku.com/articles/bundler </code></pre> <p>! Heroku push rejected, failed to install gems via Bundler</p> <p>To git@heroku.com:... ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to …………..</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload