From b5cb7b781fc441a5ecf5faaa55efa9f575b271d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 06:34:57 +0000 Subject: [PATCH] Bump rdiscount from 2.2.0.1 to 2.2.7 Bumps [rdiscount](https://github.com/davidfstr/rdiscount) from 2.2.0.1 to 2.2.7. - [Release notes](https://github.com/davidfstr/rdiscount/releases) - [Changelog](https://github.com/davidfstr/rdiscount/blob/master/CHANGELOG.md) - [Commits](https://github.com/davidfstr/rdiscount/compare/2.2.0.1...2.2.7) --- updated-dependencies: - dependency-name: rdiscount dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a1d627a356aa..0100d53ded3d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ group :development do gem 'rake', '~> 10.0' gem 'jekyll', '~> 3.0' gem 'pygments.rb', '~> 0.6.3' - gem 'rdiscount', '~> 2.0' + gem 'rdiscount', '~> 2.2' gem 'RedCloth', '~> 4.2' gem 'haml', '~> 4.0' gem 'compass', '~> 0.12' diff --git a/Gemfile.lock b/Gemfile.lock index a64797568a6c..e07a92bebc08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) - rdiscount (2.2.0.1) + rdiscount (2.2.7) redcarpet (3.3.4) ref (2.0.0) rouge (1.11.1) @@ -130,7 +130,7 @@ DEPENDENCIES pygments.rb (~> 0.6.3) rake (~> 10.0) rb-fsevent (~> 0.9) - rdiscount (~> 2.0) + rdiscount (~> 2.2) rubypants (~> 0.2) sass-globbing (~> 1.0) sinatra (~> 1.4.2)