diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-03-15 15:42:31 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-03-15 16:52:22 +0100 |
commit | 3b1d5a1dffa35746d3619b90f3e82f8437e38c91 (patch) | |
tree | e38174737f589e350a6a7359d953b7d60fad9cfe /Gemfile | |
parent | 60df262c38d7c235b483cc1c4beb12f793e0e58a (diff) | |
download | gitlab-ce-3b1d5a1dffa35746d3619b90f3e82f8437e38c91.tar.gz |
Prevent gitlab-shell character encoding issues by receiving its changes as raw data.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |