debugger gem supports ruby 1.9.3 just fine

master
Yury Velikanau 2012-08-22 18:57:41 -07:00
parent de048bb61e
commit 7628e0a9d8
1 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,6 @@ group :test do
end end
platforms :mri_19 do platforms :mri_19 do
# TODO: Remove the conditional when ruby-debug19 supports Ruby >= 1.9.3 gem "debugger"
gem "ruby-debug19" if RUBY_VERSION < "1.9.3"
end end
end end