Closed dmolesUC closed 11 months ago
File.exists? was removed in Ruby 3.2, causing CompileWithNonDigest.compile to fail with NoMethodError: undefined method `exists?' for File:Class.
File.exists?
CompileWithNonDigest.compile
NoMethodError: undefined method `exists?' for File:Class
This gem is abandoned, I'd suggest to use https://github.com/mvz/non-digest-assets instead.
File.exists?
was removed in Ruby 3.2, causingCompileWithNonDigest.compile
to fail withNoMethodError: undefined method `exists?' for File:Class
.