From 4ef2a2361e4460b48b1e9324fac1fa50d769e271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:08:17 +0000 Subject: [PATCH] Update rdoc requirement from ~> 6.0, < 6.4.0 to ~> 6.15 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.0.0...v6.15.0) --- updated-dependencies: - dependency-name: rdoc dependency-version: 6.15.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 5111fe0951..f66a4c65f0 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ group(:features) do #gem 'ruby-shadow', '~> 2.5', require: false, platforms: [:ruby] gem 'minitar', '~> 0.9', require: false gem 'msgpack', '~> 1.2', require: false - gem 'rdoc', ['~> 6.0', '< 6.4.0'], require: false, platforms: [:ruby] + gem 'rdoc', '~> 6.15', require: false, platforms: [:ruby] # requires native augeas headers/libs # gem 'ruby-augeas', require: false, platforms: [:ruby] # requires native ldap headers/libs