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 (patch) | |
tree | 285775d52f3f042a025d45937c850cd404864fc3 /lib/bundler/man/bundle-inject.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://github.com/rubygems/rubygems/commit/ab42046229
Diffstat (limited to 'lib/bundler/man/bundle-inject.1')
-rw-r--r-- | lib/bundler/man/bundle-inject.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/man/bundle-inject.1 b/lib/bundler/man/bundle-inject.1 index d38081ec2a..bb8123d175 100644 --- a/lib/bundler/man/bundle-inject.1 +++ b/lib/bundler/man/bundle-inject.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-INJECT" "1" "February 2022" "" "" +.TH "BUNDLE\-INJECT" "1" "March 2022" "" "" . .SH "NAME" \fBbundle\-inject\fR \- Add named gem(s) with version requirements to Gemfile |