From c32bb5ea991029903cad4c7caa3e6b4f44c68736 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Mon, 24 Jun 2019 19:27:13 +0900 Subject: Use the Bundler bundled with Ruby (2.6+) by default Signed-off-by: Takuya Noguchi --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b836b708..f1bdfc84 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ The [deployment process](#deployment-process) happens automatically every hour. - [Projects we pull from](#projects-we-pull-from) - [Requirements](#requirements) - [Ruby](#ruby) - - [Bundler](#bundler) - [Install Nanoc's dependencies](#install-nanocs-dependencies) - [Development under GDK](#development-under-gdk) - [Development when contributing to GitLab documentation](#development-when-contributing-to-gitlab-documentation) @@ -66,8 +65,7 @@ In order to be able to preview any changes you make to GitLab's documentation, here's what you will need to have: - A Unix/Linux or macOS environment -- Ruby 2.6:+ -- Bundler +- Ruby 2.6+ **Note:** On Windows, the process described here would be different, but as most of @@ -94,14 +92,7 @@ One way is to use RVM: ``` Check your Ruby version with `ruby --version`. - -### Bundler - -[Bundler](https://bundler.io/) is a Ruby dependency manager. Install it with: - -``` -gem install bundler -``` +Also check the bundled Bundler version with `bundle --version`. You will see `Bundler version 1.17.3`. ## Install Nanoc's dependencies -- cgit v1.2.3