diff options
| author | Azul <azul@leap.se> | 2012-11-02 19:50:10 +0100 |
|---|---|---|
| committer | Azul <azul@leap.se> | 2012-11-02 19:50:10 +0100 |
| commit | 023d91a7ad605a9f941ad36c5d002172b25387a3 (patch) | |
| tree | 17c395a2321ce8485af7b8cd424a83e7cf9d4475 | |
| parent | cb0ac8a9fac97341f86335ff713be8d7cb5e5e67 (diff) | |
add debugger for ruby 1.9 so it works too.
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
