summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthias Hecker <mail@apoc.cc>2020-03-31 14:25:58 +0200
committerMatthias Hecker <mail@apoc.cc>2020-03-31 14:25:58 +0200
commit83aa5b5ae3849ca924727931d51dda1725230ed4 (patch)
tree0123960a1e105a17925fdad9eccf026c90db1793 /Gemfile
parent235b43b450b3c60058cc0de19641ff5be23d7a6c (diff)
test: add gettext/unittest to gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 2e294f06..41082091 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,3 +20,5 @@ group :optional do
end
gem "rake", "~> 13.0"
+gem "gettext", "~> 3.3"
+gem "test-unit", "~> 3.3"