From 2e822a68503e2b4b491a97421900387119a359c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 19:27:27 +0000 Subject: [PATCH] Bump redcarpet from 1.17.2 to 3.5.1 Bumps [redcarpet](https://github.com/vmg/redcarpet) from 1.17.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/v1.17.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 f0ef52eb3..811fcc23d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "http://rubygems.org" ruby "1.9.3" -gem 'redcarpet', '1.17.2' +gem 'redcarpet', '3.5.1' gem 'nokogiri' gem 'pdfkit' gem 'rack-jekyll' diff --git a/Gemfile.lock b/Gemfile.lock index c99e8223b..a090d8496 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM rack rake (10.4.2) rdiscount (1.6.8) - redcarpet (1.17.2) + redcarpet (3.5.1) redis (3.2.1) rubypants (0.2.0) sass (3.2.19) @@ -71,7 +71,7 @@ DEPENDENCIES rack-jekyll rake rdiscount (~> 1.6.8) - redcarpet (= 1.17.2) + redcarpet (= 3.5.1) redis rubypants (~> 0.2.0) sinatra (~> 1.3.2)