cbeer / engine_cart

Rake tasks to generate test applications for Rails Engines
MIT License
18 stars 16 forks source link

unitialized constant 'EngineCart::Digest' under ruby 2.5.1 (and 2.5.0) #86

Closed adjam closed 6 years ago

adjam commented 6 years ago

NameError: uninitialized constant EngineCart::Digest /home/adjam/.gem/ruby/2.5.1/gems/engine_cart-2.0.0/lib/engine_cart.rb:48:in `block in fingerprint'

Looks like this is caused because require 'digest' was formerly called by one of the other required modules, but not under 2.5.1