From ad3bf417b45d50be7b0121b5dacca2bc95b7953b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 27 Jun 2011 03:28:33 +0000 Subject: [PATCH] Gemfile: remove wrongdoc dependency for tests It's not needed. --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9f4abf7..c9a1b64 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,5 @@ source(ENV["GEM_SOURCE"] || :rubygems) gem 'aggregate', '~> 0.2' gem 'io-extra', '~> 1.2.3' gem 'posix_mq', '~> 1.0' -gem 'wrongdoc', '~> 1.5' gem 'rack', '~> 1.2' gem 'unicorn', '>= 0.98' -- 2.11.4.GIT