Make gem "ruby-debug19" require ruby-debug

This commit is contained in:
Santiago Pastorino 2011-02-12 22:44:12 -02:00
parent 22e14ea573
commit 0e9c7a265f
1 changed files with 1 additions and 1 deletions

View File

@ -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