From 2e4f561bad032f8524783b85d637a66ae3f2478d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 19:27:26 +0000 Subject: [PATCH] Bump redcarpet from 3.2.3 to 3.5.1 Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.2.3 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.2.3...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 a8df420..9e420d2 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'middleman-deploy', '~> 1.0.0' # gem 'middleman-imageoptim', '~> 0.2.0' gem 'nokogiri', '~> 1.10' -gem 'redcarpet', '~> 3.2.2' +gem 'redcarpet', '~> 3.5.1' gem 'guard-middleman', '~> 0.5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 2c74845..9788529 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - redcarpet (3.2.3) + redcarpet (3.5.1) rouge (1.11.1) sass (3.4.25) shellany (0.0.1) @@ -192,7 +192,7 @@ DEPENDENCIES middleman-minify-html (~> 3.4.0) middleman-syntax (~> 2.0.0) nokogiri (~> 1.10) - redcarpet (~> 3.2.2) + redcarpet (~> 3.5.1) BUNDLED WITH 1.17.3