Closed tom93 closed 10 months ago
Extracted from #223 (because this is also important outside CI) and added links to commit message:
This fixes the following error during rake db:seed on Ubuntu 20.04: BCrypt::Errors::InvalidHash (invalid hash) See: https://www.github.com/heartcombo/devise/issues/4861 https://www.github.com/bcrypt-ruby/bcrypt-ruby/issues/165 https://www.github.com/bcrypt-ruby/bcrypt-ruby/pull/164
This fixes the following error during rake db:seed on Ubuntu 20.04:
rake db:seed
BCrypt::Errors::InvalidHash (invalid hash)
See: https://www.github.com/heartcombo/devise/issues/4861 https://www.github.com/bcrypt-ruby/bcrypt-ruby/issues/165 https://www.github.com/bcrypt-ruby/bcrypt-ruby/pull/164
Extracted from #223 (because this is also important outside CI) and added links to commit message: