From 9f293c0dfc70db7300f122324b7da7dff9f55d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 17:01:13 +0000 Subject: [PATCH] Bump redcarpet from 2.3.0 to 3.5.1 Bumps [redcarpet](https://github.com/vmg/redcarpet) from 2.3.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/v2.3.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 2e45665ac..c68867310 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ platforms :mri, :mingw do # Optional Markdown support, not for JRuby group :markdown do # TODO: upgrade to redcarpet 3.x when ruby1.8 support is dropped - gem "redcarpet", "~> 2.3.0" + gem "redcarpet", "~> 3.5.1" end end diff --git a/Gemfile.lock b/Gemfile.lock index 1a407ee12..fc46cab7e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM rake (10.3.2) rdoc (3.12.2) json (~> 1.4) - redcarpet (2.3.0) + redcarpet (3.5.1) request_store (1.0.5) rmagick (2.13.3) ruby-openid (2.3.0) @@ -147,7 +147,7 @@ DEPENDENCIES rack-openid rails (= 3.2.19) rdoc (>= 2.4.2) - redcarpet (~> 2.3.0) + redcarpet (~> 3.5.1) request_store (= 1.0.5) rmagick (>= 2.0.0) ruby-openid (~> 2.3.0)