test/performance/lib/performance/platform.rb in newrelic_rpm-3.16.2.321 vs test/performance/lib/performance/platform.rb in newrelic_rpm-3.16.3.323
- old
+ new
@@ -25,9 +25,10 @@
when :mri_19 then !jruby? && RUBY_VERSION =~ /^1\.9\./
when :mri_193 then !jruby? && RUBY_VERSION =~ /^1\.9\.3/
when :mri_20 then !jruby? && RUBY_VERSION =~ /^2\.0\./
when :mri_21 then !jruby? && RUBY_VERSION =~ /^2\.1\./
when :mri_22 then !jruby? && RUBY_VERSION =~ /^2\.2\./
+ when :mri_23 then !jruby? && RUBY_VERSION =~ /^2\.3\./
end
end
def match_any?(platforms)
platforms.any? { |p| match?(p) }