Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c1cb2e

Browse files
authored
Upgrade RubyGems instead of Bundler
RubyGems sets up the default version of Bundler, which is not the latest.
1 parent 75c26ee commit 2c1cb2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ $ ruby -v
4141

4242
See the [Ruby site](https://www.ruby-lang.org/en/documentation/installation) for instructions.
4343

44-
### Install Bundler
44+
### Upgrade RubyGems
4545

46-
Install the [Bundler](https://bundler.io/) gem, which helps with Ruby dependencies:
46+
Upgrade [RubyGems](https://github.com/rubygems/rubygems), which helps with dependencies (gems):
4747

4848
```
49-
$ gem install bundler
49+
$ gem update --system
5050
```
5151

5252
Once you have completed preparing your environment, you can build locally and review the site in your browser.

0 commit comments

Comments
 (0)