mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
1.8 redcarpet
This commit is contained in:
parent
c5a52e450e
commit
ae3af03933
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Gem::Specification.new do |s|
|
|||
# Github flavored markdown in YARD documentation
|
||||
# http://blog.nikosd.com/2011/11/github-flavored-markdown-in-yard.html
|
||||
s.add_development_dependency 'yard'
|
||||
s.add_development_dependency 'redcarpet'
|
||||
s.add_development_dependency 'redcarpet', '2.3.0' # because 1.8
|
||||
s.add_development_dependency 'github-markup'
|
||||
|
||||
# Coveralls test coverage tool
|
||||
|
|
Loading…
Reference in a new issue