summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-11-02 19:50:10 +0100
committerAzul <azul@leap.se>2012-11-02 19:50:10 +0100
commit023d91a7ad605a9f941ad36c5d002172b25387a3 (patch)
tree17c395a2321ce8485af7b8cd424a83e7cf9d4475 /Gemfile
parentcb0ac8a9fac97341f86335ff713be8d7cb5e5e67 (diff)
add debugger for ruby 1.9 so it works too.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
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