1
0
Fork 0
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:
Alexey Vasiliev 2014-02-04 21:15:30 +02:00
parent c5a52e450e
commit ae3af03933

View file

@ -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