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-15 17:42:31 +0300
committerDouwe Maan <douwe@gitlab.com>2015-03-15 18:52:22 +0300
commit3b1d5a1dffa35746d3619b90f3e82f8437e38c91 (patch)
treee38174737f589e350a6a7359d953b7d60fad9cfe /Gemfile
parent60df262c38d7c235b483cc1c4beb12f793e0e58a (diff)
Prevent gitlab-shell character encoding issues by receiving its changes as raw data.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 44f024a4b8e..b7b7b0a1c28 100644
--- a/Gemfile
+++ b/Gemfile
@@ -177,6 +177,9 @@ gem 'ace-rails-ap'
# Keyboard shortcuts
gem 'mousetrap-rails'
+# Detect and convert string character encoding
+gem 'charlock_holmes'
+
# Shutting down requests that take too long
gem "slowpoke"