Created
April 19, 2012 16:55
-
-
Save johnantoni/2422279 to your computer and use it in GitHub Desktop.
gemfile changes to support heroku deploy
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
| # Heroku's rubygems is too old for hoe 2.9.1 as of 28 Mar 2011 | |
| gem 'hoe', '~> 1.5.1' | |
| # figures | |
| gem "heroku" | |
| # will need some sort of web server | |
| gem "thin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment