.rubocop.yml in flows-0.5.1 vs .rubocop.yml in flows-0.6.0

- old
+ new

@@ -1,11 +1,13 @@ +inherit_from: .rubocop_todo.yml + require: - rubocop-rspec - rubocop-performance - rubocop-md AllCops: - TargetRubyVersion: 2.7 + TargetRubyVersion: 2.5 NewCops: enable Style/HashEachMethods: Enabled: true