Skip to content

Commit

Permalink
Update redcarpet gem to 3.4.0 which will solve the unicode error with
Browse files Browse the repository at this point in the history
  • Loading branch information
halfcrazy committed Jan 3, 2017
1 parent 0283a93 commit f9db632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

0 comments on commit f9db632

Please sign in to comment.