Skip to content

Commit

Permalink
only add ruby-debug in 1.8. grr, ruby-debug. grr.
Browse files Browse the repository at this point in the history
  • Loading branch information
osheroff committed Apr 11, 2012
1 parent 3ee2559 commit 41b6954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active_record_host_pool.gemspec
Expand Up @@ -28,6 +28,6 @@ Gem::Specification.new do |s|
s.add_development_dependency("mysql")
s.add_development_dependency("shoulda")
s.add_development_dependency("mocha")
s.add_development_dependency("ruby-debug")
s.add_development_dependency("ruby-debug") if RUBY_VERSION < "1.9.0"
end

0 comments on commit 41b6954

Please sign in to comment.