1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Avoid Ruby versions check on Rubinius

Rubinius is still targeting compliance with Ruby 2.1.0 but we are pretty
close to a green build so let's avoid this check for the moment.
This commit is contained in:
Robin Dupret 2015-03-02 17:07:54 +01:00
parent 5140c07c02
commit 670b2889a3

View file

@ -1,4 +1,4 @@
if RUBY_VERSION < '2.2.0'
if RUBY_VERSION < '2.2.0' && RUBY_ENGINE == 'ruby'
desc = defined?(RUBY_DESCRIPTION) ? RUBY_DESCRIPTION : "ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE})"
abort <<-end_message