Bump kramdown from 2.2.1 to 2.3.0

Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/gettalong/kramdown/releases)
- [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page)
- [Commits](https://github.com/gettalong/kramdown/commits)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-08-08 00:23:28 +00:00 committed by GitHub
parent 1081f07d18
commit c9f0e5ca63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ group :development do
gem 'jekyll', '~>4.0'
gem 'json', '>= 1.9'
gem 'less', '2.4.0'
gem 'kramdown', '~>2.1'
gem 'kramdown', '~>2.3'
gem 'RedCloth', ">= 4.3.0"
gem 'therubyracer' # required by less
gem 'jshintrb', '~>0.3.0'

View File

@ -56,7 +56,7 @@ GEM
json (2.3.0)
json-schema (2.8.1)
addressable (>= 2.4)
kramdown (2.2.1)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
@ -107,7 +107,7 @@ DEPENDENCIES
jshintrb (~> 0.3.0)
json (>= 1.9)
json-schema
kramdown (~> 2.1)
kramdown (~> 2.3)
less (= 2.4.0)
safe_yaml
therubyracer