From 3dfde2c078881c0df1f10774a9d33441989cd966 Mon Sep 17 00:00:00 2001 From: Grey Baker Date: Sat, 1 Jun 2019 19:11:08 +0100 Subject: [PATCH] [Security] Bump rack from 2.0.5 to 2.0.6 (#1038) Bumps [rack](https://github.com/rack/rack) from 2.0.5 to 2.0.6. **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.0.5...2.0.6) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 95d793e..cb455fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM activesupport (>= 3.1) parallel (1.10.0) public_suffix (2.0.5) - rack (2.0.5) + rack (2.0.6) rb-fsevent (0.9.8) rb-inotify (0.9.8) ffi (>= 0.5.0)