diff options
author | Nick Thomas <nick@gitlab.com> | 2018-01-08 15:47:14 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-01-08 15:47:14 +0000 |
commit | af3a8f96f8175353ef5860f4255d63be72a4c5bc (patch) | |
tree | 3cd73cdbe9119a4452a9c797eb7987ed02b28fd7 /Gemfile.lock | |
parent | 83ae8efa4e27a8c2385c59dbe238f54cf684cdd8 (diff) | |
parent | ca2351073420ec9b45642388b78f2462aec7b11d (diff) | |
download | gitlab-ce-af3a8f96f8175353ef5860f4255d63be72a4c5bc.tar.gz |
Merge branch 'rs-update-rack-cors' into 'master'
Update rack-cors from 0.4.0 to 1.0.2
Closes #41199
See merge request gitlab-org/gitlab-ce!16183
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c854cda48ea..d10da1bd1c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -651,7 +651,7 @@ GEM rack (>= 0.4) rack-attack (4.4.1) rack - rack-cors (0.4.0) + rack-cors (1.0.2) rack-oauth2 (1.2.3) activesupport (>= 2.3) attr_required (>= 0.0.5) @@ -1133,7 +1133,7 @@ DEPENDENCIES pry-byebug (~> 3.4.1) pry-rails (~> 0.3.4) rack-attack (~> 4.4.1) - rack-cors (~> 0.4.0) + rack-cors (~> 1.0.0) rack-oauth2 (~> 1.2.1) rack-proxy (~> 0.6.0) rails (= 4.2.10) @@ -1212,4 +1212,4 @@ DEPENDENCIES wikicloth (= 0.8.1) BUNDLED WITH - 1.16.0 + 1.16.1 |