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
fix: respect configured Gemfile sources in resolver
Use first rubygems source from Gemfile as default instead of hardcoding
https://rubygems.org. Maintains fallback to rubygems.org if no sources
are configured.
Fixes issue where custom gem sources (mirrors, private registries) were
ignored during dependency resolution.
0 commit comments