Skip to content

Commit

Permalink
remove ruby-debug dependency
Browse files Browse the repository at this point in the history
It was silly and causing build breakage (convoluted linecache problem)
  • Loading branch information
Andrew Bruce committed Feb 26, 2012
1 parent 3b96b3c commit a59e0ce
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ungulate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency('sinatra', [">= 1.3.1"])
gem.add_development_dependency('launchy', [">= 2.0.5"])
gem.add_development_dependency('actionpack', [">= 3.1.1"])

if RUBY_VERSION =~ /^1.9/
gem.add_development_dependency('ruby-debug19')
else
gem.add_development_dependency('ruby-debug')
end
end

0 comments on commit a59e0ce

Please sign in to comment.