Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rubygem faraday_middleware-0.12.1 broken #234

Closed
jayvdb opened this issue Aug 3, 2017 · 2 comments
Closed

rubygem faraday_middleware-0.12.1 broken #234

jayvdb opened this issue Aug 3, 2017 · 2 comments

Comments

@jayvdb
Copy link
Member

jayvdb commented Aug 3, 2017

The latest bundler is 1.15.3, but you are currently running 1.15.0.

To update, run `gem install bundler`

Bundler cannot continue installing faraday_middleware (0.12.1).

The checksum for the downloaded `faraday_middleware-0.12.1.gem` does not match
the checksum given by the server. This means the contents of the downloaded gem
is different from what was uploaded to the server, and could be a potential
security issue.

To resolve this issue:

1. delete the downloaded gem located at:
`/usr/lib64/ruby/gems/2.2.0/gems/faraday_middleware-0.12.1/faraday_middleware-0.12.1.gem`
2. run `bundle install`

If you wish to continue installing the downloaded gem, and are certain it does
not pose a security issue despite the mismatching checksum, do the following:

1. run `bundle config disable_checksum_validation true` to turn off checksum
verification
2. run `bundle install`

(More info: The expected SHA256 checksum was
"06764c0b5e7f10a5efeae501da2c825f0e479969c8ca9b585583fd6546ba63df", but the
checksum for the downloaded gem was
"021dc9fd7e7b6de1bc394637c7b8214a1f8b2d1407867e5239c90b5405a31ff3".)

https://travis-ci.org/jayvdb/docker-coala-base/builds/260568358#L2508

@jayvdb jayvdb added the upstream label Aug 3, 2017
jayvdb added a commit to jayvdb/docker-coala-base that referenced this issue Aug 3, 2017
Installing rubygem faraday_middleware
using bundler is currently broken.

Fixes coala#234
jayvdb added a commit to jayvdb/docker-coala-base that referenced this issue Aug 3, 2017
Installing rubygem faraday_middleware
using bundler is currently broken.

Fixes coala#234
jayvdb added a commit to jayvdb/docker-coala-base that referenced this issue Aug 3, 2017
Installing rubygem faraday_middleware
using bundler is currently broken.

Fixes coala#234
@jayvdb
Copy link
Member Author

jayvdb commented Aug 3, 2017

Problem here : lostisland/faraday_middleware#165

@jayvdb
Copy link
Member Author

jayvdb commented Aug 3, 2017

Fixed upstream with 0.12.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants