Sha256: e0c5a06f6bb13955164fc61bf0d7edc5a93bbc7f015683e4a9e4a0f5e9fd9d62
Contents?: true
Size: 357 Bytes
Versions: 2
Compression:
Stored size: 357 Bytes
Contents
suite_condition("Capistrano 3 flaky on JRuby") do RUBY_PLATFORM != 'java' end boilerplate = <<-BOILERPLATE gem 'sshkit', '~> 1.8.1' gem 'rack' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
newrelic_rpm-4.1.0.333 | test/multiverse/suites/capistrano/Envfile |
newrelic_rpm-4.0.0.332 | test/multiverse/suites/capistrano/Envfile |