bundler treats trunk ruby as ruby 1.9, hack around that for now

This commit is contained in:
Aaron Patterson
2011-11-16 10:42:56 -08:00
parent 325abe9fba
commit df5ec41b89

View File

@@ -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