Add ruby-debug as a development dependency.

This commit is contained in:
Josh Nichols
2011-05-30 21:03:34 -04:00
parent 8c1f0bd05c
commit 54697866f5
2 changed files with 9 additions and 0 deletions

View File

@@ -12,4 +12,5 @@ group :development do
gem "jeweler", ">= 1.5.0.pre6"
gem "rcov", ">= 0"
gem "test-construct"
gem "ruby-debug"
end