Allow to use ruby-debug in 1.9.3

This commit is contained in:
Santiago Pastorino 2011-11-12 15:16:53 -02:00
parent 8f20d59e6e
commit df300a754b
1 changed files with 1 additions and 2 deletions

View File

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