Skip to content

Instantly share code, notes, and snippets.

@johnantoni
Created April 19, 2012 16:55
Show Gist options
  • Select an option

  • Save johnantoni/2422279 to your computer and use it in GitHub Desktop.

Select an option

Save johnantoni/2422279 to your computer and use it in GitHub Desktop.
gemfile changes to support heroku deploy
# 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