Merge branch 'feature/api_cors' of /home/git/repositories/gitlab/gitlabhq
Showing
... | ... | @@ -44,6 +44,7 @@ gem "gitlab-linguist", "~> 2.9.6", require: "linguist" |
# API | ||
gem "grape", "~> 0.4.1" | ||
gem "grape-entity", "~> 0.3.0" | ||
gem 'rack-cors', require: 'rack/cors' | ||
# Format dates and times | ||
# based on human-friendly examples | ||
... | ... |
Please register or sign in to comment