From 0d8def4dfdc374d74ebeb4bf978132964758e812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 09:06:32 +0000 Subject: [PATCH] Bump rack from 1.5.2 to 2.2.3 in /test/hosts/bundler Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 2.2.3. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/1.5.2...2.2.3) Signed-off-by: dependabot[bot] --- test/hosts/bundler/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hosts/bundler/Gemfile.lock b/test/hosts/bundler/Gemfile.lock index b62ba72..2f9fa63 100644 --- a/test/hosts/bundler/Gemfile.lock +++ b/test/hosts/bundler/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - rack (1.5.2) + rack (2.2.3) sinatra (1.0) rack (>= 1.0)