.rubocop.yml in telegram-bot-0.14.4 vs .rubocop.yml in telegram-bot-0.15.0

- old
+ new

@@ -38,9 +38,10 @@ Style/IfUnlessModifier: {Enabled: false} # Consistent to other definitions. Style/EmptyMethod: {EnforcedStyle: expanded} +Style/Lambda: {EnforcedStyle: literal} Style/ModuleFunction: {Enabled: false} Style/NestedParenthesizedCalls: {Enabled: false} Style/SignalException: {EnforcedStyle: only_raise} Style/TrailingCommaInArguments: {Enabled: false} Style/TrailingCommaInLiteral: {EnforcedStyleForMultiline: comma}