From 8b813756fa8bf22db339427daa1d2c0fbc9bdc40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 30 Jan 2019 10:29:38 +0000 Subject: [PATCH] [Security] Bump rack-cors from 0.3.1 to 1.0.2 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 0.3.1 to 1.0.2. **This update includes security fixes.** - [Release notes](https://github.com/cyu/rack-cors/releases) - [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md) - [Commits](https://github.com/cyu/rack-cors/compare/v0.3.1...v1.0.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 38e22fa2b..83c6c976d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,7 +209,7 @@ GEM quiet_assets (1.1.0) railties (>= 3.1, < 5.0) rack (1.5.5) - rack-cors (0.3.1) + rack-cors (1.0.2) rack-streaming-proxy (2.0.1) rack (>= 1.4) servolux (~> 0.10)