From 0e9c7a265f559d3f410e04effc207695aaf3b4c2 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sat, 12 Feb 2011 22:44:12 -0200 Subject: [PATCH] Make gem "ruby-debug19" require ruby-debug --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b8ac50bac3..08399c2d27 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ 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 "ruby-debug19", :require => 'ruby-debug' if RUBY_VERSION < "1.9.3" end platforms :ruby do -- GitLab