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-07-20 18:32:17 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2017-08-31 15:10:04 +0300
commitbde39322f1b0a24b03c949abbf34b21859f9a5c0 (patch)
tree8f6e13d1429be0b8df995e7d6e6c090721409676 /Gemfile.lock
parent1eb30cfb758d9fa576f1164fe7c5f520867ce378 (diff)
Add a linter for PO files
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 8634a9e8822..5974ee8906c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -833,6 +833,7 @@ GEM
faraday (~> 0.9)
jwt (~> 1.5)
multi_json (~> 1.10)
+ simple_po_parser (1.1.2)
simplecov (0.14.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
@@ -1145,6 +1146,7 @@ DEPENDENCIES
sidekiq (~> 5.0)
sidekiq-cron (~> 0.6.0)
sidekiq-limit_fetch (~> 3.4)
+ simple_po_parser (~> 1.1.2)
simplecov (~> 0.14.0)
slack-notifier (~> 1.5.1)
spinach-rails (~> 0.2.1)