Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Possible CDN issue for new gem index for "inspec" gem #4497

Closed
danielsdeleo opened this issue May 2, 2016 · 2 comments
Closed

Possible CDN issue for new gem index for "inspec" gem #4497

danielsdeleo opened this issue May 2, 2016 · 2 comments

Comments

@danielsdeleo
Copy link
Contributor

Given a simple gemfile like this:

source "https://rubygems.org"

gem "inspec", "~> 0.20.1"

I'm getting:

bundle install       
Fetching gem metadata from https://rubygems.org/
Fetching version metadata from https://rubygems.org/
Could not find inspec-0.20.1 in any of the sources

The same gemfile works fine with 1.11.x of bundler. I originally thought this had something to do with windows/not windows, but my windows machines are in Azure and my machines that do not see this problem are elsewhere, so it could be a CDN issue instead. I can repro the issue on a Windows VM and on my host OS (OS X) on my laptop.

Also, I've found that version 0.20.1 is not included if I navigate to https://index.rubygems.org/info/inspec in a browser (tried chrome and safari), but for whatever reason, I do see it if I fetch the data with curl.

@segiddins
Copy link
Member

This issue really belongs over on the bundler/bundler-api repo

@danielsdeleo
Copy link
Contributor Author

Ok, I didn't know that existed, moved to rubygems/bundler-api#167

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants