From 3f3145b5f215df363d07812491a471776da17e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 18:55:24 +0000 Subject: [PATCH] Bump yard from 0.9.18 to 0.9.20 Bumps [yard](https://github.com/lsegal/yard) from 0.9.18 to 0.9.20. - [Release notes](https://github.com/lsegal/yard/releases) - [Changelog](https://github.com/lsegal/yard/blob/master/CHANGELOG.md) - [Commits](https://github.com/lsegal/yard/compare/v0.9.18...v0.9.20) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9f1f3142..0b824ce8 100644 --- a/Gemfile +++ b/Gemfile @@ -135,7 +135,7 @@ gem 'codemirror-rails' # bundle exec rake doc:rails generates the Rails API under doc/api. group :doc do gem 'sdoc', '~> 0.4.0' - gem 'yard', '~> 0.9.11' + gem 'yard', '~> 0.9.20' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 2954db5b..de8182df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -420,7 +420,7 @@ GEM chronic (>= 0.6.3) xpath (2.1.0) nokogiri (~> 1.3) - yard (0.9.18) + yard (0.9.20) PLATFORMS ruby @@ -490,7 +490,7 @@ DEPENDENCIES unicorn-rails web-console (~> 2.1) whenever - yard (~> 0.9.11) + yard (~> 0.9.20) BUNDLED WITH 1.11.2