From 7d782a9c2c1c6a8b7456c56e6e39aea734d77a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 17:20:17 +0000 Subject: [PATCH] chore(deps): bump rdoc from 3.12.1 to 6.1.2.1 Bumps [rdoc](https://github.com/ruby/rdoc) from 3.12.1 to 6.1.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/compare/v3.12.1...v6.1.2.1) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 659a97c..41ad8fc 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem "licensee", ">= 9.9.0" gem "github-linguist", ">= 7.12.1" gem "commonmarker", "~> 0.21.0" gem "RedCloth", "~> 4.3" -gem "rdoc", "3.6.1" +gem "rdoc", "6.1.2.1" gem "org-ruby", "~> 0.9.12" gem "creole", "~> 0.5.0" gem "wikicloth", "~> 0.8.3" diff --git a/Gemfile.lock b/Gemfile.lock index f131fbc..cbdc9c9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,6 @@ GEM i18n (1.8.5) concurrent-ruby (~> 1.0) idn-ruby (0.1.0) - json (1.8.6) licensee (9.14.1) dotenv (~> 2.0) octokit (~> 4.17) @@ -45,8 +44,7 @@ GEM org-ruby (0.9.12) rubypants (~> 0.2) public_suffix (4.0.6) - rdoc (3.12.1) - json (~> 1.4) + rdoc (6.1.2.1) reverse_markdown (1.4.0) nokogiri ruby-enum (0.8.0) @@ -83,7 +81,7 @@ DEPENDENCIES github-markup (~> 3.0) licensee (>= 9.9.0) org-ruby (~> 0.9.12) - rdoc (= 3.12.1) + rdoc (= 6.1.2.1) wikicloth (~> 0.8.3) BUNDLED WITH