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:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-09-03 20:32:07 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2017-09-04 09:30:10 +0300
commit7199e882dba1f664ff2d5b889428c086dce7827d (patch)
tree6ca4728b9e40f47be98c3307929eefc54659efa3 /lib/gitlab/i18n
parenta3af683045e0170d975eab2562a466f88d2692b8 (diff)
Only require `simple_po_parser` in rake task that needs it
That way we don't need to install it in production, since it's really not needed there.
Diffstat (limited to 'lib/gitlab/i18n')
-rw-r--r--lib/gitlab/i18n/po_linter.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/i18n/po_linter.rb b/lib/gitlab/i18n/po_linter.rb
index 2e02787a4f4..7d3ff8c7f58 100644
--- a/lib/gitlab/i18n/po_linter.rb
+++ b/lib/gitlab/i18n/po_linter.rb
@@ -1,5 +1,3 @@
-require 'simple_po_parser'
-
module Gitlab
module I18n
class PoLinter