From e4bd4741262c53fa2495b2d2853f7a33d81efeb2 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Sat, 19 Jan 2019 16:16:01 +0900 Subject: Avoid installing Bundler 2.0 or higher to always use Bundler 1.x on source install at this moment Signed-off-by: Takuya Noguchi --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/install/installation.md') diff --git a/doc/install/installation.md b/doc/install/installation.md index 2eba2cc4847..b3ad1c5a91c 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -170,7 +170,7 @@ sudo make install Then install the Bundler Gem: ```sh -sudo gem install bundler --no-document +sudo gem install bundler --no-document --version '< 2' ``` ## 3. Go -- cgit v1.2.3