From 685f4c70f257942e2a6d2ae2c452ec35aee80914 Mon Sep 17 00:00:00 2001 From: Marnen Laibow-Koser Date: Thu, 1 Sep 2011 14:52:24 -0400 Subject: [PATCH] Install debugger. [#53] --- Gemfile | 4 ++++ Gemfile.lock | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/Gemfile b/Gemfile index 19a62571..bfda895e 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,10 @@ group :development do gem 'gettext', '>= 1.9.3' end +group :test, :development do + gem 'ruby-debug' +end + group :test do gem 'autotest' gem 'autotest-rails' diff --git a/Gemfile.lock b/Gemfile.lock index c581f961..388cb1c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,6 +19,7 @@ GEM ZenTest (>= 4.4.1) autotest-rails (4.1.0) ZenTest + columnize (0.3.4) cucumber (0.1.16) diff-lcs (>= 1.1.2) term-ansicolor (>= 1.0.3) @@ -26,6 +27,8 @@ GEM diff-lcs (1.1.3) fast_gettext (0.4.17) gettext (2.0.0) + linecache (0.46) + rbx-require-relative (> 0.0.4) polyglot (0.3.2) postgres (0.7.9.2008.01.28) prawn (0.4.0) @@ -40,11 +43,17 @@ GEM activesupport (= 2.3.10) rake (>= 0.8.3) rake (0.8.7) + rbx-require-relative (0.0.5) rdiscount (1.3.1) rspec (1.3.2) rspec-rails (1.3.4) rack (>= 1.0.0) rspec (~> 1.3.1) + ruby-debug (0.10.4) + columnize (>= 0.1) + ruby-debug-base (~> 0.10.4.0) + ruby-debug-base (0.10.4) + linecache (>= 0.3) term-ansicolor (1.0.6) treetop (1.4.10) polyglot @@ -66,3 +75,4 @@ DEPENDENCIES rails (~> 2.3.5) rdiscount (>= 1.2.11) rspec-rails (~> 1.3.2) + ruby-debug