Merge branch 'rs-update-rack-cors' into 'master'
Update rack-cors to ~> 0.4.0 Closes #2800 See merge request !1536
Showing
... | ... | @@ -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 | ||
... | ... |
Please register or sign in to comment