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

- old
+ new

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