Skip to content

Commit

Permalink
Install debugger. [#53]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Sep 1, 2011
1 parent d82d466 commit 685f4c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -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'
Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Expand Up @@ -19,13 +19,16 @@ 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)
treetop (>= 1.2.4)
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)
Expand All @@ -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
Expand All @@ -66,3 +75,4 @@ DEPENDENCIES
rails (~> 2.3.5)
rdiscount (>= 1.2.11)
rspec-rails (~> 1.3.2)
ruby-debug

0 comments on commit 685f4c7

Please sign in to comment.