Sha256: 4bedbfbf3f2248109c71b9fc49454697a883530459c96d7f3fc26c06ba9a91b7

Contents?: true

Size: 232 Bytes

Versions: 37

Compression:

Stored size: 232 Bytes

Contents

gemfile <<-RB
  gem 'rack'
RB

# On Ruby 1.8.7 we need to explicitly run with the JSON gem to get JSON
# serialization. Otherwise first env will run with pruby.
if RUBY_VERSION < "1.9"
gemfile <<-RB
  gem 'json'
  gem 'rack'
RB
end

Version data entries

37 entries across 37 versions & 3 rubygems

Version Path
newrelic_rpm-3.18.1.330 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.18.0.329 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.17.2.327 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.17.1.326 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.17.0.325 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.16.3.323 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.16.2.321 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.16.1.320 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.16.0.318 test/multiverse/suites/marshalling/Envfile
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.15.2.317 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.15.1.316 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.15.0.314 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.14.3.313 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.14.2.312 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.14.1.311 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.14.0.305 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.13.2.302 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.13.1.300 test/multiverse/suites/marshalling/Envfile
newrelic_rpm-3.13.0.299 test/multiverse/suites/marshalling/Envfile