Sha256: 3ab7b08cd3a42d583bbea987df1c678efa8ea2a3b462224314d7c9ea75986545

Contents?: true

Size: 440 Bytes

Versions: 4

Compression:

Stored size: 440 Bytes

Contents

suite_condition("http.rb is only supported for versions >= 2.0.0") do
  RUBY_VERSION >= '2.0.0'
end

httprb_versions = %w(2.0.3
                     2.0.2
                     2.0.1
                     2.0.0
                     1.0.4
                     0.9.9
                     0.8.14
                     0.7.4)

httprb_versions.each do |httprb_version|
  gemfile <<-RB
    gem 'http', '~> #{httprb_version}'
    gem 'rack'
  RB
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
newrelic_rpm-3.17.2.327 test/multiverse/suites/httprb/Envfile
newrelic_rpm-3.17.1.326 test/multiverse/suites/httprb/Envfile
newrelic_rpm-3.17.0.325 test/multiverse/suites/httprb/Envfile
newrelic_rpm-3.16.3.323 test/multiverse/suites/httprb/Envfile