From c1b16a62a5b5ceb28d99cfeadba4b8856e848e94 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 12 May 2020 22:19:47 +0000 Subject: [PATCH] [Security] Bump rack from 2.1.1 to 2.2.2 in /spec Bumps [rack](https://github.com/rack/rack) from 2.1.1 to 2.2.2. **This update includes a security fix.** - [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/2.1.1...v2.2.2) Signed-off-by: dependabot-preview[bot] --- spec/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index db67780..ccae6ed 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -30,7 +30,7 @@ GEM cliver (~> 0.3.1) websocket-driver (>= 0.2.0) public_suffix (4.0.3) - rack (2.1.1) + rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3) regexp_parser (1.6.0)