aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-11-16 10:42:56 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2011-11-16 10:42:56 -0800
commitdf5ec41b891bbd0392e9bb9695c17e3821903eed (patch)
tree6fdca479b92a87fc54ff3a53ae120bccee46c10a
parent325abe9fbad58b6a0e119a678039b195247a57bc (diff)
downloadrails-df5ec41b891bbd0392e9bb9695c17e3821903eed.tar.gz
rails-df5ec41b891bbd0392e9bb9695c17e3821903eed.tar.bz2
rails-df5ec41b891bbd0392e9bb9695c17e3821903eed.zip
bundler treats trunk ruby as ruby 1.9, hack around that for now
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1b7d478f18..97605e32b5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,7 +41,7 @@ platforms :mri_18 do
end
platforms :mri_19 do
- gem "ruby-debug19", :require => "ruby-debug" unless ENV['TRAVIS']
+ gem "ruby-debug19", :require => "ruby-debug" unless ENV['TRAVIS'] || RUBY_VERSION >= "2.0"
end
platforms :mri do