summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authordosire <sytse@gitlab.com>2018-01-15 08:23:48 -0800
committerRémy Coutable <remy@rymai.me>2018-01-16 21:08:48 +0100
commit70ac55bce189a5d6e860c4921d349267319f5960 (patch)
treec370d8761357dceaf4a5ea471f2a87bbac067884 /Gemfile
parentf17d7a4beef61d0156865f1a9070fb53c8f05c99 (diff)
downloadgitlab-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--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9e1e0b3c0c6..5f4911ff628 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'