From 73a6a71addd1686faf017202e8e01e743eb16ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 31 Dec 2012 14:55:59 -0300 Subject: Revert "Do not install debugger in the pathlevel 362" This reverts commit 9c18b6a818801a77a90c2768e436e4690537a3ab. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9b28023f78..94a0d15d16 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.3