From e5c0e5c99bae03eaee1b1c541ff7918494d802cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 03:22:58 +0000 Subject: [PATCH] chore(deps): update rdoc requirement from ~> 6.0 to ~> 7.0 Updates the requirements on [rdoc](https://github.com/ruby/rdoc) to permit the latest version. Updates `rdoc` to 7.0.1 - [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.0.0...v7.0.1) --- updated-dependencies: - dependency-name: rdoc dependency-version: 7.0.1 dependency-type: direct:development dependency-group: ruby-dev-deps ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3e4906ca..de6cedad 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gemspec gem 'maven-tools', '1.2.3' group :development, :test do - gem 'rdoc', '~> 6.0', :require => nil + gem 'rdoc', '~> 7.0', :require => nil if defined?(JRUBY_VERSION) # force jruby-jars to use current JRuby version for testing