mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update Redcarpet to version 3.2.2
This commit is contained in:
parent
a699f5d3e1
commit
ece28185a8
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -27,7 +27,7 @@ gem 'uglifier', '>= 1.3.0', require: false
|
|||
|
||||
group :doc do
|
||||
gem 'sdoc', '~> 0.4.0'
|
||||
gem 'redcarpet', '~> 3.1.2', platforms: :ruby
|
||||
gem 'redcarpet', '~> 3.2.2', platforms: :ruby
|
||||
gem 'w3c_validators'
|
||||
gem 'kindlerb'
|
||||
end
|
||||
|
|
|
@ -24,11 +24,11 @@ begin
|
|||
require 'redcarpet'
|
||||
rescue LoadError
|
||||
# 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?
|
||||
Please add
|
||||
|
||||
gem 'redcarpet', '~> 3.1.2'
|
||||
gem 'redcarpet', '~> 3.2.2'
|
||||
|
||||
to the Gemfile, run
|
||||
|
||||
|
|
Loading…
Reference in a new issue