From 5ca45720022d2749fa528bc5fa053612e3deb558 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 22:49:37 +0000 Subject: [PATCH] [Security] Bump rack from 2.1.1 to 2.2.3 in /spec Bumps [rack](https://github.com/rack/rack) from 2.1.1 to 2.2.3. **This update includes security fixes.** - [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...2.2.3) 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..01050b0 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.3) rack-test (1.1.0) rack (>= 1.0, < 3) regexp_parser (1.6.0)