From 044a11e780967d7fee0af5a9736ce7db4cd6007d Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 22 Oct 2012 15:37:26 +0200 Subject: use debugger for ruby 1.9 - not supporting 1.8.7 anymore ruby-debug breaks with 1.9 debugger breaks with 1.8.7 --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 4bf0f3b..56cbf62 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,8 @@ gem 'leap_web_help', :path => 'help' # To use debugger gem 'debugger', :platforms => :mri_19 -gem 'ruby-debug', :platforms => :mri_18 +# ruby 1.8 is not supported anymore +# gem 'ruby-debug', :platforms => :mri_18 # unreleased so far ... but leap_web_certs need it -- cgit v1.2.3