From d74cb6c798321b99df90947af548b6537243b76d Mon Sep 17 00:00:00 2001
From: Joshua Lambert <joshua@gitlab.com>
Date: Fri, 10 Jan 2020 15:40:27 -0500
Subject: [PATCH] Update rack-cors to 1.0.6

---
 Gemfile.lock                                      | 3 ++-
 changelogs/unreleased/jl-bump-rack-cors-1-0-6.yml | 5 +++++
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 changelogs/unreleased/jl-bump-rack-cors-1-0-6.yml

diff --git a/Gemfile.lock b/Gemfile.lock
index 989502e40a1ee..13e1e4ac8285c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -770,7 +770,8 @@ GEM
       rack (>= 0.4)
     rack-attack (6.2.0)
       rack (>= 1.0, < 3)
-    rack-cors (1.0.2)
+    rack-cors (1.0.6)
+      rack (>= 1.6.0)
     rack-oauth2 (1.9.3)
       activesupport
       attr_required
diff --git a/changelogs/unreleased/jl-bump-rack-cors-1-0-6.yml b/changelogs/unreleased/jl-bump-rack-cors-1-0-6.yml
new file mode 100644
index 0000000000000..70f0329676848
--- /dev/null
+++ b/changelogs/unreleased/jl-bump-rack-cors-1-0-6.yml
@@ -0,0 +1,5 @@
+---
+title: Update rack-cors to 1.0.6
+merge_request: 22809
+author:
+type: security
-- 
GitLab