Sha256: 913424da4326695b16152cbb881d37c2107d78905ef452824753d13c3474358b

Contents?: true

Size: 486 Bytes

Versions: 3

Compression:

Stored size: 486 Bytes

Contents

suite_condition("Capistrano 3 not supported in 1.8.7 and flaky on JRuby") do
  RUBY_VERSION != '1.8.7' && RUBY_PLATFORM != 'java'
end

boilerplate = <<-BOILERPLATE
  gem 'rack'
  gem 'net-ssh', '2.9.2' if RUBY_VERSION <= '1.9.3'
  gem 'i18n', '< 0.7.0' if RUBY_VERSION < '1.9.3'
BOILERPLATE

gemfile <<-RB
  gem 'capistrano', '~>3.2.1'
  #{boilerplate}
RB

gemfile <<-RB
  gem 'capistrano', '~>3.1.0'
  #{boilerplate}
RB

gemfile <<-RB
  gem 'capistrano', '~>3.0.1'
  #{boilerplate}
RB

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
newrelic_rpm-3.15.0.314 test/multiverse/suites/capistrano/Envfile
newrelic_rpm-3.14.3.313 test/multiverse/suites/capistrano/Envfile
newrelic_rpm-3.14.2.312 test/multiverse/suites/capistrano/Envfile