diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-11-16 10:42:56 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-11-16 10:42:56 -0800 |
commit | df5ec41b891bbd0392e9bb9695c17e3821903eed (patch) | |
tree | 6fdca479b92a87fc54ff3a53ae120bccee46c10a /Gemfile | |
parent | 325abe9fbad58b6a0e119a678039b195247a57bc (diff) | |
download | rails-df5ec41b891bbd0392e9bb9695c17e3821903eed.tar.gz rails-df5ec41b891bbd0392e9bb9695c17e3821903eed.tar.bz2 rails-df5ec41b891bbd0392e9bb9695c17e3821903eed.zip |
bundler treats trunk ruby as ruby 1.9, hack around that for now
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |