diff options
author | Mark Longair <mhl@pobox.com> | 2013-11-22 11:32:48 +0000 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-11-22 16:39:36 -0200 |
commit | 3b86cb6129140fc123dc3aeffcccdb5652f19085 (patch) | |
tree | 153f908b7e14218d659a4fd2f9a05fa43ab472ff | |
parent | a4bc67e0f4c2bc7b3dc6756630335cc0396af896 (diff) |
Add byebug, for interactive debugging under Ruby 2
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -66,6 +66,7 @@ end group :develop do gem 'ruby-debug', :platforms => :ruby_18 gem 'debugger', :platforms => :ruby_19 + gem 'byebug', :platforms => :ruby_20 gem 'bootstrap-sass' gem 'compass' gem 'annotate' diff --git a/Gemfile.lock b/Gemfile.lock index 36f7a1a3e..d38ac52b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,6 +52,9 @@ GEM bootstrap-sass (2.3.1.2) sass (~> 3.2) builder (3.0.4) + byebug (2.3.1) + columnize (~> 0.3.6) + debugger-linecache (~> 1.2.0) capistrano (2.15.4) highline net-scp (>= 1.0.0) @@ -254,6 +257,7 @@ DEPENDENCIES acts_as_versioned! annotate bootstrap-sass + byebug capistrano charlock_holmes compass |