add rdiscount to gemfile

This commit is contained in:
Emi Matchu 2010-05-15 18:33:06 -04:00
parent 2f057ca7ca
commit 92996d56f8

View file

@ -10,6 +10,8 @@ gem 'haml', '>= 3.0.0'
gem 'will_paginate', :git => 'http://github.com/mislav/will_paginate.git', :branch => 'rails3'
gem 'rdiscount'
group :development do
gem 'mysql'
end