Skip to content

Commit

Permalink
Revert "Do not install debugger in the pathlevel 362"
Browse files Browse the repository at this point in the history
This reverts commit 9c18b6a.
  • Loading branch information
rafaelfranca committed Dec 31, 2012
1 parent dc8091b commit 73a6a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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

Expand Down

0 comments on commit 73a6a71

Please sign in to comment.