Note that there are some explanatory texts on larger screens.

plurals
  1. PORails Heroku Gemfile.lock error - push rejected (open source)
    primarykey
    data
    text
    <p>I am trying to push my open source RoR application to Heroku but I'm having an issue making the initial push. I have <a href="https://stackoverflow.com/questions/18073967/failed-to-deploy-redmine-to-heroku-due-to-gemfile-lock-nonexistence">read</a> <a href="https://stackoverflow.com/questions/15873531/deploying-rails-app-to-heroku-after-previously-taking-gemfile-lock-out-of-reposi">many</a> <a href="https://stackoverflow.com/questions/9605863/heroku-gemfile-lock-is-required-issue">similar</a> <a href="https://stackoverflow.com/questions/12886044/git-push-heroku-master-will-not-recognize-my-gemfile-lock-file">questions</a>, but none of those answers has helped to solve my problem. I have tried <code>bundle update</code> and <code>bundle install</code> various times. I also have tried removing and then re-committing my <code>Gemfile.lock</code> file, however I get this same error still...</p> <pre class="lang-none prettyprint-override"><code>$ git push heroku master Counting objects: 5199, done. Compressing objects: 100% (3086/3086), done. Writing objects: 100% (5199/5199), 4.57 MiB | 131 KiB/s, done. Total 5199 (delta 3418), reused 3152 (delta 1962) -----&gt; Removing .DS_Store files -----&gt; Ruby app detected -----&gt; Compiling Ruby/NoLockfile ! ! Gemfile.lock required. Please check it in. ! ! Push rejected, failed to compile Ruby app To git@heroku.com:frozen-springs-4725.git ! [remote rejected] master -&gt; master (pre-receive hook declined) error: failed to push some refs to 'git@heroku.com:frozen-springs-4725.git' </code></pre> <p>Since my application uses MongoDB with MongoMapper, I suspect that I have some configuration incorrect. My <a href="https://github.com/TheConstructors/QwikStubs/tree/heroku" rel="nofollow noreferrer">code can be found here on Github</a> (I'm currently working on the <strong>heroku</strong> branch). Feel free to clone our repository and try it yourself. </p> <p>If anyone has any insight which could help me resolve this issue I would be very thankful!</p>
    singulars
    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