Skip to content

Commit

Permalink
ruby-debug19 added to Gemfile [#4290 state:committed]
Browse files Browse the repository at this point in the history
Signed-off-by: wycats <wycats@gmail.com>
  • Loading branch information
spastorino authored and wycats committed Mar 29, 2010
1 parent a4eab8f commit 4ea289f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -11,6 +11,8 @@ group :mri do
if RUBY_VERSION < '1.9' if RUBY_VERSION < '1.9'
gem "system_timer" gem "system_timer"
gem "ruby-debug", ">= 0.10.3" gem "ruby-debug", ">= 0.10.3"
else
gem "ruby-debug19"
end end
end end


Expand Down

0 comments on commit 4ea289f

Please sign in to comment.