Update Kramdown and reduce it's constraints.
This commit is contained in:
parent
b9bdb85a47
commit
9b091f8d5d
2
Gemfile
2
Gemfile
|
@ -44,7 +44,7 @@ gem 'jekyll-coffeescript', '~> 1.0'
|
||||||
gem 'jekyll-feed'
|
gem 'jekyll-feed'
|
||||||
gem 'jekyll-gist', '~> 1.0'
|
gem 'jekyll-gist', '~> 1.0'
|
||||||
gem 'mime-types', '~> 2.6'
|
gem 'mime-types', '~> 2.6'
|
||||||
gem 'kramdown', '~> 1.8.0'
|
gem 'kramdown', '~> 1.9'
|
||||||
|
|
||||||
platform :ruby, :mswin, :mingw do
|
platform :ruby, :mswin, :mingw do
|
||||||
gem 'rdiscount', '~> 2.0'
|
gem 'rdiscount', '~> 2.0'
|
||||||
|
|
Loading…
Reference in New Issue