examples/.rubocop.yml in meowcop-1.17.0 vs examples/.rubocop.yml in meowcop-1.17.1

- old
+ new

@@ -1,12 +1,12 @@ # To use the MeowCop gem. inherit_gem: meowcop: - config/rubocop.yml -# Modify the version if you don't use MRI 2.1. +# Modify the version if you don't use MRI 2.2. AllCops: - TargetRubyVersion: 2.1 + TargetRubyVersion: 2.2 # If you use RuboCop with Ruby on Rails, specify TargetRailsVersion(default: 5.0). TargetRailsVersion: 5.0 Rails: # If you use RuboCop with Ruby on Rails, turn on this option.