test/multiverse/suites/capistrano2/Envfile in newrelic_rpm-3.14.1.311 vs test/multiverse/suites/capistrano2/Envfile in newrelic_rpm-3.14.2.312
- old
+ new
@@ -3,6 +3,10 @@
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