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/update/8.10-to-8.11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/update/8.10-to-8.11.md') diff --git a/doc/update/8.10-to-8.11.md b/doc/update/8.10-to-8.11.md index 12a465e1602..f8415b5159b 100644 --- a/doc/update/8.10-to-8.11.md +++ b/doc/update/8.10-to-8.11.md @@ -47,7 +47,7 @@ sudo make install Install Bundler: ```bash -sudo gem install bundler --no-document +sudo gem install bundler --no-document --version '< 2' ``` ### 4. Get latest code -- cgit v1.2.1