Commit 1ad440bd3bedc406029478c2201d61316172925c

Authored by Stephen Crosby
2 parents 092093a6 e0cc418d
Exists in master and in 1 other branch production

Merge pull request #974 from mvz/make-bundle-exec-rake-spec-work

Remove test-unit to avoid 'invalid option' message
Showing 2 changed files with 0 additions and 5 deletions   Show diff stats
@@ -95,7 +95,6 @@ group :test do @@ -95,7 +95,6 @@ group :test do
95 gem 'launchy' 95 gem 'launchy'
96 gem 'email_spec' 96 gem 'email_spec'
97 gem 'timecop' 97 gem 'timecop'
98 - gem 'test-unit', require: 'test/unit'  
99 gem 'coveralls', require: false 98 gem 'coveralls', require: false
100 end 99 end
101 100
@@ -239,7 +239,6 @@ GEM @@ -239,7 +239,6 @@ GEM
239 cliver (~> 0.3.1) 239 cliver (~> 0.3.1)
240 multi_json (~> 1.0) 240 multi_json (~> 1.0)
241 websocket-driver (>= 0.2.0) 241 websocket-driver (>= 0.2.0)
242 - power_assert (0.2.3)  
243 powerpack (0.1.1) 242 powerpack (0.1.1)
244 premailer (1.8.4) 243 premailer (1.8.4)
245 css_parser (>= 1.3.6) 244 css_parser (>= 1.3.6)
@@ -379,8 +378,6 @@ GEM @@ -379,8 +378,6 @@ GEM
379 net-ssh (>= 2.8.0) 378 net-ssh (>= 2.8.0)
380 term-ansicolor (1.3.2) 379 term-ansicolor (1.3.2)
381 tins (~> 1.0) 380 tins (~> 1.0)
382 - test-unit (3.1.2)  
383 - power_assert  
384 therubyracer (0.12.2) 381 therubyracer (0.12.2)
385 libv8 (~> 3.16.14.0) 382 libv8 (~> 3.16.14.0)
386 ref 383 ref
@@ -478,7 +475,6 @@ DEPENDENCIES @@ -478,7 +475,6 @@ DEPENDENCIES
478 rubocop 475 rubocop
479 rushover 476 rushover
480 sass-rails 477 sass-rails
481 - test-unit  
482 therubyracer 478 therubyracer
483 timecop 479 timecop
484 uglifier 480 uglifier