mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Update redcarpet gem to 3.4.0 which will solve the unicode error with (#660)
h1/h2. See https://github.com/vmg/redcarpet/issues/538
This commit is contained in:
parent
cc0f6055ae
commit
d117207651
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -6,4 +6,4 @@ gem 'middleman-syntax', '~> 3.0.0'
|
|||
gem 'middleman-autoprefixer', '~> 2.7.0'
|
||||
gem "middleman-sprockets", "~> 4.0.0"
|
||||
gem 'rouge', '~> 2.0.5'
|
||||
gem 'redcarpet', '~> 3.3.2'
|
||||
gem 'redcarpet', '~> 3.4.0'
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ GEM
|
|||
rb-fsevent (0.9.7)
|
||||
rb-inotify (0.9.7)
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (3.3.4)
|
||||
redcarpet (3.4.0)
|
||||
rouge (2.0.5)
|
||||
sass (3.4.22)
|
||||
servolux (0.12.0)
|
||||
|
|
@ -115,8 +115,8 @@ DEPENDENCIES
|
|||
middleman-autoprefixer (~> 2.7.0)
|
||||
middleman-sprockets (~> 4.0.0)
|
||||
middleman-syntax (~> 3.0.0)
|
||||
redcarpet (~> 3.3.2)
|
||||
redcarpet (~> 3.4.0)
|
||||
rouge (~> 2.0.5)
|
||||
|
||||
BUNDLED WITH
|
||||
1.12.5
|
||||
1.13.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue