File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# rubocop-github
2
2
3
+ ## v0.25.0
4
+
5
+ - Read the automatic release notes on [ the /releases page for this gem] ( https://github.com/github/rubocop-github/releases ) .
6
+ - Updated related gems
7
+ - Specify plugin class names for included rubocop plugins
8
+
9
+ ## v0.24.0
10
+
11
+ - Read the automatic release notes on [ the /releases page for this gem] ( https://github.com/github/rubocop-github/releases ) .
12
+
3
13
## v0.23.0
4
14
5
15
- Read the automatic release notes on [ the /releases page for this gem] ( https://github.com/github/rubocop-github/releases ) .
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rubocop-github (0.24 .0 )
4
+ rubocop-github (0.25 .0 )
5
5
rubocop (>= 1.72 )
6
6
rubocop-performance (>= 1.24 )
7
7
rubocop-rails (>= 2.23 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
- VERSION = "0.24 .0"
3
+ VERSION = "0.25 .0"
You can’t perform that action at this time.
0 commit comments