[#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:
parent
21f70fc86c
commit
8e85cbdc11
3
Gemfile
3
Gemfile
@ -17,9 +17,6 @@ group :test do
|
|||||||
gem 'edavis10-object_daddy', :require => 'object_daddy'
|
gem 'edavis10-object_daddy', :require => 'object_daddy'
|
||||||
gem 'mocha'
|
gem 'mocha'
|
||||||
gem 'capybara'
|
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
|
end
|
||||||
|
|
||||||
group :ldap do
|
group :ldap do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user