From 156079a85d29a137521e6b911a39c25f35a960d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 1 Mar 2022 13:46:49 +0100 Subject: [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 --- lib/bundler/man/bundle-clean.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bundler/man/bundle-clean.1') diff --git a/lib/bundler/man/bundle-clean.1 b/lib/bundler/man/bundle-clean.1 index ee45ea7386..f48b453149 100644 --- a/lib/bundler/man/bundle-clean.1 +++ b/lib/bundler/man/bundle-clean.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-CLEAN" "1" "February 2022" "" "" +.TH "BUNDLE\-CLEAN" "1" "March 2022" "" "" . .SH "NAME" \fBbundle\-clean\fR \- Cleans up unused gems in your bundler directory -- cgit v1.2.3