Created
April 19, 2010 02:06
-
-
Save jtrupiano/370679 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected]:stay-with-a-local.git | |
! [remote rejected] master -> master (pre-receive hook declined) | |
error: failed to push some refs to '[email protected]:stay-with-a-local.git' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment