added heroku and git path for gravtastic to gemfile

This commit is contained in:
Mike Kelley
2011-12-28 14:37:11 -07:00
parent 00357847e0
commit f6c6407071

View File

@@ -6,11 +6,12 @@ gem 'sqlite3'
gem 'forum_monster', '~> 1.0.3' gem 'forum_monster', '~> 1.0.3'
gem 'devise' gem 'devise'
gem 'cancan' gem 'cancan'
gem 'gravtastic' gem 'gravtastic', :git => 'https://github.com/chrislloyd/gravtastic.git'
gem 'bb-ruby' gem 'bb-ruby'
group :development do group :development do
gem 'hirb' gem 'hirb'
gem 'heroku'
end end
group :production do group :production do