Navigation Menu

Skip to content

Commit

Permalink
bundler treats trunk ruby as ruby 1.9, hack around that for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Nov 16, 2011
1 parent 325abe9 commit df5ec41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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
Expand Down

0 comments on commit df5ec41

Please sign in to comment.