From 1168e5f26334b04c7f9f52ed98298be0500eaaf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 02:05:26 +0000 Subject: [PATCH] Bump kramdown from 2.3.0 to 2.3.1 Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.3.0 to 2.3.1. - [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, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index adffd8d95..8a9e2f258 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'jekyll', '3.9.0' -gem 'kramdown', '2.3.0' +gem 'kramdown', '2.3.1' gem 'rouge', '3.3.0' gem 'octopress', '3.0.11' gem 'jemoji' diff --git a/Gemfile.lock b/Gemfile.lock index 1a3707c83..86dab33d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) json (2.3.1) - kramdown (2.3.0) + kramdown (2.3.1) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) @@ -99,7 +99,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.0) - rexml (3.2.4) + rexml (3.2.5) rouge (3.3.0) safe_yaml (1.0.5) sass (3.7.4) @@ -121,7 +121,7 @@ DEPENDENCIES jekyll (= 3.9.0) jekyll-algolia (= 1.4.7) jemoji - kramdown (= 2.3.0) + kramdown (= 2.3.1) kramdown-parser-gfm octopress (= 3.0.11) rouge (= 3.3.0)