From db21b9a08ae6cd49bfab1e869d4279efc00cfd77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:38:47 +0000 Subject: [PATCH] Bump rdoc from 6.3.2 to 6.3.4.1 in /lib/ruby/common/serve-patched Bumps [rdoc](https://github.com/ruby/rdoc) from 6.3.2 to 6.3.4.1. - [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.2...v6.3.4.1) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- lib/ruby/common/serve-patched/Gemfile | 2 +- lib/ruby/common/serve-patched/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ruby/common/serve-patched/Gemfile b/lib/ruby/common/serve-patched/Gemfile index 7ed1c0eb..53bd893f 100644 --- a/lib/ruby/common/serve-patched/Gemfile +++ b/lib/ruby/common/serve-patched/Gemfile @@ -9,7 +9,7 @@ gem 'i18n' group :development do gem 'rake', '~> 10.0.3' - gem 'rdoc', '~> 6.3.2' + gem 'rdoc', '~> 6.3.4' gem 'rspec', '~> 2.12.0' gem 'jeweler', '~> 1.6.4' gem 'haml', '~> 3.1.7' diff --git a/lib/ruby/common/serve-patched/Gemfile.lock b/lib/ruby/common/serve-patched/Gemfile.lock index 33496068..e0f0ca49 100644 --- a/lib/ruby/common/serve-patched/Gemfile.lock +++ b/lib/ruby/common/serve-patched/Gemfile.lock @@ -60,7 +60,7 @@ GEM rake (10.0.4) rchardet (1.8.0) rdiscount (2.0.7.3) - rdoc (6.3.2) + rdoc (6.3.4.1) rspec (2.12.0) rspec-core (~> 2.12.0) rspec-expectations (~> 2.12.0) @@ -99,7 +99,7 @@ DEPENDENCIES radius (~> 0.7.3) rake (~> 10.0.3) rdiscount (~> 2.0.7) - rdoc (~> 6.3.2) + rdoc (~> 6.3.4) rspec (~> 2.12.0) sass (~> 3.2.5) serve!