From 66d057c2352cdcc3c25784272d8e6d8212503de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 19:17:49 +0000 Subject: [PATCH] Bump redcarpet from 2.2.2 to 3.5.1 Bumps [redcarpet](https://github.com/vmg/redcarpet) from 2.2.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/v2.2.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 07c1ee0..5fd2756 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'yui-compressor' group :doc do gem 'sdoc', '~> 0.4.0' - gem 'redcarpet', '~> 2.2.2', platforms: :ruby + gem 'redcarpet', '~> 3.5.1', platforms: :ruby gem 'w3c_validators' gem 'kindlerb' end diff --git a/Gemfile.lock b/Gemfile.lock index 212155e..df897d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM raindrops (0.13.0) rake (10.4.2) rdoc (4.2.0) - redcarpet (2.2.2) + redcarpet (3.5.1) rspec-collection_matchers (1.1.2) rspec-expectations (>= 2.99.0.beta1) rspec-core (2.99.2) @@ -177,7 +177,7 @@ DEPENDENCIES racc (>= 1.4.6) rack-cache (~> 1.2) rails (= 4.1.5) - redcarpet (~> 2.2.2) + redcarpet (~> 3.5.1) rspec-rails (~> 2.14) ruby-prof (~> 0.11.2) sass-rails (~> 4.0.0.rc1)