Support `Thor::CoreExt::HashWithIndifferentAccess#except` for Rails 6.0 by koic · Pull Request #734 · rails/thor
This PR supports Thor::CoreExt::HashWithIndifferentAccess#except and prevents breaking changes in Rails upgrades when using options.except(:key) in Thor task. When Thor is used with Rails (Active S...