Sha256: acf6c6b9c6f66e9ff0cbf1000900d9e9b9eaf6f031a6e4133db962a379e95bd9
Contents?: true
Size: 363 Bytes
Versions: 9
Compression:
Stored size: 363 Bytes
Contents
#!/usr/bin/env ruby RUBY_27 = Gem::Version.new(RUBY_VERSION).yield_self do |ruby_version| Gem::Version.new('2.7.0') <= ruby_version && ruby_version < Gem::Version.new("2.8.0") end unless RUBY_27 STDERR.puts "🚨🚨🚨 stdlib test requires Ruby 2.7 but RUBY_VERSION==#{RUBY_VERSION}, exiting... 🚨🚨🚨" exit end ARGV.each do |arg| load arg end
Version data entries
9 entries across 9 versions & 1 rubygems