mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Make redgreen a requirement; rescue silently if not installed
This commit is contained in:
parent
b96507cbf6
commit
f93a674f0f
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
begin
|
||||
require 'rubygems'
|
||||
require 'redgreen'
|
||||
gem 'mocha'
|
||||
rescue LoadError
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue