From 7e02e25bb792880046760199317afd70df00d938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 00:57:45 +0000 Subject: [PATCH] build(deps): update yard requirement from 0.9.28 to 0.9.34 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.28...v0.9.34) --- updated-dependencies: - dependency-name: yard dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7afa8a2..3171725 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,4 @@ gem 'rubocop-rspec', '~> 2.3', require: false gem 'simplecov', '~> 0.16', require: false gem 'webrick', '~> 1.7' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0') -gem 'yard', '0.9.28' +gem 'yard', '0.9.34'