提交 ece28185 编写于 作者: R Robin Dupret

Update Redcarpet to version 3.2.2

上级 a699f5d3
...@@ -27,7 +27,7 @@ gem 'uglifier', '>= 1.3.0', require: false ...@@ -27,7 +27,7 @@ gem 'uglifier', '>= 1.3.0', require: false
group :doc do group :doc do
gem 'sdoc', '~> 0.4.0' gem 'sdoc', '~> 0.4.0'
gem 'redcarpet', '~> 3.1.2', platforms: :ruby gem 'redcarpet', '~> 3.2.2', platforms: :ruby
gem 'w3c_validators' gem 'w3c_validators'
gem 'kindlerb' gem 'kindlerb'
end end
......
...@@ -24,11 +24,11 @@ def bundler? ...@@ -24,11 +24,11 @@ def bundler?
require 'redcarpet' require 'redcarpet'
rescue LoadError rescue LoadError
# This can happen if doc:guides is executed in an application. # This can happen if doc:guides is executed in an application.
$stderr.puts('Generating guides requires Redcarpet 3.1.2+.') $stderr.puts('Generating guides requires Redcarpet 3.2.2+.')
$stderr.puts(<<ERROR) if bundler? $stderr.puts(<<ERROR) if bundler?
Please add Please add
gem 'redcarpet', '~> 3.1.2' gem 'redcarpet', '~> 3.2.2'
to the Gemfile, run to the Gemfile, run
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册