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:
parent
5140c07c02
commit
670b2889a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue