diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2017-06-12 13:54:51 +0000 |
---|---|---|
committer | Lin Jen-Shin <godfat@godfat.org> | 2017-06-20 23:22:33 +0800 |
commit | 8902568a9286241601d4309c30b5d9a50c6eb47f (patch) | |
tree | 7c7e62c02a7097cda5e22861bba0812277629c48 /Gemfile.lock | |
parent | d5b83afc7b045a4efea14ce5ad95c30bb28639fa (diff) | |
download | gitlab-ce-8902568a9286241601d4309c30b5d9a50c6eb47f.tar.gz |
Add rails-i18n for some common translations33344-add-rails-i18n
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e38f8b92c8c..7ca330b6a59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -646,6 +646,9 @@ GEM rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.3) loofah (~> 2.0) + rails-i18n (4.0.9) + i18n (~> 0.7) + railties (~> 4.0) railties (4.2.8) actionpack (= 4.2.8) activesupport (= 4.2.8) @@ -1054,6 +1057,7 @@ DEPENDENCIES rack-proxy (~> 0.6.0) rails (= 4.2.8) rails-deprecated_sanitizer (~> 1.0.3) + rails-i18n (~> 4.0.9) rainbow (~> 2.2) rblineprof (~> 0.3.6) rdoc (~> 4.2) |