From 759e6339869a5080e55f431f99fe353603038d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 03:28:26 +0000 Subject: [PATCH] Bump rdoc from 3.12.2 to 6.3.1 Bumps [rdoc](https://github.com/ruby/rdoc) from 3.12.2 to 6.3.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/compare/v3.12.2...v6.3.1) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 13a9a57..265abf8 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ source "http://rubygems.org" # Include everything needed to run rake, tests, features, etc. group :development do gem "rspec", "~> 3.2.0" - gem "rdoc", "~> 3.12" + gem "rdoc", "~> 6.3" gem "bundler", "~> 1.11.2" gem "jeweler", "~> 1.8.4" gem "simplecov" diff --git a/Gemfile.lock b/Gemfile.lock index 828c0c7..721f4c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,8 @@ GEM remote: http://rubygems.org/ specs: - addressable (2.4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) builder (3.2.2) diff-lcs (1.2.5) docile (1.1.5) @@ -15,7 +16,7 @@ GEM multi_json (~> 1.4) nokogiri (~> 1.5.2) oauth2 - hashie (3.4.3) + hashie (4.1.0) highline (1.7.8) jeweler (1.8.8) builder @@ -26,22 +27,22 @@ GEM nokogiri (= 1.5.10) rake rdoc - json (1.8.3) - jwt (1.5.2) - multi_json (1.11.2) - multi_xml (0.5.5) + json (1.8.6) + jwt (2.2.3) + multi_json (1.15.0) + multi_xml (0.6.0) multipart-post (1.2.0) nokogiri (1.5.10) - oauth2 (1.1.0) - faraday (>= 0.8, < 0.10) - jwt (~> 1.0, < 1.5.2) + oauth2 (1.4.7) + faraday (>= 0.8, < 2.0) + jwt (>= 1.0, < 3.0) multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - rack (1.6.4) + public_suffix (4.0.6) + rack (2.2.3) rake (10.5.0) - rdoc (3.12.2) - json (~> 1.4) + rdoc (6.3.1) rspec (3.2.0) rspec-core (~> 3.2.0) rspec-expectations (~> 3.2.0) @@ -67,7 +68,7 @@ PLATFORMS DEPENDENCIES bundler (~> 1.11.2) jeweler (~> 1.8.4) - rdoc (~> 3.12) + rdoc (~> 6.3) rspec (~> 3.2.0) simplecov