lib/rubocop/config_loader.rb in rubocop-0.75.1 vs lib/rubocop/config_loader.rb in rubocop-0.76.0

- old
+ new

@@ -44,10 +44,10 @@ # Resolve requires first in case they define additional cops resolver.resolve_requires(path, hash) add_missing_namespaces(path, hash) - resolver.resolve_inheritance_from_gems(hash, hash.delete('inherit_gem')) + resolver.resolve_inheritance_from_gems(hash) resolver.resolve_inheritance(path, hash, file, debug?) hash.delete('inherit_from') Config.create(hash, path)