File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,19 +105,19 @@ gem cert --add <(curl -Ls https://raw.github.com/oauth-xx/version_gem/main/certs
105
105
You only need to do that once. Then proceed to install with:
106
106
107
107
``` shell
108
- gem install version_gem -P MediumSecurity
108
+ gem install version_gem -P HighSecurity
109
109
```
110
110
111
- The ` MediumSecurity ` trust profile will verify signed gems, but allow the installation of unsigned dependencies.
112
-
113
- This is necessary because not all of ` version_gem ` ’s dependencies are signed, so we cannot use ` HighSecurity ` .
111
+ The ` HighSecurity ` trust profile will verify signed gems, and not allow the installation of unsigned dependencies.
114
112
115
113
If you want to up your security game full-time:
116
114
117
115
``` shell
118
116
bundle config set --global trust-policy MediumSecurity
119
117
```
120
118
119
+ ` MediumSecurity ` instead of ` HighSecurity ` is necessary if not all the gems you use are signed.
120
+
121
121
NOTE: Be prepared to track down certs for signed gems and add them the same way you added mine.
122
122
123
123
## 🔧 Basic Usage
You can’t perform that action at this time.
0 commit comments