I was really annoyed by constant warnings Digest::Digest is deprecated; use Digest. It was fixed already in the ROTP gem, so I thought - why can't we use that.
soo.. here's my PR - tests are the same as before updating the gem.
I've tried also with 'rotp => '~> 2.0.0', but it breaks one of the tests.
I was really annoyed by constant warnings
Digest::Digest is deprecated; use Digest
. It was fixed already in the ROTP gem, so I thought - why can't we use that.soo.. here's my PR - tests are the same as before updating the gem.
I've tried also with
'rotp => '~> 2.0.0'
, but it breaks one of the tests.