diff options
author | dosire <sytse@gitlab.com> | 2018-01-15 08:23:48 -0800 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-01-16 21:08:48 +0100 |
commit | 70ac55bce189a5d6e860c4921d349267319f5960 (patch) | |
tree | c370d8761357dceaf4a5ea471f2a87bbac067884 /Gemfile | |
parent | f17d7a4beef61d0156865f1a9070fb53c8f05c99 (diff) | |
download | gitlab-ce-70ac55bce189a5d6e860c4921d349267319f5960.tar.gz |
Use the fast_blank gemadd-fast-blank
See https://github.com/rails/rails/pull/24658#issuecomment-212651965
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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' |