I am using ruby 2.4.6
for an old project. Last time, I updated it was 5 months aggo and it worked well. Now, when I run rails s
, I get this error messagge
.rbenv/versions/2.4.6/lib/ruby/2.4.0/digest.rb:16:in `const_missing': library not found for class Digest::SHA1 -- digest/sha1 (LoadError)
Someone has an idea ?