aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-11-12 15:16:53 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2011-11-12 15:16:53 -0200
commitdf300a754bf64d0c350fdc8c69408c5bd04b80a3 (patch)
tree31cef3239c389d94664dd8fefda1913315335b9c /Gemfile
parent8f20d59e6ea3adb88b434490e3175153c3df85c5 (diff)
downloadrails-df300a754bf64d0c350fdc8c69408c5bd04b80a3.tar.gz
rails-df300a754bf64d0c350fdc8c69408c5bd04b80a3.tar.bz2
rails-df300a754bf64d0c350fdc8c69408c5bd04b80a3.zip
Allow to use ruby-debug in 1.9.3
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index f94f267f05..1b7d478f18 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,8 +41,7 @@ platforms :mri_18 do
end
platforms :mri_19 do
- # TODO: Remove the conditional when ruby-debug19 supports Ruby >= 1.9.3
- gem "ruby-debug19", :require => "ruby-debug" unless RUBY_VERSION > "1.9.2" || ENV['TRAVIS']
+ gem "ruby-debug19", :require => "ruby-debug" unless ENV['TRAVIS']
end
platforms :mri do