Note that there are some explanatory texts on larger screens.

plurals
  1. POIssue when pushing to Heroku. Run `bundle install` elsewhere and add the updated Gemfile.lock to version control
    primarykey
    data
    text
    <p>I've been trying to trouble shoot this error now for a couple hours without making any progress. I've tried running bundle install in different environments with no luck. I'm not sure what is happening and I feel as if the error is no longer providing relevant feedback. However, I am using Ruby 1.9.3 and when I push it states that Heroku is using ruby 2.0.0. Could this have something to do with it?</p> <pre><code>Castillos-MacBook-Pro:reservester-nysum13 castillo$ git push heroku master Identity added: /Users/castillo/.ssh/id_rsa (/Users/castillo/.ssh/id_rsa) Counting objects: 66, done. Delta compression using up to 2 threads. Compressing objects: 100% (51/51), done. Writing objects: 100% (66/66), 26.25 KiB, done. Total 66 (delta 4), reused 38 (delta 1) -----&gt; Ruby/Rails app detected -----&gt; Using Ruby version: ruby-2.0.0 -----&gt; Installing dependencies using Bundler version 1.3.2 Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment You are trying to install in deployment mode after changing your Gemfile. Run `bundle install` elsewhere and add the updated Gemfile.lock to version control. You have added to the Gemfile: * debugger Bundler Output: You are trying to install in deployment mode after changing your Gemfile. Run `bundle install` elsewhere and add the updated Gemfile.lock to version control. You have added to the Gemfile: * debugger ! ! Failed to install gems via Bundler. ! ! Push rejected, failed to compile Ruby/Rails app To git@heroku.com:guarded-sierra-5306.git ! [remote rejected] master -&gt; master (pre-receive hook declined) error: failed to push some refs to 'git@heroku.com:guarded-sierra-5306.git' </code></pre> <p>gem 'debugger' originally was placed outside of the environment group. I moved it to the development group and reran bundle.</p> <p>Here is my Gemfile</p> <pre><code>source 'https://rubygems.org' gem 'rails', '3.2.13' gem 'therubyracer' gem 'twitter-bootstrap-rails' gem 'carrierwave' gem 'rmagick' gem "fog", "~&gt; 1.3.1" gem "devise" gem "figaro" gem "galetahub-simple_captcha", :require =&gt; "simple_captcha" group :development do gem 'annotate' gem 'sqlite3' gem 'rspec-rails', '~&gt; 2.0' gem 'debugger' end group :production do gem 'pg' end group :assets do gem 'sass-rails', '~&gt; 3.2.3' gem 'coffee-rails', '~&gt; 3.2.1' gem 'uglifier', '&gt;= 1.0.3' end gem 'jquery-rails' </code></pre>
    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