template/Gemfile in itamae-template-0.1.0 vs template/Gemfile in itamae-template-0.1.1

- old
+ new

@@ -2,9 +2,10 @@ # Install itamae and its plugins. gem 'itamae', '>= 1.5' # This group is only used by client and not installed on remote host. -group :cap do +group :local do + gem 'itamae-template' gem 'capistrano', '~> 3.4' gem 'sshkit-sudo', '0.0.4' end