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:
halfcrazy
2017-01-04 17:49:58 -06:00
committed by Robert Lord
parent cc0f6055ae
commit d117207651
2 changed files with 4 additions and 4 deletions

View File

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

View File

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