aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-12-29 01:53:15 +0530
committerPratik Naik <pratiknaik@gmail.com>2009-12-29 01:53:15 +0530
commit1ebfd999ec79810cedae6b7d67631088b2d8bf90 (patch)
tree532e97a001eed156db47ae4ca9df1c9c4a63d212
parentea7b5ff99e44aac0fc643e02dc4d046ab99ecdc7 (diff)
downloadrails-1ebfd999ec79810cedae6b7d67631088b2d8bf90.tar.gz
rails-1ebfd999ec79810cedae6b7d67631088b2d8bf90.tar.bz2
rails-1ebfd999ec79810cedae6b7d67631088b2d8bf90.zip
Add ruby-debug to Gemfile for Ruby < 1.9
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
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|