diff options
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 5 |
2 files changed, 0 insertions, 6 deletions
@@ -46,7 +46,6 @@ gem 'exception_notification' group :test do gem 'fakeweb' - gem 'test-unit', '~> 1.2.3', :platforms => :ruby_19 gem 'coveralls', :require => false gem 'webrat' end diff --git a/Gemfile.lock b/Gemfile.lock index 42a4807ea..f5cd40f78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,8 +97,6 @@ GEM haml (3.1.7) highline (1.6.15) hike (1.2.1) - hoe (3.3.1) - rake (>= 0.8, < 11.0) i18n (0.6.2) json (1.5.5) levenshtein (0.2.2) @@ -216,8 +214,6 @@ GEM sqlite3-ruby (1.3.3) sqlite3 (>= 1.3.3) syslog_protocol (0.9.2) - test-unit (1.2.3) - hoe (>= 1.5.1) thin (1.5.0) daemons (>= 1.0.9) eventmachine (>= 0.12.6) @@ -278,7 +274,6 @@ DEPENDENCIES ruby-msg (~> 1.5.0) spork-rails syslog_protocol - test-unit (~> 1.2.3) vpim webrat will_paginate |