File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
matrix :
19
19
ruby :
20
- - " 2.5"
21
- - " 2.6"
22
20
- " 2.7"
23
21
- " 3.0"
24
22
- " 3.1"
Original file line number Diff line number Diff line change 7
7
8
8
AllCops :
9
9
NewCops : enable
10
- TargetRubyVersion : 2.5
10
+ TargetRubyVersion : 2.7
11
11
12
12
InternalAffairs/NodeMatcherDirective :
13
13
Enabled : false
Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ * [ #57 ] ( https://github.com/rubocop/rubocop-rake/pull/57 ) : Drop support Ruby 2.5 and 2.6 for runtime environment. ([ @koic ] [ ] )
6
+
5
7
## 0.6.0 (2021-06-29)
6
8
7
9
### Changes
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
spec . summary = %q{A RuboCop plugin for Rake}
12
12
spec . description = %q{A RuboCop plugin for Rake}
13
13
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" )
15
15
spec . licenses = [ 'MIT' ]
16
16
17
17
spec . metadata = {
You can’t perform that action at this time.
0 commit comments