From 8612a24ff00dcc8f4a28e0c8e65c49d88df2eda1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:20:03 +0000 Subject: [PATCH] Update yard requirement from ~> 0.9.36 to ~> 0.9.37 Updates the requirements on [yard](https://github.com/lsegal/yard) to permit the latest version. - [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:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b02fd47c..f6398bdd 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ group(:development) do gem('steep', '~> 1.7.1', require: false) gem('benchmark-ips', '~> 2.13.0', require: false) gem('stackprof') - gem('yard', '~> 0.9.36', require: false) + gem('yard', '~> 0.9.37', require: false) gem('rubocop', '~> 1.66.0', require: false) gem('rubocop-rake', '~> 0.6.0', require: false) gem('rubocop-performance', '~> 1.21.1', require: false)