aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-11-05 19:11:58 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2010-11-05 19:11:58 -0200
commit29b54a41d9cd9b5b8902429be4adedf4a296fa9d (patch)
tree4e93c4df5b262fe6c019fc096419b82e9431ecfd /Gemfile
parent00261a187ef55c284156ef22b31909ffbe51b0f2 (diff)
downloadrails-29b54a41d9cd9b5b8902429be4adedf4a296fa9d.tar.gz
rails-29b54a41d9cd9b5b8902429be4adedf4a296fa9d.tar.bz2
rails-29b54a41d9cd9b5b8902429be4adedf4a296fa9d.zip
Bring back ruby-debug19 for Ruby versions < 1.9.3
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 66a446a177..3aaf9a6123 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,6 +31,11 @@ platforms :mri_18 do
gem 'ruby-prof'
end
+platforms :mri_19 do
+ # TODO: Remove the conditional when ruby-debug19 supports Ruby >= 1.9.3
+ gem "ruby-debug19" if RUBY_VERSION < "1.9.3"
+end
+
platforms :ruby do
gem 'json'
gem 'yajl-ruby'