aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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