Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Upgrade RubyGems instead of Bundler
Browse files Browse the repository at this point in the history
RubyGems sets up the default version of Bundler, which is not the latest.
  • Loading branch information
dshevtsov authored Jul 19, 2019
1 parent 75c26ee commit 2c1cb2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2c1cb2e

Please sign in to comment.