From a0b501effe4db00fe83772519bd7a33849da5395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 25 Jul 2025 11:44:33 +0200 Subject: [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 --- lib/bundler/cli/cache.rb | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3