From 9a33ce27e54e85c77ac512181226f8aaf179901f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 21:41:02 +0000 Subject: [PATCH] Bump rack from 2.2.3 to 2.2.6.2 in /ticketee Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.6.2. - [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.2.3...v2.2.6.2) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ticketee/Gemfile.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ticketee/Gemfile.lock b/ticketee/Gemfile.lock index de628fc..ee14a61 100644 --- a/ticketee/Gemfile.lock +++ b/ticketee/Gemfile.lock @@ -177,7 +177,7 @@ GEM puma (5.1.1) nio4r (~> 2.0) racc (1.5.2) - rack (2.2.3) + rack (2.2.6.2) rack-mini-profiler (2.3.0) rack (>= 1.2.0) rack-proxy (0.6.5) @@ -218,7 +218,6 @@ GEM responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - rspec-support (~> 3.10.0) rspec-core (3.10.1) rspec-support (~> 3.10.0) rspec-expectations (3.10.1)