From 80a7999e26f194704f0f0de97725987ae117099e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 13:39:14 +0000 Subject: [PATCH] Bump rdoc from 6.13.1 to 6.14.0 Bumps [rdoc](https://github.com/ruby/rdoc) from 6.13.1 to 6.14.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.13.1...v6.14.0) --- updated-dependencies: - dependency-name: rdoc dependency-version: 6.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3c56637b9..8a2501867 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.13' + gem 'rdoc', '~> 6.14' gem 'browserstack-local', '~> 1.4' gem 'irb', '~> 1.15' diff --git a/Gemfile.lock b/Gemfile.lock index f916c309c..68a1f28c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,6 +62,7 @@ GEM em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) + erb (5.0.1) erubis (2.7.0) espeak-ruby (1.1.0) event_emitter (0.2.6) @@ -131,7 +132,7 @@ GEM pry-byebug (3.11.0) byebug (~> 12.0) pry (>= 0.13, < 0.16) - psych (5.2.3) + psych (5.2.6) date stringio public_suffix (6.0.1) @@ -147,7 +148,8 @@ GEM rack (>= 1.3) rainbow (3.1.1) rake (13.2.1) - rdoc (6.13.1) + rdoc (6.14.0) + erb psych (>= 4.0.0) regexp_parser (2.10.0) reline (0.6.0) @@ -207,7 +209,7 @@ GEM tilt (~> 2.0) slack-notifier (2.4.0) sqlite3 (2.6.0-x86_64-linux-gnu) - stringio (3.1.6) + stringio (3.1.7) sync (0.5.0) term-ansicolor (1.11.2) tins (~> 1.0) @@ -285,7 +287,7 @@ DEPENDENCIES rack (~> 2.2) rack-protection (~> 3.2.0) rake (~> 13.2) - rdoc (~> 6.13) + rdoc (~> 6.14) rest-client (~> 2.1.0) rspec (~> 3.13) rubocop (~> 1.75.3)