From be24b433b4cb4f29fdb7638019caaa4c447fb82a Mon Sep 17 00:00:00 2001 From: Jeff Casimir Date: Sun, 28 Aug 2011 00:01:04 -0500 Subject: [PATCH] Ruby-debug is not 1.9.3 compatible right now --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index 57ca596..df6b1f1 100644 --- a/Gemfile +++ b/Gemfile @@ -7,8 +7,6 @@ gem 'actionpack', "~> 3.0.10", :require => 'action_view' gem 'guard' gem 'guard-rspec' gem 'launchy' -gem 'ruby-debug', :platforms => [:mri_18] -gem 'ruby-debug19', :platforms => [:mri_19] gem 'rcov', :platforms => [:mri_18] gem 'cover_me', '>= 1.0.0.rc6', :platforms => [:mri_19]