Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR suppresses the following RuboCop's offense: ```console $ bundle exec rubocop (snip) Offenses: rubocop-rake.gemspec:34:8: C: [Correctable] Gemspec/AddRuntimeDependency: Use add_dependency instead of add_runtime_dependency. spec.add_runtime_dependency 'rubocop', '~> 1.0' ^^^^^^^^^^^^^^^^^^^^^^ 25 files inspected, 1 offense detected, 1 offense autocorrectable ```
- Loading branch information