From f6c640707138535acc71672c8ac9662e2a419f7e Mon Sep 17 00:00:00 2001 From: Mike Kelley Date: Wed, 28 Dec 2011 14:37:11 -0700 Subject: [PATCH] added heroku and git path for gravtastic to gemfile --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9c284b8..79ac44f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,11 +6,12 @@ gem 'sqlite3' gem 'forum_monster', '~> 1.0.3' gem 'devise' gem 'cancan' -gem 'gravtastic' +gem 'gravtastic', :git => 'https://github.com/chrislloyd/gravtastic.git' gem 'bb-ruby' group :development do gem 'hirb' + gem 'heroku' end group :production do