diff options
author | Robert Speicher <rspeicher@gmail.com> | 2018-01-02 14:20:42 -0600 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-01-02 14:20:42 -0600 |
commit | ca2351073420ec9b45642388b78f2462aec7b11d (patch) | |
tree | fa5fd17722238fa676b5f69e0926f457ddea8994 /Gemfile | |
parent | 2cbb2d0eceaed0f31c92d4eed8932e98f4f74559 (diff) | |
download | gitlab-ce-ca2351073420ec9b45642388b78f2462aec7b11d.tar.gz |
Update rack-cors from 0.4.0 to 1.0.2
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |