ruby/spec/bundler/update
David Rodríguez 60fca1defc
Cancel --force deprecation in favor of --redownload
I realized `--redownload` is not a good name, because it does not
necessarily redownloads gems. It only forces reinstallation even if gem
is already installed.

So I believe `--force` is actually a better name and the introduction of
`--force` was a misunderstanding of what the `--force` flag did at the
time.

Let's cancel the deprecation of `--force`.

For now the `--redownload` alias is left around until we decide what to
do with it.
2025-07-17 11:10:46 +09:00
..
gems Synchronize Bundler & RubyGems (#11071) 2024-06-28 10:12:29 -04:00
force_spec.rb Cancel --force deprecation in favor of --redownload 2025-07-17 11:10:46 +09:00
gemfile_spec.rb Synchronize Bundler & RubyGems (#11071) 2024-06-28 10:12:29 -04:00
git_spec.rb [rubygems/rubygems] Prefer FileUtils.rm_r to FileUtils.rm_rf for specs 2025-03-12 18:02:09 +09:00
path_spec.rb Synchronize Bundler & RubyGems (#11071) 2024-06-28 10:12:29 -04:00