From 89b073b3670fc5bc2f9f646fa8caadda2a44f356 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 5 Nov 2010 19:11:58 -0200 Subject: [PATCH] Bring back ruby-debug19 for Ruby versions < 1.9.3 --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e917488c45512..05f60118dcba4 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,8 @@ platforms :mri_18 do end platforms :mri_19 do - gem "ruby-debug19" + # TODO: Remove the conditional when ruby-debug19 supports Ruby >= 1.9.3 + gem "ruby-debug19" if RUBY_VERSION < "1.9.3" end platforms :ruby do