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:
authorDouwe Maan <douwe@gitlab.com>2015-03-03 15:07:14 +0300
committerDouwe Maan <douwe@gitlab.com>2015-03-05 01:20:47 +0300
commit516bcabbf42d60db2ac989dce4c7187b2a1e5de9 (patch)
treebdc504df2af875908fd77ca2ca4fc8d962870207 /Gemfile
parent2f4656b5c7e2a9b351237432e76a7b928a1684b1 (diff)
Increase timeout for Git-over-HTTP requests.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 01c02b5c8db..f2517c6faa4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -177,6 +177,9 @@ gem 'ace-rails-ap'
# Keyboard shortcuts
gem 'mousetrap-rails'
+# Shutting down requests that take too long
+gem "slowpoke"
+
gem "sass-rails", '~> 4.0.2'
gem "coffee-rails"
gem "uglifier"