From b5e82345d7008f45fe1f8f663781bb7442725bf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 19:02:47 +0000 Subject: [PATCH] Bump yard from 0.9.25 to 0.9.35 Bumps [yard](https://github.com/lsegal/yard) from 0.9.25 to 0.9.35. - [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.35) --- 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..948b535 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem "yard", "~> 0.9.25" +gem "yard", "~> 0.9.35" gem "rainbow", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index fa7ca8b..811c58b 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.35) PLATFORMS ruby @@ -11,7 +11,7 @@ PLATFORMS DEPENDENCIES rainbow (~> 3.0) sorbet-runtime (~> 0.5.5605) - yard (~> 0.9.25) + yard (~> 0.9.35) BUNDLED WITH 1.17.2