From b47c85cbaad970725166b127bc02552c61233c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:03:00 +0000 Subject: [PATCH] Build(deps-dev): bump rdoc from 7.1.0 to 7.2.0 Bumps [rdoc](https://github.com/ruby/rdoc) from 7.1.0 to 7.2.0. - [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.1.0...v7.2.0) --- updated-dependencies: - dependency-name: rdoc dependency-version: 7.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 75f8cf25c5..1821a2c071 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ group :test do gem 'simplecov', '~> 0.22' gem 'test-unit-full', '~> 0.0.5' gem 'rspec', '~> 3.13' - gem 'rdoc', '~> 7.1' + gem 'rdoc', '~> 7.2' gem 'browserstack-local', '~> 1.4' gem 'irb', '~> 1.17' diff --git a/Gemfile.lock b/Gemfile.lock index 3c8d348173..f470dd1c79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,7 +171,7 @@ GEM rack (>= 1.3) rainbow (3.1.1) rake (13.3.1) - rdoc (7.1.0) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort @@ -336,7 +336,7 @@ DEPENDENCIES rack (~> 3.2) rack-protection (~> 4.2.1) rake (~> 13.3) - rdoc (~> 7.1) + rdoc (~> 7.2) rest-client (~> 2.1.0) rspec (~> 3.13) rubocop (~> 1.84.1)