I've update my rails 7 app with ruby 3.2. When I launch console and up arrow to search in my history some line crash with this error
whenever-1.0.0/lib/whenever/job_list.rb:41:in respond_to?': undefined method has_key?' for nil:NilClass (NoMethodError)
I've fix this with a dirty workaround initializer :
https://gist.github.com/hirogeek/1c6d511a77ec3b15dea8a0db0a11fb1c