From 7255f55dba83aacbde76184aff965162e339ba2a Mon Sep 17 00:00:00 2001 From: David Rodríguez Date: Fri, 12 Apr 2019 19:05:26 +0200 Subject: [bundler/bundler] RUBY_ENGINE should always be defined after 1.8.7 https://github.com/bundler/bundler/commit/d6c9196d18 --- spec/bundler/support/platforms.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/bundler/support/platforms.rb') diff --git a/spec/bundler/support/platforms.rb b/spec/bundler/support/platforms.rb index caac7734bf..153704e666 100644 --- a/spec/bundler/support/platforms.rb +++ b/spec/bundler/support/platforms.rb @@ -65,7 +65,7 @@ module Spec end def local_ruby_engine - ENV["BUNDLER_SPEC_RUBY_ENGINE"] || (defined?(RUBY_ENGINE) ? RUBY_ENGINE : "ruby") + ENV["BUNDLER_SPEC_RUBY_ENGINE"] || RUBY_ENGINE end def local_engine_version -- cgit v1.2.3