From a1ad2ffdcf5681ee482e8302c37288d51f4bc3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2020 17:54:32 +0000 Subject: [PATCH] Bump rack-cors from 0.4.1 to 1.0.6 in /example Bumps [rack-cors](https://github.com/cyu/rack-cors) from 0.4.1 to 1.0.6. - [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.4.1...v1.0.6) Signed-off-by: dependabot[bot] --- example/Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 32919b0f..6ee284b6 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -77,7 +77,8 @@ GEM nokogiri (1.6.7.2) mini_portile2 (~> 2.0.0.rc2) rack (1.6.4) - rack-cors (0.4.1) + rack-cors (1.0.6) + rack (>= 1.6.0) rack-protection (1.5.3) rack rack-test (0.6.3)