Skip to content

Instantly share code, notes, and snippets.

@jtrupiano
Created April 19, 2010 02:06
Show Gist options
  • Save jtrupiano/370679 to your computer and use it in GitHub Desktop.
Save jtrupiano/370679 to your computer and use it in GitHub Desktop.
system ~/projects/stay_with_a_local (master) $> git push heroku master
Counting objects: 238, done.
Compressing objects: 100% (211/211), done.
Writing objects: 100% (227/227), 356.40 KiB, done.
Total 227 (delta 116), reused 0 (delta 0)
-----> Heroku receiving push
-----> Installing gem compass 0.8.17 from http://gemcutter.org, http://gems.rubyforge.org
Successfully installed compass-0.8.17
1 gem installed
-----> Installing gem sinatra 1.0 from http://gemcutter.org, http://gems.rubyforge.org
Successfully installed sinatra-1.0
1 gem installed
-----> Installing gem compass-960-plugin from http://gemcutter.org, http://gems.rubyforge.org
ERROR: Error installing compass-960-plugin:
compass-960-plugin requires RubyGems version >= 1.3.6
error: hooks/pre-receive exited with error code 1
To git@heroku.com:stay-with-a-local.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:stay-with-a-local.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment