diff options
author | Azul <azul@leap.se> | 2012-10-22 15:37:26 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-02-27 09:40:03 +0100 |
commit | 044a11e780967d7fee0af5a9736ce7db4cd6007d (patch) | |
tree | b289c728e3c9668f980b6043fbec215914e4565b /Gemfile | |
parent | d656c33422c3d3ac72878e8ddccbd087a48a401c (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-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |