From 2da1620c3621bee713b3d077f214f59fd8248af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 31 Mar 2018 22:13:34 +0000 Subject: [PATCH] Bump rdoc from 4.2.2 to 6.0.3 Bumps [rdoc](https://github.com/ruby/rdoc) from 4.2.2 to 6.0.3. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rdoc/compare/v4.2.2...v6.0.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a1e4370026072..953e63018733f 100644 --- a/Gemfile +++ b/Gemfile @@ -142,7 +142,7 @@ gem 'gitlab-markup', '~> 1.6.2' gem 'redcarpet', '~> 3.4' gem 'commonmarker', '~> 0.17' gem 'RedCloth', '~> 4.3.2' -gem 'rdoc', '~> 4.2' +gem 'rdoc', '~> 6.0' gem 'org-ruby', '~> 0.9.12' gem 'creole', '~> 0.5.0' gem 'wikicloth', '0.8.1' diff --git a/Gemfile.lock b/Gemfile.lock index bb510f6b53920..55cbd0584d6c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -707,8 +707,7 @@ GEM ffi rbnacl-libsodium (1.0.11) rbnacl (>= 3.0.1) - rdoc (4.2.2) - json (~> 1.4) + rdoc (6.0.3) re2 (1.1.1) recaptcha (3.0.0) json @@ -1151,7 +1150,7 @@ DEPENDENCIES rblineprof (~> 0.3.6) rbnacl (~> 4.0) rbnacl-libsodium - rdoc (~> 4.2) + rdoc (~> 6.0) re2 (~> 1.1.1) recaptcha (~> 3.0) redcarpet (~> 3.4)