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.lock
parentf17d7a4beef61d0156865f1a9070fb53c8f05c99 (diff)
Use the fast_blank gem
See https://github.com/rails/rails/pull/24658#issuecomment-212651965
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 10e2585a0e8..b251b8c481a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -207,6 +207,7 @@ GEM
faraday_middleware-multi_json (0.0.6)
faraday_middleware
multi_json
+ fast_blank (1.0.0)
fast_gettext (1.4.0)
ffaker (2.4.0)
ffi (1.9.18)
@@ -1034,6 +1035,7 @@ DEPENDENCIES
email_spec (~> 1.6.0)
factory_bot_rails (~> 4.8.2)
faraday (~> 0.12)
+ fast_blank
ffaker (~> 2.4)
flay (~> 2.8.0)
flipper (~> 0.11.0)