Skip to content

Commit ac8d74f

Browse files
authored
Update to RuboCop 1.81.7 (#1038)
Bug fixes: https://github.com/rubocop/rubocop/releases/tag/v1.81.7 Signed-off-by: Tim Smith <[email protected]>
1 parent e7bb5c1 commit ac8d74f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Cookstyle 8.5.3
2+
3+
- Upgrade to RuboCop 1.81.7
4+
15
## Cookstyle 8.5.2
26

37
- Upgrade to RuboCop 1.81.6

lib/cookstyle/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
module Cookstyle
33
VERSION = "8.5.2" # rubocop: disable Style/StringLiterals
4-
RUBOCOP_VERSION = '1.81.6'
4+
RUBOCOP_VERSION = '1.81.7'
55
end

0 commit comments

Comments
 (0)