Skip to content

Instantly share code, notes, and snippets.

@mortenbagai
Created February 19, 2009 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mortenbagai/67096 to your computer and use it in GitHub Desktop.
Save mortenbagai/67096 to your computer and use it in GitHub Desktop.
tubbs:rmtest morten$ git push heroku master
Counting objects: 74, done.
Compressing objects: 100% (63/63), done.
Writing objects: 100% (74/74), 106.87 KiB, done.
Total 74 (delta 17), reused 0 (delta 0)
== Heroku slug compile underway
The .gems file is invalid or empty; 'git rm .gems' if no gems are required.
/mnt/slug-compiler/lib/build_gems.rb:44:in `run': BuildGems::GemInstallError (BuildGems::GemInstallError)
from /mnt/slug-compiler/lib/build_gems.rb:26:in `chdir'
from /mnt/slug-compiler/lib/build_gems.rb:26:in `run'
from /mnt/slug-compiler/lib/slug.rb:99:in `build_gems'
from /mnt/slug-compiler/lib/slug.rb:86:in `compile'
from /mnt/slug-compiler/lib/slug.rb:83:in `chdir'
from /mnt/slug-compiler/lib/slug.rb:83:in `compile'
from hooks/pre-receive:33
from /mnt/slug-compiler/lib/slug.rb:163:in `lock'
from /mnt/slug-compiler/lib/slug.rb:15:in `initialize'
from hooks/pre-receive:32:in `new'
from hooks/pre-receive:32
error: hooks/pre-receive exited with error code 1
To git@heroku.com:gentle-spring-39.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:gentle-spring-39.git'
tubbs:rmtest morten$ git push heroku master
Counting objects: 74, done.
Compressing objects: 100% (63/63), done.
Writing objects: 100% (74/74), 106.87 KiB, done.
Total 74 (delta 17), reused 0 (delta 0)
== Heroku slug compile underway
The .gems file is invalid or empty; 'git rm .gems' if no gems are required.
/mnt/slug-compiler/lib/build_gems.rb:44:in `run': BuildGems::GemInstallError (BuildGems::GemInstallError)
from /mnt/slug-compiler/lib/build_gems.rb:26:in `chdir'
from /mnt/slug-compiler/lib/build_gems.rb:26:in `run'
from /mnt/slug-compiler/lib/slug.rb:99:in `build_gems'
from /mnt/slug-compiler/lib/slug.rb:86:in `compile'
from /mnt/slug-compiler/lib/slug.rb:83:in `chdir'
from /mnt/slug-compiler/lib/slug.rb:83:in `compile'
from hooks/pre-receive:33
from /mnt/slug-compiler/lib/slug.rb:163:in `lock'
from /mnt/slug-compiler/lib/slug.rb:15:in `initialize'
from hooks/pre-receive:32:in `new'
from hooks/pre-receive:32
error: hooks/pre-receive exited with error code 1
To git@heroku.com:gentle-spring-39.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:gentle-spring-39.git'
tubbs:rmtest morten$ cat .gems
rmagick:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment