Skip to content

Commit

Permalink
Use debugger gem instead of legacy ruby-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Jul 23, 2012
1 parent 0747a57 commit ae0c46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion em-couchbase.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'minitest' s.add_development_dependency 'minitest'
s.add_development_dependency 'rdiscount' s.add_development_dependency 'rdiscount'
s.add_development_dependency 'yard' s.add_development_dependency 'yard'
s.add_development_dependency RUBY_VERSION =~ /^1\.9/ ? 'ruby-debug19' : 'ruby-debug' s.add_development_dependency 'debugger'
end end

0 comments on commit ae0c46e

Please sign in to comment.