Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit suppresses the following new RuboCop offenses: ```console $ bundle exec rubocop (snip) rubocop-minitest.gemspec:35:8: C: [Correctable] Gemspec/AddRuntimeDependency: Use add_dependency instead of add_runtime_dependency. spec.add_runtime_dependency 'rubocop', '>= 1.61', '< 2.0' ^^^^^^^^^^^^^^^^^^^^^^ rubocop-minitest.gemspec:36:8: C: [Correctable] Gemspec/AddRuntimeDependency: Use add_dependency instead of add_runtime_dependency. spec.add_runtime_dependency 'rubocop-ast', '>= 1.31.1', '< 2.0' ^^^^^^^^^^^^^^^^^^^^^^ 136 files inspected, 2 offenses detected, 2 offenses autocorrectable ```
- Loading branch information