diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-05 10:29:45 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-05 10:29:45 +0200 |
commit | 6edb4c0634740e4231e5939b13fd696b6823b3de (patch) | |
tree | 1d696efc17e8ca2fd02194150ef77cef61b24011 /Gemfile | |
parent | 23d180f5f1905eb8d714daaf2d097767ff355817 (diff) | |
download | gitlab-ce-6edb4c0634740e4231e5939b13fd696b6823b3de.tar.gz |
Allow Cross-origin resource sharing for GitLab API
It will allow to write web applications on other domains to interact
with GitLab instances
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |