From cbf16894a3fcf981e0973852e4c74fd8283ba538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:36:11 +0000 Subject: [PATCH] Bump yard from 0.9.36 to 0.9.37 Bumps [yard](https://github.com/lsegal/yard) from 0.9.36 to 0.9.37. - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md) - [Commits](https://github.com/lsegal/yard/compare/v0.9.36...v0.9.37) --- updated-dependencies: - dependency-name: yard 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 2a2cff4bb4..03dad3e39a 100644 --- a/Gemfile +++ b/Gemfile @@ -15,4 +15,4 @@ gem 'rubocop-rake', '0.6.0' gem 'simplecov', '0.22.0' gem 'test-unit', '3.6.2' gem 'timecop', '0.9.10' -gem 'yard', '0.9.36' +gem 'yard', '0.9.37' diff --git a/Gemfile.lock b/Gemfile.lock index 2f33a90102..48decf314a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM power_assert timecop (0.9.10) unicode-display_width (2.5.0) - yard (0.9.36) + yard (0.9.37) PLATFORMS arm64-darwin-22 @@ -80,7 +80,7 @@ DEPENDENCIES simplecov (= 0.22.0) test-unit (= 3.6.2) timecop (= 0.9.10) - yard (= 0.9.36) + yard (= 0.9.37) BUNDLED WITH 2.4.22