Sha256: 0c9cd1f90e36efe4fb24220a01a05e6493f31ae907157af90816812e800652ae

Contents?: true

Size: 513 Bytes

Versions: 12

Compression:

Stored size: 513 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 'sshkit', '~> 1.8.1'
  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

12 entries across 12 versions & 2 rubygems

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