Sha256: c44454f2783e283af7632a941642dd308b02f73de02ff588be5cb439b8f77b33
Contents?: true
Size: 317 Bytes
Versions: 18
Compression:
Stored size: 317 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 gemfile <<-RB gem 'capistrano', '~>3.2.1' gem 'rack' RB gemfile <<-RB gem 'capistrano', '~>3.1.0' gem 'rack' RB gemfile <<-RB gem 'capistrano', '~>3.0.1' gem 'rack' RB
Version data entries
18 entries across 18 versions & 2 rubygems