Prevent gitlab-shell character encoding issues by receiving its changes as raw data.
Showing
... | @@ -177,6 +177,9 @@ gem 'ace-rails-ap' | ... | @@ -177,6 +177,9 @@ gem 'ace-rails-ap' |
# Keyboard shortcuts | # Keyboard shortcuts | ||
gem 'mousetrap-rails' | gem 'mousetrap-rails' | ||
# Detect and convert string character encoding | |||
gem 'charlock_holmes' | |||
# Shutting down requests that take too long | # Shutting down requests that take too long | ||
gem "slowpoke" | gem "slowpoke" | ||
... | ... |
Please register or sign in to comment