From 82329275aaa17f5116872764200ec83f08cdb3c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 11:19:49 +0000 Subject: [PATCH] Bump rdoc from 2.4.3 to 6.1.1 Bumps [rdoc](https://github.com/ruby/rdoc) from 2.4.3 to 6.1.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/v6.1.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 32bf0af..bcdbaac 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'hoptoad_notifier', '~> 2.4' gem 'maruku', '~> 0.6.0' gem 'nokogiri', '~> 1.4.4' gem 'oauth', '~> 0.4.4' -gem 'rdoc', '~> 2.4.2' +gem 'rdoc', '~> 6.1.1' gem 'recaptcha', '~> 0.2.3', :require => 'recaptcha/rails' gem 'rpx_now', '~> 0.6.23' gem 'timeline_fu', '~> 0.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index d72efec..efe1cb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,8 +38,6 @@ GEM spruz (>= 0.1.0) gravtastic (2.2.0) haml (3.0.25) - hoe (3.12.0) - rake (>= 0.8, < 11.0) hoptoad_notifier (2.4.9) activesupport builder @@ -55,7 +53,6 @@ GEM syntax (>= 1.0.0) method_source (0.8.2) mime-types (1.16) - minitest (1.7.2) mysql (2.8.1) nokogiri (1.4.4) oauth (0.4.4) @@ -84,10 +81,8 @@ GEM activeresource (= 2.3.18) activesupport (= 2.3.18) rake (>= 0.8.3) - rake (10.3.2) - rdoc (2.4.3) - hoe (>= 1.12.1) - minitest (~> 1.3) + rake (12.3.3) + rdoc (6.1.1) recaptcha (0.2.3) remarkable (3.1.13) rspec (>= 1.2.0) @@ -153,7 +148,7 @@ DEPENDENCIES pry (~> 0.9.12.6) query_diet rails (= 2.3.18) - rdoc (~> 2.4.2) + rdoc (~> 6.1.1) recaptcha (~> 0.2.3) remarkable_rails (~> 3.1.13) rpx_now (~> 0.6.23)