From 5c7311e6f6d8171bb2d68917849afa97728294f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:32:31 +0000 Subject: [PATCH] build(deps): update rdoc requirement from 6.5.0 to 6.6.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.5.0...v6.6.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 dffa567d..5afbd372 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,6 @@ gemspec gem("minitest", "5.20.0") gem("rake-compiler", "1.2.5") gem("rake-compiler-dock", "1.3.1") -gem("rdoc", "6.5.0") +gem("rdoc", "6.6.0") gem("ruby_memcheck", "2.2.1") if Gem::Platform.local.os == "linux"