test/multiverse/suites/yajl/Envfile in newrelic_rpm-3.17.2.327 vs test/multiverse/suites/yajl/Envfile in newrelic_rpm-3.18.0.329
- old
+ new
@@ -1,7 +1,7 @@
-suite_condition("Yajl not supported for JRuby") do
- RUBY_PLATFORM != 'java'
+suite_condition("Yajl not supported for JRuby or 2.4") do
+ RUBY_PLATFORM != 'java' && RUBY_VERSION < '2.4.0'
end
gemfile <<-RB
gem 'rack'
gem 'yajl-ruby', '~> 1.2.1'
@@ -9,5 +9,7 @@
gemfile <<-RB
gem 'rack'
gem 'yajl-ruby', '~> 1.1.0'
RB
+
+# vim: ft=ruby