[#839] Remove ruby-debug dependency.

It completely breaks on Ruby 1.9.3-p0. This is a stopper for people installing all groups. For the rest it is rarely used at all. Developers and testers requiring it can include it into their Gemfile.local
This commit is contained in:
Holger Just 2012-01-29 19:41:18 +01:00
parent 21f70fc86c
commit 8e85cbdc11
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ group :test do
gem 'edavis10-object_daddy', :require => 'object_daddy'
gem 'mocha'
gem 'capybara'
platforms :mri_18, :mingw_18 do gem 'ruby-debug' end
platforms :mri_19, :mingw_19 do gem 'ruby-debug19', :require => 'ruby-debug' end
end
group :ldap do