Skip to content

Commit

Permalink
Adding ruby-debug19 to Gemfile for Ruby 1.9 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel committed Apr 10, 2010
1 parent 228c47d commit 33d2e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -13,4 +13,5 @@ group :test do
gem "rspec"
gem "diff-lcs"
gem "ruby-debug" if RUBY_VERSION < '1.9' and RUBY_PLATFORM != 'java'
gem "ruby-debug19" if RUBY_VERSION > '1.9' and RUBY_PLATFORM != 'java'
end

0 comments on commit 33d2e17

Please sign in to comment.