Skip to content

Commit 47e0eea

Browse files
committed
Fix a build error
RuboCop RSpec 3.5 requires RuboCop 1.72.1+: ```console Because rubocop-rspec >= 3.5.0 depends on rubocop >= 1.72.1, < 2.A and rubocop >= 1.72.1, < 2.A could not be found in source at `/home/runner/work/rubocop-ast/rubocop`, rubocop-rspec >= 3.5.0 cannot be used. So, because Gemfile depends on rubocop-rspec ~> 3.5.0, version solving has failed. ```
1 parent 783ebe4 commit 47e0eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
parser_engine: [parser_whitequark]
9494
include:
9595
# as well as very old specs & ancient ruby version
96-
- { rubocop: "v1.61.0", parser_engine: parser_whitequark, ruby: "2.7" }
96+
- { rubocop: "v1.72.1", parser_engine: parser_whitequark, ruby: "2.7" }
9797
# also test against the prism parser translator
9898
- { rubocop: "master", parser_engine: parser_prism, ruby: "3.4" }
9999
env:

0 commit comments

Comments
 (0)