Closed macgill4444 closed 2 years ago
Hey!
I just upgraded my Rails app to Rails 7.0.1 and when I try to run bundle exec clockwork config/clock.rb I see the following error:
bundle exec clockwork config/clock.rb
uninitialized constant ActiveSupport::XmlMini::IsolatedExecutionState (NameError)
Any ideas what could be going on? Or solutions?
This was fixed by upgraded to version 3.0.0. I was still running on 2.0.4. Thank you!
Hey!
I just upgraded my Rails app to Rails 7.0.1 and when I try to run
bundle exec clockwork config/clock.rb
I see the following error:Any ideas what could be going on? Or solutions?