1
0
Fork 0
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:
Robin Dupret 2015-01-03 12:53:15 +01:00
parent a699f5d3e1
commit ece28185a8
2 changed files with 3 additions and 3 deletions

View file

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

View file

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