Sha256: 290f0b10239396a28b82291575865702083f16376c7c71f5699a3ee3df43700e

Contents?: true

Size: 349 Bytes

Versions: 2

Compression:

Stored size: 349 Bytes

Contents

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.3.0', require: ['yajl', 'yajl/json_gem']
RB

gemfile <<-RB
  gem 'rack'
  gem 'yajl-ruby', '~> 1.2.1'
RB

gemfile <<-RB
  gem 'rack'
  gem 'yajl-ruby', '~> 1.1.0'
RB

# vim: ft=ruby

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
newrelic_rpm-4.1.0.333 test/multiverse/suites/yajl/Envfile
newrelic_rpm-4.0.0.332 test/multiverse/suites/yajl/Envfile