From e0fb16b92adb0d708e0a5bc258c76a367866eed2 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 30 Oct 2012 16:41:58 -0200 Subject: Revert "The debugger gem isn't compatible with 1.9.3-p286 yet. Omit it for now." This reverts commit 7b290ad13c294005db062e746f8b79c8a192e4fa. debugger gem is now working ok with p286 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 90ea9dff7a..b9b3a4cb23 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 < 286 + gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.0' end end -- cgit v1.2.3