From f2889c6696a7637bf14fc397b2c873c233cd8497 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 12:12:21 +0000 Subject: [PATCH] Bump rdoc from 3.12.2 to 6.2.1 Bumps [rdoc](https://github.com/ruby/rdoc) from 3.12.2 to 6.2.1. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rdoc/commits) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 19799f4..28fc29b 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ group :development do gem 'byebug' gem 'jeweler', '~> 2.0.1' gem 'minitest', '>= 0' - gem 'rdoc', '~> 3.12' + gem 'rdoc', '~> 6.2' gem 'simplecov', '>= 0' end diff --git a/Gemfile.lock b/Gemfile.lock index 4fe9656..0c21244 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,8 +111,7 @@ GEM rails-html-sanitizer (1.0.4) loofah (~> 2.2, >= 2.2.2) rake (12.3.1) - rdoc (3.12.2) - json (~> 1.4) + rdoc (6.2.1) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) @@ -197,7 +196,7 @@ DEPENDENCIES homecoming (~> 0.1.1) jeweler (~> 2.0.1) minitest - rdoc (~> 3.12) + rdoc (~> 6.2) simplecov spyke (~> 5.0.0) tty (~> 0.7.0)