summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-03-15 15:42:31 +0100
committerDouwe Maan <douwe@gitlab.com>2015-03-15 16:52:22 +0100
commit3b1d5a1dffa35746d3619b90f3e82f8437e38c91 (patch)
treee38174737f589e350a6a7359d953b7d60fad9cfe /Gemfile
parent60df262c38d7c235b483cc1c4beb12f793e0e58a (diff)
downloadgitlab-ce-3b1d5a1dffa35746d3619b90f3e82f8437e38c91.tar.gz
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"