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
{{ message }}
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.
Bundler 1.1 tries to use the dependencies api from rubygems, and falls back to the full sources file if it's not available. However, rubygems_proxy passes that call through and returns an empty dependencies set. I hacked up my copy to return 500 for path_info matching api/v1/dependencies.
The text was updated successfully, but these errors were encountered:
Bundler 1.1 tries to use the dependencies api from rubygems, and falls back to the full sources file if it's not available. However, rubygems_proxy passes that call through and returns an empty dependencies set. I hacked up my copy to return 500 for path_info matching api/v1/dependencies.
The text was updated successfully, but these errors were encountered: