aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-09-01 21:24:08 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-09-01 21:24:33 -0300
commit920765c4c223ee951312e371722b812710463677 (patch)
tree546f90a05dd11e0416d7f9578e005912e18a797b /Gemfile
parentaf03462b248de18b09107bd9d228e138d115c8e4 (diff)
downloadrails-920765c4c223ee951312e371722b812710463677.tar.gz
rails-920765c4c223ee951312e371722b812710463677.tar.bz2
rails-920765c4c223ee951312e371722b812710463677.zip
Add ruby-debug19 for mri 1.9
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index dce0c107f2..124fbf5d24 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,6 +24,10 @@ platforms :mri_18 do
gem "ruby-debug", ">= 0.10.3"
end
+platforms :mri_19 do
+ gem "ruby-debug19"
+end
+
platforms :ruby do
gem 'json'
gem 'yajl-ruby'