From 7628e0a9d8faf181a1b92590cfa02450ace44c7d Mon Sep 17 00:00:00 2001 From: Yury Velikanau Date: Wed, 22 Aug 2012 18:57:41 -0700 Subject: [PATCH] debugger gem supports ruby 1.9.3 just fine --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 780b393..ba8bc55 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,6 @@ group :test do end platforms :mri_19 do - # TODO: Remove the conditional when ruby-debug19 supports Ruby >= 1.9.3 - gem "ruby-debug19" if RUBY_VERSION < "1.9.3" + gem "debugger" end end