Skip to content

Commit

Permalink
Bring back ruby-debug19 for Ruby versions < 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino authored and tenderlove committed Nov 15, 2010
1 parent 76efb92 commit 89b073b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -25,7 +25,8 @@ platforms :mri_18 do
end

platforms :mri_19 do
gem "ruby-debug19"
# TODO: Remove the conditional when ruby-debug19 supports Ruby >= 1.9.3
gem "ruby-debug19" if RUBY_VERSION < "1.9.3"
end

platforms :ruby do
Expand Down

0 comments on commit 89b073b

Please sign in to comment.