From c8f630a7486bb579580244e410ac05f0b786deef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 10:26:29 +0000 Subject: [PATCH] Bump kramdown from 0.13.8 to 2.3.0 Bumps [kramdown](https://github.com/gettalong/kramdown) from 0.13.8 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 | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ff933a2ce..30dbf03fb 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.6.3' gem 'builder' gem 'coderay' -gem 'kramdown', '~> 0.13.2' +gem 'kramdown', '~> 2.3.0' gem 'mime-types', '~> 1.16' gem 'nanoc', '~> 3.7' gem 'nokogiri', '~> 1.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index cc802df1a..cdba6b45f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,8 @@ GEM nokogiri (~> 1.6.0) typhoeus (~> 0.6.7) yell (~> 2.0) - kramdown (0.13.8) + kramdown (2.3.0) + rexml mercenary (0.3.3) mime-types (1.25.1) mini_portile (0.6.0) @@ -30,6 +31,7 @@ GEM mini_portile (= 0.6.0) rack (1.5.2) rake (0.9.6) + rexml (3.2.4) rouge (1.4.0) thin (1.6.2) daemons (>= 1.0.9) @@ -49,7 +51,7 @@ DEPENDENCIES coderay fssm html-proofer (~> 0.6.1) - kramdown (~> 0.13.2) + kramdown (~> 2.3.0) mime-types (~> 1.16) nanoc (~> 3.7) nokogiri (~> 1.6.0)