From 17ea7c046480ddf0a6e24d02ed09a7107302f081 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sat, 6 Oct 2012 17:07:08 -0400 Subject: [PATCH] readme update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f77a337..4d99022 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ source :rubygems # ensure git hooks are installed when a gemfile is processed, see below ensure_git_hooks! +# deploying to heroku and want 1.9.3 goodness? +ruby '1.9.3' + gem 'rails', '3.2.3' # expands to: #