From ce9c5bd0eef9c3002cd9de8993788d4345086f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:28:51 +0100 Subject: [PATCH] Bump rdoc from 6.5.0 to 6.6.0 (#202) Bumps [rdoc](https://github.com/ruby/rdoc) from 6.5.0 to 6.6.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.5.0...v6.6.0) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ab41e439..56bd1243 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ gem "rugged", "~> 1.5.1" gem "liquid", "~> 5.4" gem "irb", "~> 1.9", :group => [:development] -gem "rdoc", "~> 6.4", :group => [:development] +gem "rdoc", "~> 6.6", :group => [:development] diff --git a/Gemfile.lock b/Gemfile.lock index 4dc29781..ddf1abb8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GEM liquid (5.4.0) psych (5.1.1.1) stringio - rdoc (6.5.0) + rdoc (6.6.0) psych (>= 4.0.0) reline (0.4.1) io-console (~> 0.5) @@ -21,7 +21,7 @@ PLATFORMS DEPENDENCIES irb (~> 1.9) liquid (~> 5.4) - rdoc (~> 6.4) + rdoc (~> 6.6) rugged (~> 1.5.1) BUNDLED WITH