Searched refs:RUBY_VERSION (Results 1 – 8 of 8) sorted by relevance
49 for RUBY_VERSION in 2.5.0 2.7.0; do50 rvm --debug requirements "ruby-${RUBY_VERSION}"51 time rvm install "$RUBY_VERSION"
16 ruby_version_dirname = /(\d+\.\d+)/.match(RUBY_VERSION).to_s
9 +<% if RUBY_VERSION < "2.7" %>
9 GC.stress = 0x01 | 0x04 unless RUBY_VERSION.match?(/^2\.7\./)
12 IntegerType = Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.4') ? Fixnum : Integer
524 …FrozenErrorType = Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.5') ? RuntimeError : Frozen…
13 …FrozenErrorType = Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.5') ? RuntimeError : Frozen…
129 unless '2.5' == /(\d+\.\d+)/.match(RUBY_VERSION).to_s131 "invoked on macos with ruby #{RUBY_VERSION}. The ruby macos artifact " \