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