-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Checksum of /versions does not match the checksum provided by server #4472
Comments
@perlun a bug in either the server or client for the new index. Thanks for reporting this! |
@perlun can you provide some more information, so that we can try to reproduce this issue? The output from |
It would also be very helpful to see what, exactly, is being returned for you when you use your GemFury credentials to access the url |
I just started getting this same error on appveyor builds (see https://ci.appveyor.com/project/winrb/winrm/build/master-166). I then tried it on a local windows machine (blowing away my Gemfile.lock first) and got the same error. Testing with Gem: https://github.com/WinRb/WinRM Works fine with 1.11.2. |
forgot to add
|
Yes. This was on Windows. |
I get this on Windows:
|
This should now be fixed in 1.12.1! |
I am getting this error after upgrading to Rails 5.0 today. I am using 1.12.5. Any thoughts? |
|
@pboling homu is a bot, and probably can't help you. I believe that we fixed this issue (to instead print a warning and then automatically use the full index), but we haven't released it yet. For the time being, you can work around this problem by running |
- use devvmh fork to make mina work - use full-index because of a bundler bug: rubygems/bundler#4472 (comment)
- use devvmh fork to make mina work - use full-index because of a bundler bug: rubygems/bundler#4472 (comment)
- specify using mina 1.0.0.beta5 since mina 1.0.0 isn't released yet - use full-index because of a bundler bug: rubygems/bundler#4472 (comment)
I'm having the same issue in
|
Yes, I am also currently getting this - wasn't there last friday - and running |
Same here |
facing same issue |
The issue has been fixed client-side on bundler master, and @dwradcliffe has rolled back the changes on rubygems.org that caused this issue to crop up |
When using
bundler-1.12.0.rc.4
, I get this error when doing abundle install
:As can be seen, I am using a 3rd party gem source. (Gemfury)
When using the released
bundler 1.11.2
, it works properly:Any ideas what could be causing this? /cc @rallenecraft
The text was updated successfully, but these errors were encountered: