Remove ruby-debug as requested.

This commit is contained in:
Matt Colyer 2011-08-10 18:01:27 -07:00
parent 9cf2fc4414
commit a507326647
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
source :rubygems
gem 'bundler', '~> 1.0'
gem "ruby-debug"
gemspec
@dependencies.delete_if {|d| d.name == "xpath" }