From bafd1b396e036b33f4e7fe0aeffd90479f94ac1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:53:32 +0000 Subject: [PATCH] Bump yard from 0.9.25 to 0.9.36 Bumps [yard](https://github.com/lsegal/yard) from 0.9.25 to 0.9.36. - [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.25...v0.9.36) --- updated-dependencies: - dependency-name: yard dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7dae1fb..ffd0e0c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "yard", "~> 0.9.25" +gem "yard", "~> 0.9.36" gem "rainbow", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index fa7ca8b..8c66ccf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: rainbow (3.0.0) sorbet-runtime (0.5.5605) - yard (0.9.25) + yard (0.9.36) PLATFORMS ruby @@ -11,7 +11,7 @@ PLATFORMS DEPENDENCIES rainbow (~> 3.0) sorbet-runtime (~> 0.5.5605) - yard (~> 0.9.25) + yard (~> 0.9.36) BUNDLED WITH 1.17.2