From c644afcd78bbc1893282425d75a279cdb4d0024d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 20:00:00 +0000 Subject: [PATCH] Bump redcarpet from 3.2.0 to 3.5.1 Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.2.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.2.0...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 4f7feabcbf..7f835dca52 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,6 @@ group :documentation do end group :release do - gem 'redcarpet', '~> 3.0' + gem 'redcarpet', '~> 3.5' gem 'samus' end diff --git a/Gemfile.lock b/Gemfile.lock index 8b7a891bfa..19e6246b3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM kpeg (1.1.0) rake (10.1.1) rdiscount (2.1.7) - redcarpet (3.2.0) + redcarpet (3.5.1) samus (1.4.1) yard-sitemap (1.0.1) @@ -34,7 +34,7 @@ DEPENDENCIES parsejs! rake rdiscount - redcarpet (~> 3.0) + redcarpet (~> 3.5) samus yard! yard-js!