From 6c51fd98f08bc5dcdcf7b246da3370315acd8ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 10:04:20 -0800 Subject: [PATCH] Bump yard from 0.9.25 to 0.9.26 (#2426) Bumps [yard](https://github.com/lsegal/yard) from 0.9.25 to 0.9.26. - [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.26) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 77099dde..9f8d23e9 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # Build and doc tools gem 'rake', '~> 13.0', require: false -gem 'yard', '~> 0.9.11', require: false +gem 'yard', '~> 0.9.26', require: false # Test tools gem 'addressable', '~> 2.4', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3d00fe8d..9d02030f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,7 +258,7 @@ GEM webrick (1.7.0) xpath (3.2.0) nokogiri (~> 1.8) - yard (0.9.25) + yard (0.9.26) zeitwerk (2.4.0) PLATFORMS @@ -291,7 +291,7 @@ DEPENDENCIES sinatra (>= 2.0.0.beta2) slim (>= 2.0) therubyrhino (>= 2.0) - yard (~> 0.9.11) + yard (~> 0.9.26) BUNDLED WITH 2.2.3