Sha256: 0baaddff16d7ad6358f1004c5f9b270e0b19e06ce3ace3b8613cf93e8c7f1c00
Contents?: true
Size: 242 Bytes
Versions: 15
Compression:
Stored size: 242 Bytes
Contents
suite_condition("Capistrano testing is flaky on JRuby") do RUBY_PLATFORM != 'java' end gemfile <<-RB gem 'capistrano', '~>2.15.5' gem 'rack' if RUBY_VERSION <= '1.9.3' gem 'highline', '1.6.21' gem 'net-ssh', '2.9.2' end RB
Version data entries
15 entries across 15 versions & 2 rubygems