Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-01-02 23:20:42 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-01-02 23:20:42 +0300
commitca2351073420ec9b45642388b78f2462aec7b11d (patch)
treefa5fd17722238fa676b5f69e0926f457ddea8994 /Gemfile
parent2cbb2d0eceaed0f31c92d4eed8932e98f4f74559 (diff)
Update rack-cors from 0.4.0 to 1.0.2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5ed0f93be75..f4098d26290 100644
--- a/Gemfile
+++ b/Gemfile
@@ -78,7 +78,7 @@ gem 'github-linguist', '~> 4.7.0', require: 'linguist'
# API
gem 'grape', '~> 1.0'
gem 'grape-entity', '~> 0.6.0'
-gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
+gem 'rack-cors', '~> 1.0.0', require: 'rack/cors'
# Disable strong_params so that Mash does not respond to :permitted?
gem 'hashie-forbidden_attributes'