Merge pull #569: Update Kramdown version

This commit is contained in:
David A. Harding 2015-06-03 13:45:22 -04:00
commit fcc713b2e8
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ group :development do
gem 'jekyll', '~>1.3.0'
gem 'json'
gem 'less'
gem 'kramdown'
gem 'kramdown', '~>1.6.0'
gem 'RedCloth'
gem 'therubyracer' # required by less
end

View file

@ -36,7 +36,7 @@ GEM
redcarpet (~> 2.3.0)
safe_yaml (~> 0.9.7)
json (1.8.1)
kramdown (1.3.3)
kramdown (1.6.0)
less (2.4.0)
commonjs (~> 0.2.7)
libv8 (3.16.14.3)
@ -82,6 +82,6 @@ DEPENDENCIES
html-proofer
jekyll (~> 1.3.0)
json
kramdown
kramdown (~> 1.6.0)
less
therubyracer