aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-01-06 19:37:52 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-01-06 19:37:52 +0100
commit774e390752950730f9110679c3baac5345bfca8e (patch)
tree3991de0cbad9e38ef7739782112ff1fa2ba89080 /Gemfile
parenta45c1191c7d0cced2e069fe558124bb36c436828 (diff)
downloadhmnoweb-774e390752950730f9110679c3baac5345bfca8e.tar.gz
hmnoweb-774e390752950730f9110679c3baac5345bfca8e.tar.bz2
hmnoweb-774e390752950730f9110679c3baac5345bfca8e.zip
Add dependency to test-unit v 3.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 72fb0c0..f02cadd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -53,6 +53,8 @@ gem 'puma'
# To use debugger
# gem 'debugger'
+gem 'test-unit', '~> 3.0'
+
# Refinery CMS
gem 'refinerycms', '~> 2.1.0'