test/multiverse/suites/yajl/Envfile in newrelic_rpm-3.18.1.330 vs test/multiverse/suites/yajl/Envfile in newrelic_rpm-4.0.0.332
- old
+ new
@@ -2,9 +2,14 @@
RUBY_PLATFORM != 'java' && RUBY_VERSION < '2.4.0'
end
gemfile <<-RB
gem 'rack'
+ gem 'yajl-ruby', '~> 1.3.0', require: ['yajl', 'yajl/json_gem']
+RB
+
+gemfile <<-RB
+ gem 'rack'
gem 'yajl-ruby', '~> 1.2.1'
RB
gemfile <<-RB
gem 'rack'