aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/code
diff options
context:
space:
mode:
authorAditya Sanghi <asanghi@me.com>2012-04-17 15:00:33 +0530
committerAditya Sanghi <asanghi@me.com>2012-04-17 15:00:33 +0530
commit56674dbfc1718c35c33ee35baba349fc752f6725 (patch)
tree91a332853c0fdd4817df88adf89e128acbc0a34e /railties/guides/code
parent9a97699460e9b35a4c9e7a9694cf444fa75c7861 (diff)
downloadrails-56674dbfc1718c35c33ee35baba349fc752f6725.tar.gz
rails-56674dbfc1718c35c33ee35baba349fc752f6725.tar.bz2
rails-56674dbfc1718c35c33ee35baba349fc752f6725.zip
Replace ruby-debug19 which doesnt work on 1.9.3 out of the box with a more maintained debugger gem
Diffstat (limited to 'railties/guides/code')
-rw-r--r--railties/guides/code/getting_started/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/code/getting_started/Gemfile b/railties/guides/code/getting_started/Gemfile
index 768985070c..582a176a44 100644
--- a/railties/guides/code/getting_started/Gemfile
+++ b/railties/guides/code/getting_started/Gemfile
@@ -35,4 +35,4 @@ gem 'jquery-rails'
# gem 'capistrano'
# To use debugger
-# gem 'ruby-debug19', :require => 'ruby-debug'
+# gem 'debugger'