Sha256: 0378daff9a54ec9e97afc8bb9d44e3281e0b580b5b11c901ce5e7a16d44e46d7

Contents?: true

Size: 330 Bytes

Versions: 2

Compression:

Stored size: 330 Bytes

Contents

suite_condition("Grape is only supported for versions >= 1.9.3") do
  RUBY_VERSION >= '1.9.3'
end

versions = %w(0.14.0 0.13.0 0.12.0 0.11.0 0.10.0 0.9.0 0.8.0 0.7.0 0.6.1 0.5.0 0.4.1 0.3.2 0.2.6 0.2.0 0.1.5)

versions.each do |version|
  gemfile <<-RB
    gem 'rack'
    gem 'rack-test'
    gem 'grape', '~> #{version}'
  RB
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
newrelic_rpm-3.15.1.316 test/multiverse/suites/grape/Envfile
newrelic_rpm-3.15.0.314 test/multiverse/suites/grape/Envfile