Prevent gitlab-shell character encoding issues by receiving its changes as raw data.
Showing
... | ... | @@ -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" | ||
... | ... |
Please register or sign in to comment