File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 ruby :
20- - " 2.5"
21- - " 2.6"
2220 - " 2.7"
2321 - " 3.0"
2422 - " 3.1"
Original file line number Diff line number Diff line change 77
88AllCops :
99 NewCops : enable
10- TargetRubyVersion : 2.5
10+ TargetRubyVersion : 2.7
1111
1212InternalAffairs/NodeMatcherDirective :
1313 Enabled : false
Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ * [ #57 ] ( https://github.com/rubocop/rubocop-rake/pull/57 ) : Drop support Ruby 2.5 and 2.6 for runtime environment. ([ @koic ] [ ] )
6+
57## 0.6.0 (2021-06-29)
68
79### Changes
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111 spec . summary = %q{A RuboCop plugin for Rake}
1212 spec . description = %q{A RuboCop plugin for Rake}
1313 spec . homepage = "https://github.com/rubocop/rubocop-rake"
14- spec . required_ruby_version = Gem ::Requirement . new ( ">= 2.5 .0" )
14+ spec . required_ruby_version = Gem ::Requirement . new ( ">= 2.7 .0" )
1515 spec . licenses = [ 'MIT' ]
1616
1717 spec . metadata = {
You can’t perform that action at this time.
0 commit comments