aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-02-12 22:44:12 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2011-02-12 22:44:12 -0200
commit0e9c7a265f559d3f410e04effc207695aaf3b4c2 (patch)
treeaaa09b442d39b61b4a81be5a17d34a212c9980ea /Gemfile
parent22e14ea5739f552dfc663f563835fa27669d627d (diff)
downloadrails-0e9c7a265f559d3f410e04effc207695aaf3b4c2.tar.gz
rails-0e9c7a265f559d3f410e04effc207695aaf3b4c2.tar.bz2
rails-0e9c7a265f559d3f410e04effc207695aaf3b4c2.zip
Make gem "ruby-debug19" require ruby-debug
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b8ac50bac3..08399c2d27 100644
--- a/Gemfile
+++ b/Gemfile
@@ -31,7 +31,7 @@ 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"
+ gem "ruby-debug19", :require => 'ruby-debug' if RUBY_VERSION < "1.9.3"
end
platforms :ruby do