From 0be5d4602ff2944263b58cc14e0bf0557ee9ad6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:00:56 +0000 Subject: [PATCH] Bump rack from 2.0.4 to 2.2.6.4 in /ruby/rails/webapp/Application Bumps [rack](https://github.com/rack/rack) from 2.0.4 to 2.2.6.4. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.4...v2.2.6.4) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ruby/rails/webapp/Application/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/rails/webapp/Application/Gemfile.lock b/ruby/rails/webapp/Application/Gemfile.lock index 6db7c143e..2b1f54ad6 100644 --- a/ruby/rails/webapp/Application/Gemfile.lock +++ b/ruby/rails/webapp/Application/Gemfile.lock @@ -90,7 +90,7 @@ GEM mini_portile2 (~> 2.3.0) public_suffix (3.0.2) puma (3.11.0) - rack (2.0.4) + rack (2.2.6.4) rack-test (0.8.2) rack (>= 1.0, < 3) rails (5.1.4)