Sha256: 14c67ef1e95161d82b557b999267e72af07b4ba0d6e72a27719aeb5c07eca5f7

Contents?: true

Size: 389 Bytes

Versions: 12

Compression:

Stored size: 389 Bytes

Contents

if defined?(RUBY_ENGINE) && RUBY_ENGINE == "rbx"
  # Excon 0.10.0 doesn't seem to work on Rubinius 2.2.10
  excon_versions = %w(0.25.0 0.24.0 0.19.0 0.18.0)
else
  excon_versions = %w(0.25.0 0.24.0 0.19.0 0.18.0 0.10.0)
end

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

12 entries across 12 versions & 1 rubygems

Version Path
newrelic_rpm-3.11.2.286 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.11.1.284 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.11.0.283 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.10.0.279 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.9.9.275 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.9.8.273 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.9.7.266 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.9.6.257 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.9.5.251 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.9.4.245 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.9.3.241 test/multiverse/suites/excon/Envfile
newrelic_rpm-3.9.2.239 test/multiverse/suites/excon/Envfile