From 023d91a7ad605a9f941ad36c5d002172b25387a3 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 2 Nov 2012 19:50:10 +0100 Subject: add debugger for ruby 1.9 so it works too. --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 40030b5..8b13e51 100644 --- a/Gemfile +++ b/Gemfile @@ -12,4 +12,5 @@ gem 'leap_web_certs', :path => 'certs' gem 'leap_web_help', :path => 'help' # To use debugger -gem 'ruby-debug' +gem 'debugger', :platforms => :mri_19 +gem 'ruby-debug', :platforms => :mri_18 -- cgit v1.2.3