digitalocean/droplet_kit

Problem with bundle install and newest version

lchojnowski opened this issue · 2 comments

With my current version:

➜  resetrb git:(master) ✗ ruby -v 
ruby 2.2.6p396 (2016-11-15 revision 56800) [x86_64-darwin17]
➜  resetrb git:(master) ✗ bundle --version
Bundler version 1.16.1

I have the following problem:

➜  resetrb git:(master) ✗ bundle install
Fetching gem metadata from https://rubygems.org/.
Retrying fetcher due to error (2/4): Bundler::HTTPError The checksum of /info/droplet_kit does not match the checksum provided by the server! Something is wrong (local checksum is "\"a080a1775e4c3f8b72707ef6a2e071b4\"", was expecting "\"5512cda1-50280\"")...........
Fetching gem metadata from https://rubygems.org/.

What does your gemfile look like?

Just did:

[  3:05PM ]  [ mauricio@mauricio-linux:~/projects/digital-ocean/chef(master✔)(ruby-2.4.0) ]
 $ gem install droplet_kit
Fetching: droplet_kit-2.2.2.gem (100%)
Successfully installed droplet_kit-2.2.2
Parsing documentation for droplet_kit-2.2.2
Installing ri documentation for droplet_kit-2.2.2
Done installing documentation for droplet_kit after 0 seconds
1 gem installed

And it's all good.

Closing, will reopen if needed.