Merge branch 'add-fast-blank' into 'master'
Fast blank can speed things up. Spotify uses it as well… See merge request gitlab-org/gitlab-ce!16468
Showing
... | ... | @@ -233,6 +233,9 @@ gem 'charlock_holmes', '~> 0.7.5' |
# Faster JSON | ||
gem 'oj', '~> 2.17.4' | ||
# Faster blank | ||
gem 'fast_blank' | ||
# Parse time & duration | ||
gem 'chronic', '~> 0.10.2' | ||
gem 'chronic_duration', '~> 0.10.6' | ||
... | ... |
Please register or sign in to comment