debugger gem supports ruby 1.9.3 just fine
This commit is contained in:
parent
de048bb61e
commit
7628e0a9d8
1 changed files with 1 additions and 2 deletions
3
Gemfile
3
Gemfile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue