From da4831f606f7a4b511c15e95a77ccc0782cbb080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 15:03:20 +0000 Subject: [PATCH] fix: update rdoc requirement from 6.3.2 to 6.3.3 Updates the requirements on [rdoc](https://github.com/ruby/rdoc) to permit the latest version. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rdoc/compare/v6.3.2...v6.3.3) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ac640f8..f72726c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,6 @@ gem "asciidoctor", "2.0.16" gem "commonmarker", "=0.21.0" gem "creole", "=0.5.0" gem "org-ruby", "=0.9.12" -gem "rdoc", "6.3.2" +gem "rdoc", "6.3.3" gem "redcarpet", "3.5.1" gem "wikicloth", "=0.8.3"