You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
active_support/logger_thread_safe_level.rb in Rails 6.1
references Logger without requiring it, which only worked
because concurrent-ruby was requiring it. concurrent-ruby
1.3.5 dropped the logger require, which broke active_support.
0 commit comments