Ruby – Digest::Digest is deprecated; Use Digest
Borrowing the reply from this thread OpenSSL::Digest::Digest has been discouraged to use from very ancient era such as Ruby 1.8 and finally was deprecated recently. If you search for the error message, you will see that a lot of gems, including fog, were still using the deprecated syntax. I assume it will take a while … Read more