From f8cdcba8a099ce3a6f8cb3f5cc78700941892246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 19:22:39 +0000 Subject: [PATCH] Bump redcarpet from 2.2.2 to 3.5.1 Bumps [redcarpet](https://github.com/vmg/redcarpet) from 2.2.2 to 3.5.1. - [Release notes](https://github.com/vmg/redcarpet/releases) - [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md) - [Commits](https://github.com/vmg/redcarpet/compare/v2.2.2...v3.5.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 65ee7b0..5116665 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'http://rubygems.org' gem 'jekyll', '=1.0.2' gem 'liquid', '=2.5.0' -gem 'redcarpet', '=2.2.2' +gem 'redcarpet', '3.5.1' gem 'maruku', '=0.6.1' gem 'rdiscount', '=1.6.8' gem 'RedCloth', '=4.2.9' diff --git a/Gemfile.lock b/Gemfile.lock index f36ac6e..e17f04d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,7 +29,7 @@ GEM posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) rdiscount (1.6.8) - redcarpet (2.2.2) + redcarpet (3.5.1) safe_yaml (0.7.1) syntax (1.0.0) yajl-ruby (1.1.0) @@ -43,4 +43,4 @@ DEPENDENCIES liquid (= 2.5.0) maruku (= 0.6.1) rdiscount (= 1.6.8) - redcarpet (= 2.2.2) + redcarpet (= 3.5.1)