From cab8b8ddf4d8f8f3a8e0fde04dfb383824d5d9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:28:12 +0000 Subject: [PATCH] Bump rdoc from 6.8.1 to 6.10.0 Bumps [rdoc](https://github.com/ruby/rdoc) from 6.8.1 to 6.10.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.8.1...v6.10.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, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d0cc4a71ad..acafd156e3 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ end group :test do gem 'test-unit-full', '~> 0.0.5' gem 'rspec', '~> 3.13' - gem 'rdoc', '~> 6.8' + gem 'rdoc', '~> 6.10' gem 'browserstack-local', '~> 1.4' gem 'irb', '~> 1.14' diff --git a/Gemfile.lock b/Gemfile.lock index c282bfc25a..5ffbc2bdd6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,6 +56,7 @@ GEM json curb (1.0.6) daemons (1.4.1) + date (3.4.1) diff-lcs (1.5.1) domain_name (0.6.20240107) drb (2.2.1) @@ -138,7 +139,8 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - psych (5.2.0) + psych (5.2.2) + date stringio public_suffix (6.0.1) qr4r (0.6.2) @@ -153,7 +155,7 @@ GEM rack (>= 1.3) rainbow (3.1.1) rake (13.2.1) - rdoc (6.8.1) + rdoc (6.10.0) psych (>= 4.0.0) regexp_parser (2.9.2) reline (0.5.10) @@ -297,7 +299,7 @@ DEPENDENCIES rack (~> 2.2) rack-protection (~> 3.2.0) rake (~> 13.2) - rdoc (~> 6.8) + rdoc (~> 6.10) rest-client (~> 2.1.0) rspec (~> 3.13) rubocop (~> 1.68.0)