From 1ebfd999ec79810cedae6b7d67631088b2d8bf90 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Tue, 29 Dec 2009 01:53:15 +0530 Subject: [PATCH] Add ruby-debug to Gemfile for Ruby < 1.9 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 4ffa9e00e8..015c6ab918 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,6 @@ gem "rake", ">= 0.8.7" gem "mocha", ">= 0.9.8" +gem "ruby-debug", ">= 0.10.3" if RUBY_VERSION < '1.9' gem "rails", "3.0.pre", :path => "railties" %w(activesupport activemodel actionpack actionmailer activerecord activeresource).each do |lib|