I’m currently doing Michael Hardtl’s Rails Tutorial and in chapter 7 there is a section of code that begins with require 'digest'. I run sudo gem install digest and get this error that the digest gem cannot be found.
I’ve Googled around and there doesn’t seem to be any leads as to what this gem changed to. Any ideas of how to proceed?
It’s not a gem but part of the ruby standard library