From 605f53f349d3891f2ba0e5c04970688933f366b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 25 Mar 2019 10:28:34 +0000 Subject: [PATCH] [Security] Bump rack-cors from 0.3.1 to 1.0.3 Bumps [rack-cors](https://github.com/cyu/rack-cors) from 0.3.1 to 1.0.3. **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.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3e0d6452..6bf21cb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,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.3) rack-streaming-proxy (2.0.1) rack (>= 1.4) servolux (~> 0.10)