From 154fee2727ff279937b1f812f8dfed847f8e5555 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 16 Nov 2012 22:05:25 -0200 Subject: [PATCH] Revert "Debugger gem doesn't work with patchlevel >= 327" This reverts commit 0ecd4640664c4723323d6fff5760dc4d833d7eb9. --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 47a966ef52..3edc07e176 100644 --- a/Gemfile +++ b/Gemfile @@ -38,8 +38,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 < 327 - + gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.0' end end