Created
April 7, 2009 23:43
-
-
Save francois/91538 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $ gpush heroku | |
| Counting objects: 15, done. | |
| Compressing objects: 100% (12/12), done. | |
| Writing objects: 100% (13/13), 1.44 KiB, done. | |
| Total 13 (delta 7), reused 0 (delta 0) | |
| -----> Heroku receiving push | |
| -----> Installing gem hpricot >= 0.2 from http://code.whytheluckystiff.net | |
| Building native extensions. This could take a while... | |
| Successfully installed hpricot-0.8.1 | |
| 1 gem installed | |
| -----> Installing gem rails 2.3.2 from http://gems.github.com | |
| ERROR: could not find gem rails locally or in a repository | |
| ! Heroku push rejected, gem installation failed for 'rails'. | |
| $ cat .gems | |
| hpricot --version '>= 0.2' --source code.whytheluckystiff.net | |
| rails --version 2.3.2 --source gems.github.com | |
| active_presenter --version 1.0.2 --source gems.github.com | |
| andand --version 1.3.1 --source gems.github.com | |
| mislav-will_paginate --version 2.3.7 --source gems.github.com | |
| ruby-openid --version 2.1.4 --source gems.github.com | |
| thoughtbot-clearance --version 0.5.3 --source gems.github.com | |
| thoughtbot-paperclip --version 2.2.7 --source gems.github.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment