Sha256: de25d22d7217353a40f3242be49e61d08dfe36249672ae90a23faa66cce116ae

Contents?: true

Size: 344 Bytes

Versions: 11

Compression:

Stored size: 344 Bytes

Contents

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

versions = %w(0.16.1 0.15.0 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

11 entries across 11 versions & 2 rubygems

Version Path
newrelic_rpm-3.18.1.330 test/multiverse/suites/grape/Envfile
newrelic_rpm-3.18.0.329 test/multiverse/suites/grape/Envfile
newrelic_rpm-3.17.2.327 test/multiverse/suites/grape/Envfile
newrelic_rpm-3.17.1.326 test/multiverse/suites/grape/Envfile
newrelic_rpm-3.17.0.325 test/multiverse/suites/grape/Envfile
newrelic_rpm-3.16.3.323 test/multiverse/suites/grape/Envfile
newrelic_rpm-3.16.2.321 test/multiverse/suites/grape/Envfile
newrelic_rpm-3.16.1.320 test/multiverse/suites/grape/Envfile
newrelic_rpm-3.16.0.318 test/multiverse/suites/grape/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/grape/Envfile
newrelic_rpm-3.15.2.317 test/multiverse/suites/grape/Envfile