add rdiscount to gemfile
This commit is contained in:
parent
2f057ca7ca
commit
92996d56f8
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -10,6 +10,8 @@ gem 'haml', '>= 3.0.0'
|
||||||
|
|
||||||
gem 'will_paginate', :git => 'http://github.com/mislav/will_paginate.git', :branch => 'rails3'
|
gem 'will_paginate', :git => 'http://github.com/mislav/will_paginate.git', :branch => 'rails3'
|
||||||
|
|
||||||
|
gem 'rdiscount'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'mysql'
|
gem 'mysql'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue