about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-15 21:51:42 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-11-15 21:51:42 +0100
commit286bf45d4cae7e6ea2c9164d861f020df6fa2a43 (patch)
tree0c6c190e145dc0093293cf6c044a4a9cef4b7d50 /Gemfile.lock
parent9d7cfcb1b38242fbebd48eb38f5788dadddd894c (diff)
[Security] Bump rack-cors from 1.0.3 to 1.0.6 (#12395)
Bumps [rack-cors](https://github.com/cyu/rack-cors) from 1.0.3 to 1.0.6. **This update includes a security fix.**
- [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/v1.0.3...v1.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index ceb903f60..4fa1ec5aa 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -461,7 +461,8 @@ GEM
     rack (2.0.7)
     rack-attack (6.1.0)
       rack (>= 1.0, < 3)
-    rack-cors (1.0.3)
+    rack-cors (1.0.6)
+      rack (>= 1.6.0)
     rack-protection (2.0.7)
       rack
     rack-proxy (0.6.5)