From d78547052964e2af6d4e539110a3eb0bd00170e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 23:43:21 +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 8d8d09e..b00bdce 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "http://rubygems.org" gem 'builder' gem 'coderay' -gem 'kramdown', '~> 0.13.2' +gem 'kramdown', '~> 2.3.0' gem 'mime-types', '~> 1.16' gem 'nanoc' gem 'nokogiri' diff --git a/Gemfile.lock b/Gemfile.lock index 144e2df..9d3d488 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,7 +24,8 @@ GEM concurrent-ruby (~> 1.0) htmlentities (4.3.4) json_schema (0.20.8) - kramdown (0.13.8) + kramdown (2.3.0) + rexml mime-types (1.25.1) mini_portile2 (2.4.0) multi_json (1.14.1) @@ -73,6 +74,7 @@ GEM rake (12.3.3) rdiscount (2.2.0.1) ref (2.0.0) + rexml (3.2.4) slow_enumerator_tools (1.1.0) thin (1.7.2) daemons (~> 1.0, >= 1.0.9) @@ -96,7 +98,7 @@ DEPENDENCIES coderay fssm htmlentities (~> 4.3.1) - kramdown (~> 0.13.2) + kramdown (~> 2.3.0) mime-types (~> 1.16) nanoc nokogiri