From 891e4758e6c949a0556137b8c13c57be216f76d8 Mon Sep 17 00:00:00 2001 From: willnet Date: Mon, 11 Dec 2017 18:07:58 +0900 Subject: [PATCH] Fix error on boot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8500b3b..49a7aa4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ So, you don't need to write SSH user and configs on `server 'localhost'`. Add this line to your application's Gemfile: ```ruby -gem 'capistrano-locally' +gem 'capistrano-locally', require: false ``` And then execute: