From 2e31678f75dbf377b01ce44efb20be2c947fd06c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:23:05 +0000 Subject: [PATCH] Update rdoc requirement from ~> 6.2 to ~> 7.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.2.0...v7.0.0) --- updated-dependencies: - dependency-name: rdoc dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6db7d14b3..5ac31bcc9 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ end group(:generate_references) do gem 'yard', '~> 0.9' - gem 'rdoc', '~> 6.2' + gem 'rdoc', '~> 7.0' gem 'rgen', '~> 0.8' gem 'pandoc-ruby' gem 'openvox-strings'