Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix concurrent-ruby version in Ruby 2.5/2.6 CI
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.
- Loading branch information