Use the debugger gem which actually works on 1.9

This commit is contained in:
R. Tyler Croy 2013-02-19 12:39:32 -08:00
parent 1144d1670e
commit 9eb01a5d30
1 changed files with 1 additions and 5 deletions

View File

@ -11,9 +11,5 @@ group :development do
gem 'aruba'
gem 'tempdir'
gem 'pry'
if RUBY_VERSION > '1.9'
gem 'ruby-debug19', :require => 'ruby-debug'
else
gem 'ruby-debug'
end
gem 'debugger'
end