From 4543d9e2d080c24c4542d9fe5e4b45832f330bbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 10:47:08 +0000 Subject: [PATCH] fix: update rdoc requirement from 6.3.2 to 6.5.0 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.5.0) --- 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..0c46bbb 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.5.0" gem "redcarpet", "3.5.1" gem "wikicloth", "=0.8.3"