Sha256: 5caff1ec8b13e6f04c4faf7a3e76e466decffc151165f8d70b2a6d9a2070a02e

Contents?: true

Size: 543 Bytes

Versions: 25

Compression:

Stored size: 543 Bytes

Contents

if RUBY_VERSION >= '2.2.0'
  excon_versions = %w(0.45.3)
else
  excon_versions = %w(0.45.3
                      0.25.0
                      0.24.0
                      0.19.0
                      0.18.0
                      0.10.0)
end

# Excon 0.10.0 doesn't seem to work on Rubinius 2.2.10
excon_versions.delete("0.10.0") if defined?(RUBY_ENGINE) && RUBY_ENGINE == "rbx"

excon_versions.each do |excon_version|
  gemfile <<-RB
    gem 'excon', '~> #{excon_version}'
    gem 'rack'
    gem 'json', :platforms => [:rbx, :mri_18]
  RB
end

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
newrelic_rpm-3.18.1.330 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.18.0.329 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.17.2.327 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.17.1.326 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.17.0.325 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.16.3.323 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.16.2.321 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.16.1.320 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.16.0.318 test/multiverse/suites/excon/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/excon/Envfile
newrelic_rpm-3.15.2.317 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.15.1.316 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.15.0.314 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.14.3.313 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.14.2.312 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.14.1.311 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.14.0.305 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.13.2.302 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.13.1.300 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.13.0.299 test/multiverse/suites/excon/Envfile