Revert "Use plaform mri_19 for debugger gem"

This reverts commit 2233f1456f.
This commit is contained in:
Aaron Patterson 2012-09-25 15:17:59 -07:00
parent 267c3d0f14
commit b59faa7f40
1 changed files with 1 additions and 6 deletions

View File

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