From 2580a318f7f2ef279759482d6a42eed27f56c53d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:01:51 +0000 Subject: [PATCH] Bump rdoc from 6.3.3 to 6.5.0 Bumps [rdoc](https://github.com/ruby/rdoc) from 6.3.3 to 6.5.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.3.3...v6.5.0) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 835eddb..2542e4c 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "http://rubygems.org" group :development do gem "shoulda", ">= 3.5.0" - gem "rdoc", "~> 6.3" + gem "rdoc", "~> 6.5" gem "bundler" gem "jeweler", "~> 2.0.1" gem "activemodel", "~> 6.1" diff --git a/Gemfile.lock b/Gemfile.lock index 2b3acbd..3ff0b19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,17 +52,21 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) + psych (5.0.0) + stringio public_suffix (4.0.6) rack (2.2.3) rake (13.0.1) rchardet (1.8.0) - rdoc (6.3.3) + rdoc (6.5.0) + psych (>= 4.0.0) shoulda (3.6.0) shoulda-context (~> 1.0, >= 1.0.1) shoulda-matchers (~> 3.0) shoulda-context (1.2.2) shoulda-matchers (3.1.3) activesupport (>= 4.0.0) + stringio (3.0.2) thread_safe (0.3.6) tzinfo (2.0.4) concurrent-ruby (~> 1.0) @@ -78,7 +82,7 @@ DEPENDENCIES minitest rack (>= 2.1.3) rake - rdoc (~> 6.3) + rdoc (~> 6.5) shoulda (>= 3.5.0) BUNDLED WITH