Switch to Redcarpet for Markdown Rendering.

This gives us Github Flavored Markdown, which is awesome.
This commit is contained in:
Arthur Schreiber 2012-04-17 23:02:21 +02:00
parent 9ee345750c
commit c437e2d7d4
7 changed files with 30 additions and 13 deletions

View file

@ -18,12 +18,12 @@ gem "six"
gem "therubyracer"
gem "faker"
gem "seed-fu"
gem "pygments.rb", "0.2.7"
gem "pygments.rb", "~> 0.2.11"
gem "redcarpet", "~> 2.1.1"
gem "thin"
gem "unicorn"
gem "git"
gem "acts_as_list"
gem "rdiscount"
gem "acts-as-taggable-on", "~> 2.1.0"
gem "drapper"
gem "resque", "~> 1.20.0"