From a2b24df31f85eca289a4db8f5fcf33f3d1e4c189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:42:30 +0000 Subject: [PATCH] Bump rdoc from 6.6.0 to 6.6.3.1 in /nix/gem Bumps [rdoc](https://github.com/ruby/rdoc) from 6.6.0 to 6.6.3.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.6.0...v6.6.3.1) --- updated-dependencies: - dependency-name: rdoc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nix/gem/Gemfile | 2 +- nix/gem/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/gem/Gemfile b/nix/gem/Gemfile index af29a76..d9e52ce 100644 --- a/nix/gem/Gemfile +++ b/nix/gem/Gemfile @@ -19,7 +19,7 @@ gem "phrase", "2.20.0" gem "pry", "0.14.2" gem "psych", "5.1.1.1" gem "rake", "13.1.0" -gem "rdoc", "6.6.0" +gem "rdoc", "6.6.3.1" gem "reline", "0.4.1" gem "rspec", "3.12.0" gem "rspec-core", "3.12.2" diff --git a/nix/gem/Gemfile.lock b/nix/gem/Gemfile.lock index d4edc55..24303df 100644 --- a/nix/gem/Gemfile.lock +++ b/nix/gem/Gemfile.lock @@ -28,7 +28,7 @@ GEM psych (5.1.1.1) stringio rake (13.1.0) - rdoc (6.6.0) + rdoc (6.6.3.1) psych (>= 4.0.0) reline (0.4.1) io-console (~> 0.5) @@ -74,7 +74,7 @@ DEPENDENCIES pry (= 0.14.2) psych (= 5.1.1.1) rake (= 13.1.0) - rdoc (= 6.6.0) + rdoc (= 6.6.3.1) reline (= 0.4.1) rspec (= 3.12.0) rspec-core (= 3.12.2)