From 05883feecdce56c86a4f6afca98c6348d5b5254c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:14:04 +0000 Subject: [PATCH] fix: update redcarpet requirement from =3.5.0 to 3.5.1 Updates the requirements on [redcarpet](https://github.com/vmg/redcarpet) to permit the latest version. - [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.5.0...v3.5.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a27dd55..ff2506d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ gem "commonmarker", "=0.21.0" gem "creole", "=0.5.0" gem "org-ruby", "=0.9.12" gem "rdoc", "6.3.2" -gem "redcarpet", "=3.5.0" +gem "redcarpet", "3.5.1" gem "wikicloth", "=0.8.3"