From df5ec41b891bbd0392e9bb9695c17e3821903eed Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 16 Nov 2011 10:42:56 -0800 Subject: bundler treats trunk ruby as ruby 1.9, hack around that for now --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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 -- cgit v1.2.3