19 lines
307 B
Ruby
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 |