Backend: Update Kramdown Version

Use a newer version of Kramdown to workaround a parsing bug.
This commit is contained in:
David A. Harding 2015-05-29 22:52:03 -04:00
parent 24a2e35ccd
commit ace49c88c2
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