diff options
author | David RodrÃguez <[email protected]> | 2022-03-01 13:46:49 +0100 |
---|---|---|
committer | git <[email protected]> | 2022-03-06 22:17:00 +0900 |
commit | 156079a85d29a137521e6b911a39c25f35a960d2 () | |
tree | 285775d52f3f042a025d45937c850cd404864fc3 /lib/bundler/man/bundle-list.1 | |
parent | 7cc0c53169759996f75eacd7cceb2ea8d47c57d7 (diff) |
[rubygems/rubygems] Make `--strict` flag of `update` and `outdated` commands consistent
Previously they had slightly different behavior when combined with conservative updating flags. The correct behavior is the `--update-strict` option, so `--script` now does that, The `--update-strict` option is left there for now but I will deprecate it later. https://.com/rubygems/rubygems/commit/ab42046229
-rw-r--r-- | lib/bundler/man/bundle-list.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-LIST" "1" "February 2022" "" "" . .SH "NAME" \fBbundle\-list\fR \- List all the gems in the bundle |