diff options
author | Andre Medeiros <me@andremedeiros.info> | 2014-05-13 21:24:42 +0100 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-07-17 22:37:34 -0700 |
commit | fa9faf2983f0bf21908f6344977f9e163738f63c (patch) | |
tree | 46cb94576b870e36a34398530cacd680b3befccb /man | |
parent | 5e3a3eaeb847b6b9dcf3ab6d09e6c907c276a38d (diff) | |
download | bundler-fa9faf2983f0bf21908f6344977f9e163738f63c.tar.gz |
Add AlmostNoSecurity to trust-policy and fix doc links to Rubygems.
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-install.ronn | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn index 87a4d668a9..a4448333f8 100644 --- a/man/bundle-install.ronn +++ b/man/bundle-install.ronn @@ -91,8 +91,9 @@ update process below under [CONSERVATIVE UPDATING][]. * `--trust-policy=[<policy>]`: Apply the Rubygems security policy named <policy>, where policy is one of - HighSecurity, MediumSecurity, LowSecurity, or NoSecurity. For more detail, - see the Rubygems signing documentation, linked below in [SEE ALSO][]. + HighSecurity, MediumSecurity, LowSecurity, AlmostNoSecurity, or NoSecurity. + For more detail, see the Rubygems signing documentation, linked below in + [SEE ALSO][]. * `--jobs=[<size>]`: Install gems parallely by starting <size> number of parallel workers. @@ -367,5 +368,5 @@ does not work, run [bundle update(1)][bundle-update]. ## SEE ALSO -* Gem install docs: http://docs.rubygems.org/read/chapter/2 -* Rubygems signing docs: http://docs.rubygems.org/read/chapter/21 +* Gem install docs: http://guides.rubygems.org/rubygems-basics/#installing-gems +* Rubygems signing docs: http://guides.rubygems.org/security/ |