From c9f0e5ca6385cc239f7eb29f40e1583d5f3a47fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2020 00:23:28 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 32001fcb..3274a81a 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 70300292..0b07ca90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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