summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-10-22 15:37:26 +0200
committerAzul <azul@leap.se>2013-02-27 09:40:03 +0100
commit044a11e780967d7fee0af5a9736ce7db4cd6007d (patch)
treeb289c728e3c9668f980b6043fbec215914e4565b /Gemfile
parentd656c33422c3d3ac72878e8ddccbd087a48a401c (diff)
use debugger for ruby 1.9 - not supporting 1.8.7 anymore
ruby-debug breaks with 1.9 debugger breaks with 1.8.7
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
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