Vít Ondruch 402fd96ddc [rubygems/rubygems] Make sure --no-user-install is respected for auto user installation
The `options[:user_install]` might have three states:
* `true`: `--user-install`
* `false`: `--no-user-install` and
* `nil`: option was not specified

However, this had not been respected previously and the `false` and `nil`
were treated the same. This could lead to auto user installation despite
`--no-user-install` being specified on the command line.

Fixes https://github.com/rubygems/rubygems/pull/7237

https://github.com/rubygems/rubygems/commit/9281545474
2023-12-13 12:16:55 +09:00
..
2023-12-12 10:34:38 +00:00
2023-11-07 05:17:52 +00:00
2023-11-07 04:06:59 +00:00
2023-11-07 07:01:35 +00:00
2023-12-05 06:38:55 +00:00
2023-11-07 13:37:17 +09:00
2023-11-07 07:32:00 +00:00
2023-11-07 07:15:34 +00:00
2023-11-07 12:53:16 +09:00
2023-11-07 03:47:15 +00:00
2023-11-07 15:35:37 +09:00
2023-11-07 03:42:58 +00:00
2023-12-07 07:22:20 +00:00
2023-11-07 06:16:31 +00:00
2023-12-08 12:37:30 +00:00
2023-12-05 07:02:17 +00:00
2023-11-07 05:09:48 +00:00
2023-11-07 04:56:40 +00:00