diff options
author | Matthias Hecker <mail@apoc.cc> | 2020-03-31 14:25:58 +0200 |
---|---|---|
committer | Matthias Hecker <mail@apoc.cc> | 2020-03-31 14:25:58 +0200 |
commit | 83aa5b5ae3849ca924727931d51dda1725230ed4 (patch) | |
tree | 0123960a1e105a17925fdad9eccf026c90db1793 /Gemfile | |
parent | 235b43b450b3c60058cc0de19641ff5be23d7a6c (diff) |
test: add gettext/unittest to gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,3 +20,5 @@ group :optional do end gem "rake", "~> 13.0" +gem "gettext", "~> 3.3" +gem "test-unit", "~> 3.3" |