Bump Redcarpet to 3.1.0

- Footnotes
- GitHub style header anchors
- quotation marks as <q> tags
- A few other bug fixes
This commit is contained in:
Matt Rogers 2014-02-14 12:17:29 -06:00
parent 1671d34e15
commit ad9250d106
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('mercenary', "~> 0.2.0")
s.add_runtime_dependency('safe_yaml', "~> 1.0")
s.add_runtime_dependency('colorator', "~> 0.1")
s.add_runtime_dependency('redcarpet', "~> 3.0")
s.add_runtime_dependency('redcarpet', "~> 3.1")
s.add_runtime_dependency('toml', '~> 0.1.0')
s.add_runtime_dependency('sass', '~> 3.2')
s.add_runtime_dependency('jekyll-coffeescript', '~> 1.0')