Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-05 12:29:45 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-05 12:29:45 +0400
commit6edb4c0634740e4231e5939b13fd696b6823b3de (patch)
tree1d696efc17e8ca2fd02194150ef77cef61b24011 /Gemfile.lock
parent23d180f5f1905eb8d714daaf2d097767ff355817 (diff)
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.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 2b2d7c55856..23615fc692f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -335,6 +335,7 @@ GEM
rack
rack-cache (1.2)
rack (>= 0.4)
+ rack-cors (0.2.9)
rack-mini-profiler (0.1.31)
rack (>= 1.1.3)
rack-mount (0.8.3)
@@ -610,6 +611,7 @@ DEPENDENCIES
pry
quiet_assets (~> 1.0.1)
rack-attack
+ rack-cors
rack-mini-profiler
rails (= 3.2.16)
rails-dev-tweaks