From 0718b3c672eaaeadd1b1ba4caf0891700d6d8d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 21:57:02 +0000 Subject: [PATCH] Bump cgi from 0.1.0 to 0.1.1 in /chapter10 Bumps [cgi](https://github.com/ruby/cgi) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/ruby/cgi/releases) - [Commits](https://github.com/ruby/cgi/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: cgi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chapter10/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter10/Gemfile.lock b/chapter10/Gemfile.lock index c2f220b..c7d5709 100644 --- a/chapter10/Gemfile.lock +++ b/chapter10/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - cgi (0.1.0) + cgi (0.1.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) rack (2.2.3)