From c562fff9f99efcd4cba0d0bf7568d163f8c43b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:48:20 +0000 Subject: [PATCH] build(deps-dev): update rdoc requirement from 6.9.0 to 6.10.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.9.0...v6.10.0) --- updated-dependencies: - dependency-name: rdoc 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 d6da0552..2d6ba51f 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development do gem "ruby_memcheck", "3.0.0" if Gem::Platform.local.os == "linux" - gem "rdoc", "6.9.0" + gem "rdoc", "6.10.0" gem "rubocop", "1.59.0", require: false gem "rubocop-minitest", "0.34.5", require: false