diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-10-07 22:08:30 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-10-07 22:08:30 -0400 |
commit | f9744ea9a42f206f00b16fd7866540bb9edcd93c (patch) | |
tree | cdd2269b0a624c595cab19659f941e40c0eddd72 /Gemfile | |
parent | c670f0736648a4dbd558d2f41eea33f773dee3a6 (diff) | |
download | gitlab-ce-f9744ea9a42f206f00b16fd7866540bb9edcd93c.tar.gz |
Update rack-cors to ~> 0.4.0
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -65,9 +65,9 @@ gem 'gollum-lib', '~> 4.0.2' gem "gitlab-linguist", "~> 3.0.1", require: "linguist" # API -gem "grape", "~> 0.6.1" -gem "grape-entity", "~> 0.4.2" -gem 'rack-cors', '~> 0.2.9', require: 'rack/cors' +gem 'grape', '~> 0.6.1' +gem 'grape-entity', '~> 0.4.2' +gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' # Format dates and times # based on human-friendly examples |