From ec28cb3b1827473300ff7691f21c0896ea1647b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:11:22 +0000 Subject: [PATCH] chore(deps): bump rdoc from 6.13.1 to 7.2.0 Bumps [rdoc](https://github.com/ruby/rdoc) from 6.13.1 to 7.2.0. - [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/v6.13.1...v7.2.0) --- updated-dependencies: - dependency-name: rdoc dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 274f94d0..1ea8f2da 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "RedCloth" # using a tag version here because 0.18.3 was not published by the author to encourage users to upgrade. # however we want to bump up to this version since this has a security patch gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v0.18.3" -gem "rdoc", "~> 6.13.1" +gem "rdoc", "~> 7.2.0" 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 f9e22a2a..47cf6dab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,8 +38,9 @@ GEM connection_pool (3.0.2) crass (1.0.6) creole (0.5.0) - date (3.4.1) + date (3.5.1) drb (2.2.3) + erb (6.0.4) expression_parser (0.9.0) github-linguist (9.5.0) cgi @@ -75,13 +76,15 @@ GEM tdiff (~> 0.4) org-ruby (0.9.12) rubypants (~> 0.2) - psych (5.2.3) + psych (5.3.1) date stringio racc (1.8.1) rake (13.4.2) - rdoc (6.13.1) + rdoc (7.2.0) + erb psych (>= 4.0.0) + tsort redcarpet (3.6.1) rexml (3.4.4) ruby-enum (0.9.0) @@ -92,8 +95,9 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) securerandom (0.4.1) - stringio (3.1.6) + stringio (3.2.0) tdiff (0.4.0) + tsort (0.2.0) twitter-text (1.14.7) unf (~> 0.1.0) tzinfo (2.0.6) @@ -132,7 +136,7 @@ DEPENDENCIES nokogiri-diff (~> 0.3.0) org-ruby (= 0.9.12) rake (~> 13) - rdoc (~> 6.13.1) + rdoc (~> 7.2.0) redcarpet rexml sanitize (>= 4.6.3)