1
0
mirror of synced 2026-01-07 00:01:39 -05:00

Merge pull request #8500 from tnir/tnir/rubygems-registry

Flatten prerequisites for RubyGems registry
This commit is contained in:
Ramya Parimi
2021-07-26 08:48:38 -05:00
committed by GitHub

View File

@@ -28,13 +28,15 @@ shortTitle: RubyGems registry
$ gem --version
```
- You must have bundler 1.6.4 or higher. To find your Bundler version:
- You must have bundler 1.6.4 or higher. To find your Bundler version:
```shell
$ bundle --version
Bundler version 1.13.7
```
- Install keycutter to manage multiple credentials. To install keycutter:
- Install keycutter to manage multiple credentials. To install keycutter:
```shell
$ gem install keycutter
```