From 9691c50c978958a11aee965df641448d6d0096e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2019 13:12:46 +0000 Subject: [PATCH] [Security] Bump yard from 0.8.6.2 to 0.9.11 Bumps [yard](https://github.com/lsegal/yard) from 0.8.6.2 to 0.9.11. **This update includes security fixes.** - [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.8.6.2...v0.9.11) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index af3665a..6e8359a 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'rake' gem 'sass' gem 'slim', '< 2.0' -gem 'yard', "~> 0.8.6.2" +gem 'yard', "~> 0.9.11" gem 'activesupport' gem 'github-markup' diff --git a/Gemfile.lock b/Gemfile.lock index b79827f..8715b28 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM uglifier (2.7.0) execjs (>= 0.3.0) json (>= 1.8.0) - yard (0.8.6.2) + yard (0.9.11) PLATFORMS ruby @@ -151,7 +151,7 @@ DEPENDENCIES redcarpet sass slim (< 2.0) - yard (~> 0.8.6.2) + yard (~> 0.9.11) BUNDLED WITH 1.14.3