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
Add a filesystem access hook to Gem::CompactIndexClient
Bundler's client wraps every cache read and write in
SharedHelpers.filesystem_access so permission problems surface as
friendly Bundler errors instead of bare Errno exceptions. Funnel the
same operations through an injectable hook, defaulting to a plain
yield, so Bundler can install its helper when it switches to this
client.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments