From c80849474ced5ced06613a2815a1ac212700365b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:55:47 +0000 Subject: [PATCH] Bump cgi from 0.4.1 to 0.4.2 in /docs Bumps [cgi](https://github.com/ruby/cgi) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/ruby/cgi/releases) - [Commits](https://github.com/ruby/cgi/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: cgi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docs/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 4ed2bb0..9ff1cd9 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) - cgi (0.4.1) + cgi (0.4.2) colorator (1.1.0) concurrent-ruby (1.2.3) em-websocket (0.5.3)