.rubocop_todo.yml in money_helper-2.0.0 vs .rubocop_todo.yml in money_helper-3.0.0

- old
+ new

@@ -1,12 +1,14 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2019-04-19 14:01:54 -0400 using RuboCop version 0.67.2. +# on 2021-09-21 17:26:48 UTC using RuboCop version 1.21.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 3 -Lint/IneffectiveAccessModifier: +# Offense count: 1 +# Configuration parameters: Include. +# Include: **/*.gemspec +Gemspec/RequiredRubyVersion: Exclude: - - 'lib/money_helper.rb' + - 'money_helper.gemspec'