From a9a48191b493058321ec15dfee079f7bcfcf6cb7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 07:27:09 +0000 Subject: [PATCH] Bump redcarpet from 3.4.0 to 3.5.1 Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.4.0 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/v3.4.0...v3.5.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b13895a..27f1bdb 100644 --- a/Gemfile +++ b/Gemfile @@ -31,4 +31,4 @@ gem 'coffee-script', '~> 2.4', '>= 2.4.1' # Code syntax highlighting gem 'middleman-syntax', '3.0.0' -gem 'redcarpet', '3.4.0' +gem 'redcarpet', '3.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 6a9b5f5..fd13569 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,7 @@ GEM rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - redcarpet (3.4.0) + redcarpet (3.5.1) rouge (2.2.1) sass (3.4.25) servolux (0.13.0) @@ -137,7 +137,7 @@ DEPENDENCIES middleman-syntax (= 3.0.0) puma (~> 3.11) rack-contrib (~> 1.5) - redcarpet (= 3.4.0) + redcarpet (= 3.5.1) slim (~> 3.0, >= 3.0.8) tzinfo-data wdm (= 0.1.1)