From 2c1cb2ef6bce431cf18c607ba4af0fbfd38a7536 Mon Sep 17 00:00:00 2001 From: Dmitry Shevtsov <12731225+dshevtsov@users.noreply.github.com> Date: Fri, 19 Jul 2019 14:33:01 -0500 Subject: [PATCH] Upgrade RubyGems instead of Bundler RubyGems sets up the default version of Bundler, which is not the latest. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 887131a7f07..52c20add1f3 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ $ ruby -v See the [Ruby site](https://www.ruby-lang.org/en/documentation/installation) for instructions. -### Install Bundler +### Upgrade RubyGems -Install the [Bundler](https://bundler.io/) gem, which helps with Ruby dependencies: +Upgrade [RubyGems](https://github.com/rubygems/rubygems), which helps with dependencies (gems): ``` -$ gem install bundler +$ gem update --system ``` Once you have completed preparing your environment, you can build locally and review the site in your browser.