.rubocop.yml in rack-simple_user_agent-1.0.0 vs .rubocop.yml in rack-simple_user_agent-1.1.0

- old
+ new

@@ -1,9 +1,9 @@ inherit_from: .rubocop_todo.yml require: rubocop-minitest AllCops: - TargetRubyVersion: 2.5 + TargetRubyVersion: 2.7 Layout/LineLength: Enabled: false