mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
update redcarpet dep
This commit is contained in:
parent
332a503460
commit
06ad7a5c88
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency("execjs", ["~> 1.2"])
|
||||
s.add_dependency("sprockets", ["~> 2.1.0"])
|
||||
s.add_dependency("sprockets-sass", ["~> 0.6.0"])
|
||||
s.add_dependency("redcarpet", ["~> 2.0.0"])
|
||||
s.add_dependency("redcarpet", ["~> 2.1.0"])
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue