Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit drops support for Ruby 2.3 and suppresses the following `Gemspec/RequiredRubyVersion` offense. ```console % cd path/to/rubocop-rake % bundle exec rake (snip) Offenses: rubocop-rake.gemspec:14:32: C: Gemspec/RequiredRubyVersion: required_ruby_version (2.3, declared in rubocop-rake.gemspec) and TargetRubyVersion (2.4, which may be specified in .rubocop.yml) should be equal. spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 25 files inspected, 1 offense detected ```
- Loading branch information