aboutsummaryrefslogtreecommitdiffstats
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
parenta45c1191c7d0cced2e069fe558124bb36c436828 (diff)
downloadhmnoweb-774e390752950730f9110679c3baac5345bfca8e.tar.gz
hmnoweb-774e390752950730f9110679c3baac5345bfca8e.tar.bz2
hmnoweb-774e390752950730f9110679c3baac5345bfca8e.zip
Add dependency to test-unit v 3.0
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 6 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'
diff --git a/Gemfile.lock b/Gemfile.lock
index ad1b897..56dbe3e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -142,6 +142,7 @@ GEM
activesupport
rails (>= 3.0.0)
polyglot (0.3.5)
+ power_assert (1.1.1)
puma (3.9.1)
rack (1.4.7)
rack-cache (1.5.1)
@@ -250,6 +251,8 @@ GEM
sshkit (1.15.1)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
+ test-unit (3.2.7)
+ power_assert
thor (0.19.1)
tilt (1.4.1)
treetop (1.4.15)
@@ -295,6 +298,7 @@ DEPENDENCIES
spork
spork-testunit
sqlite3
+ test-unit (~> 3.0)
uglifier (>= 1.0.3)
BUNDLED WITH