From ce6151526a20d1ff576facc6cce946f80ce7853a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 02:22:54 +0000 Subject: [PATCH] Bump yard from 0.9.38 to 0.9.39 Bumps [yard](http://yardoc.org) from 0.9.38 to 0.9.39. --- updated-dependencies: - dependency-name: yard dependency-version: 0.9.39 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6b3e5dc69c..1c328dcd57 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'rubocop-rake', '0.7.1' gem 'simplecov', '0.22.0' gem 'test-unit', '3.7.7' gem 'timecop', '0.9.10' -gem 'yard', '0.9.38' +gem 'yard', '0.9.39' # TODO: remove when Ruby 3.1 is no longer supported gem 'erb', '~> 4.0.4' diff --git a/Gemfile.lock b/Gemfile.lock index 275b69d382..d9fd42cac3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) - yard (0.9.38) + yard (0.9.39) PLATFORMS arm64-darwin @@ -114,7 +114,7 @@ DEPENDENCIES simplecov (= 0.22.0) test-unit (= 3.7.7) timecop (= 0.9.10) - yard (= 0.9.38) + yard (= 0.9.39) BUNDLED WITH 4.0.3