From 0881dba66c5d9d3b608ca146de7f37c1182d17d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:38:32 +0000 Subject: [PATCH] Bump rdoc from 6.4.0 to 6.4.1.1 Bumps [rdoc](https://github.com/ruby/rdoc) from 6.4.0 to 6.4.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/compare/v6.4.0...v6.4.1.1) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 7ea5fbf..a1008a3 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ source "https://rubygems.org" gem "jekyll", "~> 4.2" gem "mdl", "~> 0.11.0" gem "rake", "~> 13.0" -gem "rdoc", "~> 6.3" +gem "rdoc", "~> 6.4" gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 30e5357..6e03f99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,16 +70,16 @@ GEM chef-utils pathutil (0.16.2) forwardable-extended (~> 2.6) - psych (4.0.3) + psych (5.1.2) stringio - psych (4.0.3-java) + psych (5.1.2-java) jar-dependencies (>= 0.1.7) public_suffix (5.0.4) rake (13.0.6) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rdoc (6.4.0) + rdoc (6.4.1.1) psych (>= 4.0.0) rexml (3.2.6) rouge (4.2.0) @@ -93,7 +93,7 @@ GEM google-protobuf (~> 3.23) sass-embedded (1.69.5-x86_64-linux-gnu) google-protobuf (~> 3.23) - stringio (3.0.1) + stringio (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) tomlrb (2.0.1) @@ -111,7 +111,7 @@ DEPENDENCIES jekyll (~> 4.2) mdl (~> 0.11.0) rake (~> 13.0) - rdoc (~> 6.3) + rdoc (~> 6.4) webrick (~> 1.7) BUNDLED WITH