Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordosire <sytse@gitlab.com>2018-01-15 19:23:48 +0300
committerRémy Coutable <remy@rymai.me>2018-01-16 23:08:48 +0300
commit70ac55bce189a5d6e860c4921d349267319f5960 (patch)
treec370d8761357dceaf4a5ea471f2a87bbac067884 /Gemfile
parentf17d7a4beef61d0156865f1a9070fb53c8f05c99 (diff)
Use the fast_blank gem
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'