summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2025-07-25 11:44:33 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-07-30 11:19:23 +0900
commita0b501effe4db00fe83772519bd7a33849da5395 (patch)
treeb5f628c5575b86f8ea3f0295dae2b7458b120807
parent1a4c0a99138186a0b53174639e9819f33621092f (diff)
[rubygems/rubygems] Remove out of date TODO
After digging into git history a bit, I figure this was about unifying `bundle cache` and `bundle package`, which already happened a while ago. So remove this TODO since it's now misleading. https://github.com/rubygems/rubygems/commit/5a0b06b84d
-rw-r--r--lib/bundler/cli/cache.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/cli/cache.rb b/lib/bundler/cli/cache.rb
index 2e63a16ec3..92d7a1c519 100644
--- a/lib/bundler/cli/cache.rb
+++ b/lib/bundler/cli/cache.rb
@@ -16,7 +16,6 @@ module Bundler
setup_cache_all
install
- # TODO: move cache contents here now that all bundles are locked
custom_path = Bundler.settings[:path] if options[:path]
Bundler.settings.temporary(cache_all_platforms: options["all-platforms"]) do