From 37147691e487151f4fee407be2a364ef303d88be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Feb 2021 19:04:57 +0000 Subject: [PATCH] Bump rack from 1.6.9 to 2.2.3 in /sidekiq Bumps [rack](https://github.com/rack/rack) from 1.6.9 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.6.9...2.2.3) Signed-off-by: dependabot[bot] --- sidekiq/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidekiq/Gemfile.lock b/sidekiq/Gemfile.lock index d7df7cd..456b3fa 100644 --- a/sidekiq/Gemfile.lock +++ b/sidekiq/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: concurrent-ruby (1.0.5) connection_pool (2.2.1) - rack (1.6.9) + rack (2.2.3) rack-protection (1.5.3) rack redis (3.3.3)