From 2b48e476540c946579007188e59fd393bdf7a163 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Sat, 30 Oct 2010 11:30:08 -0700 Subject: [PATCH] ruby-debug19 does not work with 1.9.3, so I am removing it --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index efbcecd75a..66a446a177 100644 --- a/Gemfile +++ b/Gemfile @@ -31,10 +31,6 @@ platforms :mri_18 do gem 'ruby-prof' end -platforms :mri_19 do - gem "ruby-debug19" -end - platforms :ruby do gem 'json' gem 'yajl-ruby'