aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-03-29 00:23:02 -0300
committerwycats <wycats@gmail.com>2010-03-28 20:24:36 -0700
commit4ea289fb1175daed88f1d4119b441505c1e10f57 (patch)
tree811f25bd7383517ead5c9f0a0ce8cf388b53eb76 /Gemfile
parenta4eab8f1f3306656bef3bacebaceec4e88fdc57b (diff)
downloadrails-4ea289fb1175daed88f1d4119b441505c1e10f57.tar.gz
rails-4ea289fb1175daed88f1d4119b441505c1e10f57.tar.bz2
rails-4ea289fb1175daed88f1d4119b441505c1e10f57.zip
ruby-debug19 added to Gemfile [#4290 state:committed]
Signed-off-by: wycats <wycats@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ea9842c0c5..951137b243 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,6 +11,8 @@ group :mri do
if RUBY_VERSION < '1.9'
gem "system_timer"
gem "ruby-debug", ">= 0.10.3"
+ else
+ gem "ruby-debug19"
end
end