From a3221b4c8e07d2fa1247537b60ad08e84a2b4b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 18:40:09 +0000 Subject: [PATCH] Bump rdoc from 6.6.3.1 to 6.7.0 Bumps [rdoc](https://github.com/ruby/rdoc) from 6.6.3.1 to 6.7.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.6.3.1...v6.7.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 70660a2e8..584805135 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ end group :test do gem 'test-unit-full', '~> 0.0.5' gem 'rspec', '~> 3.13' - gem 'rdoc', '~> 6.6' + gem 'rdoc', '~> 6.7' gem 'browserstack-local', '~> 1.4' gem 'irb', '~> 1.13' diff --git a/Gemfile.lock b/Gemfile.lock index 7ef744c52..cd5916d6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,7 +140,7 @@ GEM rack (>= 1.3) rainbow (3.1.1) rake (13.2.1) - rdoc (6.6.3.1) + rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.0) reline (0.5.5) @@ -276,7 +276,7 @@ DEPENDENCIES rack (~> 2.2) rack-protection (~> 3.2.0) rake (~> 13.2) - rdoc (~> 6.6) + rdoc (~> 6.7) rest-client (~> 2.1.0) rspec (~> 3.13) rubocop (~> 1.63.5)