1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "Do not install debugger in the pathlevel 362"

This reverts commit 9c18b6a818.
This commit is contained in:
Rafael Mendonça França 2012-12-31 14:55:59 -03:00
parent dc8091b88f
commit 73a6a71add

View file

@ -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 < 362
gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.0'
end
end