Files
forum/Gemfile
2011-12-28 14:37:11 -07:00

19 lines
307 B
Ruby

source 'http://rubygems.org'
gem 'rails', '3.0.9'
gem 'sqlite3'
gem 'forum_monster', '~> 1.0.3'
gem 'devise'
gem 'cancan'
gem 'gravtastic', :git => 'https://github.com/chrislloyd/gravtastic.git'
gem 'bb-ruby'
group :development do
gem 'hirb'
gem 'heroku'
end
group :production do
gem 'unicorn'
end