From 92996d56f8bdf354edf834aa68b0edb170fe4f54 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 15 May 2010 18:33:06 -0400 Subject: [PATCH] add rdiscount to gemfile --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 4169aa9b..fabc74d8 100644 --- a/Gemfile +++ b/Gemfile @@ -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