From df300a754bf64d0c350fdc8c69408c5bd04b80a3 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sat, 12 Nov 2011 15:16:53 -0200 Subject: Allow to use ruby-debug in 1.9.3 --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index f94f267f05..1b7d478f18 100644 --- a/Gemfile +++ b/Gemfile @@ -41,8 +41,7 @@ platforms :mri_18 do end platforms :mri_19 do - # TODO: Remove the conditional when ruby-debug19 supports Ruby >= 1.9.3 - gem "ruby-debug19", :require => "ruby-debug" unless RUBY_VERSION > "1.9.2" || ENV['TRAVIS'] + gem "ruby-debug19", :require => "ruby-debug" unless ENV['TRAVIS'] end platforms :mri do -- cgit v1.2.3