From 0444527937458250a31975e850716d1967bd6abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 17:29:33 +0000 Subject: [PATCH] Bump RedCloth from 4.2.9 to 4.3.0 Bumps [RedCloth](https://github.com/jgarber/redcloth) from 4.2.9 to 4.3.0. - [Release notes](https://github.com/jgarber/redcloth/releases) - [Changelog](https://github.com/jgarber/redcloth/blob/master/CHANGELOG) - [Commits](https://github.com/jgarber/redcloth/compare/v4.2.9...v4.3.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0e235e49..a1b4646c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,4 @@ gem 'liquid', '=2.5.0' gem 'redcarpet', '=2.2.2' gem 'maruku', '=0.6.1' gem 'rdiscount', '=1.6.8' -gem 'RedCloth', '=4.2.9' \ No newline at end of file +gem 'RedCloth', '4.3.0' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index a9e345ab..d36028e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - RedCloth (4.2.9) + RedCloth (4.3.0) classifier (1.3.3) fast-stemmer (>= 1.0.0) colorator (0.1) @@ -38,7 +38,7 @@ PLATFORMS ruby DEPENDENCIES - RedCloth (= 4.2.9) + RedCloth (= 4.3.0) jekyll (= 1.0.2) liquid (= 2.5.0) maruku (= 0.6.1)