Note that there are some explanatory texts on larger screens.

plurals
  1. PORails - Error pushing to Heroku - not seeing Gemfile.lock
    primarykey
    data
    text
    <p>I've been receiving this error for most of the day now, and my brain is too fried to keep trying to determine what the issue is:</p> <p><img src="https://i.stack.imgur.com/0Sm6D.png" alt="Heroku Push Error"></p> <p>It appears to be saying that I don't have a Gemfile.lock in version control, however, here is the Gemfile.lock that I currently have - as seen from github:</p> <pre><code>GEM remote: http://rubygems.org/ specs: actionmailer (3.1.1) actionpack (= 3.1.1) mail (~&gt; 2.3.0) actionpack (3.1.1) activemodel (= 3.1.1) activesupport (= 3.1.1) builder (~&gt; 3.0.0) erubis (~&gt; 2.7.0) i18n (~&gt; 0.6) rack (~&gt; 1.3.2) rack-cache (~&gt; 1.1) rack-mount (~&gt; 0.8.2) rack-test (~&gt; 0.6.1) sprockets (~&gt; 2.0.2) activeadmin (0.3.2) devise (&gt;= 1.1.2) fastercsv formtastic (&lt; 2.0.0) inherited_resources (&lt; 1.3.0) kaminari (&gt;= 0.12.4) meta_search (&gt;= 0.9.2) rails (&gt;= 3.0.0) sass (&gt;= 3.1.0) activemodel (3.1.1) activesupport (= 3.1.1) builder (~&gt; 3.0.0) i18n (~&gt; 0.6) activerecord (3.1.1) activemodel (= 3.1.1) activesupport (= 3.1.1) arel (~&gt; 2.2.1) tzinfo (~&gt; 0.3.29) activeresource (3.1.1) activemodel (= 3.1.1) activesupport (= 3.1.1) activesupport (3.1.1) multi_json (~&gt; 1.0) addressable (2.2.6) ansi (1.3.0) arel (2.2.1) bcrypt-ruby (3.0.1-x86-mingw32) builder (3.0.0) coffee-rails (3.1.1) coffee-script (&gt;= 2.2.0) railties (~&gt; 3.1.0) coffee-script (2.2.0) coffee-script-source execjs coffee-script-source (1.1.2) devise (1.4.9) bcrypt-ruby (~&gt; 3.0) orm_adapter (~&gt; 0.0.3) warden (~&gt; 1.0.3) erubis (2.7.0) execjs (1.2.9) multi_json (~&gt; 1.0) fastercsv (1.5.4) formtastic (1.2.4) actionpack (&gt;= 2.3.7) activesupport (&gt;= 2.3.7) i18n (~&gt; 0.4) has_scope (0.5.1) heroku (2.11.0) launchy (&gt;= 0.3.2) rest-client (~&gt; 1.6.1) rubyzip term-ansicolor (~&gt; 1.0.5) hike (1.2.1) i18n (0.6.0) inherited_resources (1.2.2) has_scope (~&gt; 0.5.0) responders (~&gt; 0.6.0) jquery-rails (1.0.16) railties (~&gt; 3.0) thor (~&gt; 0.14) json (1.6.1) kaminari (0.12.4) rails (&gt;= 3.0.0) launchy (2.0.5) addressable (~&gt; 2.2.6) mail (2.3.0) i18n (&gt;= 0.4.0) mime-types (~&gt; 1.16) treetop (~&gt; 1.4.8) meta_search (1.1.1) actionpack (~&gt; 3.1.0) activerecord (~&gt; 3.1.0) activesupport (~&gt; 3.1.0) polyamorous (~&gt; 0.5.0) mime-types (1.17.2) multi_json (1.0.3) orm_adapter (0.0.5) pg (0.11.0-x86-mingw32) polyamorous (0.5.0) activerecord (~&gt; 3.0) polyglot (0.3.2) rack (1.3.5) rack-cache (1.1) rack (&gt;= 0.4) rack-mount (0.8.3) rack (&gt;= 1.0.0) rack-ssl (1.3.2) rack rack-test (0.6.1) rack (&gt;= 1.0) rails (3.1.1) actionmailer (= 3.1.1) actionpack (= 3.1.1) activerecord (= 3.1.1) activeresource (= 3.1.1) activesupport (= 3.1.1) bundler (~&gt; 1.0) railties (= 3.1.1) railties (3.1.1) actionpack (= 3.1.1) activesupport (= 3.1.1) rack-ssl (~&gt; 1.3.2) rake (&gt;= 0.8.7) rdoc (~&gt; 3.4) thor (~&gt; 0.14.6) rake (0.9.2.2) rdoc (3.11) json (~&gt; 1.4) responders (0.6.4) rest-client (1.6.7) mime-types (&gt;= 1.16) rubyzip (0.9.4) sass (3.1.10) sass-rails (3.1.4) actionpack (~&gt; 3.1.0) railties (~&gt; 3.1.0) sass (&gt;= 3.1.4) sprockets (~&gt; 2.0.0) tilt (~&gt; 1.3.2) sprockets (2.0.3) hike (~&gt; 1.2) rack (~&gt; 1.0) tilt (~&gt; 1.1, != 1.3.0) sqlite3 (1.3.4-x86-mingw32) term-ansicolor (1.0.7) thor (0.14.6) tilt (1.3.3) treetop (1.4.10) polyglot polyglot (&gt;= 0.3.1) turn (0.8.3) ansi tzinfo (0.3.30) uglifier (1.0.4) execjs (&gt;= 0.3.0) multi_json (&gt;= 1.0.2) warden (1.0.6) rack (&gt;= 1.0) PLATFORMS x86-mingw32 DEPENDENCIES activeadmin coffee-rails (~&gt; 3.1.1) devise (~&gt; 1.4.7) heroku jquery-rails pg rails (= 3.1.1) sass-rails (~&gt; 3.1.4) sqlite3 turn uglifier (&gt;= 1.0.3) </code></pre> <p>Steps I've tried: </p> <ul> <li><p>Deleted Gemfile.lock and ran bundle update to generate new one </p></li> <li><p>Specifically stated "git add Gemfile.lock" before pushing to<br> github </p></li> <li><p>I pulled the sass-rails gem out of assets in case it was needed in<br> production</p></li> <li><p>Deleted the contents of .gitignore to make sure there wasn't any dependency being ignored</p></li> </ul> <p>If it helps, this is a Rails 3.1.1 app and I'm also using ActiveAdmin. </p> <p>Any advice is much appreciated!</p>
    singulars
    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.
    1. This table or related slice is empty.
    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