You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch Bundler's compact index fetcher and the outdated-version check
from Bundler::CompactIndexClient to the RubyGems client, wiring
Bundler's filesystem access helper into the new hook. Bundler keeps its
orchestration layer (parallel workers, FIPS detection, mirrors) and only
swaps the client underneath. The RubyGems updater raises
Gem::CompactIndexClient::Error for an invalid gzip response where
Bundler's raised HTTPError, so rescue it in compact_index_request to
preserve the fallback to the dependency API.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments