Home
last modified time | relevance | path

Searched refs:RUBY_VERSION (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/tools/internal_ci/helper_scripts/
Dprepare_build_macos_rc49 for RUBY_VERSION in 2.5.0 2.7.0; do
50 rvm --debug requirements "ruby-${RUBY_VERSION}"
51 time rvm install "$RUBY_VERSION"
/third_party/grpc/src/ruby/lib/grpc/
Dgrpc.rb16 ruby_version_dirname = /(\d+\.\d+)/.match(RUBY_VERSION).to_s
/third_party/grpc/third_party/rake-compiler-dock/build/patches2/ruby-2.7.0/
Druby2_keywords.patch9 +<% if RUBY_VERSION < "2.7" %>
/third_party/protobuf/ruby/tests/
Dgc_test.rb9 GC.stress = 0x01 | 0x04 unless RUBY_VERSION.match?(/^2\.7\./)
Dtype_errors.rb12 IntegerType = Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.4') ? Fixnum : Integer
Dbasic.rb524 …FrozenErrorType = Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.5') ? RuntimeError : Frozen…
Dcommon_tests.rb13 …FrozenErrorType = Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.5') ? RuntimeError : Frozen…
/third_party/grpc/
DRakefile129 unless '2.5' == /(\d+\.\d+)/.match(RUBY_VERSION).to_s
131 "invoked on macos with ruby #{RUBY_VERSION}. The ruby macos artifact " \