Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c26ee commit 2c1cb2eCopy full SHA for 2c1cb2e
README.md
@@ -41,12 +41,12 @@ $ ruby -v
41
42
See the [Ruby site](https://www.ruby-lang.org/en/documentation/installation) for instructions.
43
44
-### Install Bundler
+### Upgrade RubyGems
45
46
-Install the [Bundler](https://bundler.io/) gem, which helps with Ruby dependencies:
+Upgrade [RubyGems](https://github.com/rubygems/rubygems), which helps with dependencies (gems):
47
48
```
49
-$ gem install bundler
+$ gem update --system
50
51
52
Once you have completed preparing your environment, you can build locally and review the site in your browser.
0 commit comments