Revert "The debugger gem isn't compatible with 1.9.3-p286 yet. Omit it for now."

This reverts commit 7b290ad13c294005db062e746f8b79c8a192e4fa.
debugger gem is now working ok with p286
This commit is contained in:
Santiago Pastorino 2012-10-30 16:41:58 -02:00
parent 48fe4f131b
commit e0fb16b92a

@ -42,7 +42,7 @@ instance_eval File.read local_gemfile if File.exists? local_gemfile
platforms :mri do
group :test do
gem 'ruby-prof', '~> 0.11.2' if RUBY_VERSION < '2.0'
gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.0' && RUBY_PATCHLEVEL < 286
gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.0'
end
end