.rubocop.yml in redis-session-store-0.11.5 vs .rubocop.yml in redis-session-store-0.11.6

- old
+ new

@@ -22,10 +22,13 @@ Layout/LineLength: Max: 100 Metrics/ClassLength: - Max: 120 + Max: 140 + +RSpec/MultipleExpectations: + Max: 3 Security/MarshalLoad: Enabled: false Style/FrozenStringLiteralComment: