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 Apr 14, 2021. It is now read-only.
% cat Gemfile
source :rubygems
gem 'test-gem-123', :git => 'git://github.com/wuputah/test-gem-123.git'
% DEBUG=1 bundle install --path vendor
Updating git://github.com/wuputah/test-gem-123.git
Fetching dependency information from the API at http://rubygems.org/Query List: ["test-gem-123"]
Query Gemcutter Dependency Endpoint API: test-gem-123
Fetching from: http://rubygems.org/api/v1/dependencies?gems=test-gem-123
HTTP Success
Fetching dependency information from the API at http://rubygems.org/Query List: []
Could not find gem 'heroku (~> 2.0)', required by 'test-gem-123', in any of the sources
Reproducible test case:
test-gem-123 is (naturally) not on Rubygems and so its dependencies can only be detemined by looking at its gemspec on Github: https://github.com/wuputah/test-gem-123/blob/master/test-gem-123.gemspec
This bug was not present in pre4.
The text was updated successfully, but these errors were encountered: