From b69d13b664685fbd2acb0a2fbd0173bed0d92b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 06:00:49 +0000 Subject: [PATCH] build(deps-dev): update rdoc requirement from 7.0.3 to 7.1.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/v7.0.3...v7.1.0) --- updated-dependencies: - dependency-name: rdoc dependency-version: 7.1.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 b9403792..319381fa 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :test do end group :development do - gem "rdoc", "7.0.3" + gem "rdoc", "7.1.0" gem "rubocop", "1.59.0", require: false gem "rubocop-minitest", "0.34.5", require: false