Skip to content

Commit 62d24cd

Browse files
authored
Merge pull request #17 from oleksii-leonov/patch-1
Allow rubocop 1.73
2 parents 1a9052f + f97c892 commit 62d24cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rubocop-rubycw.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
2828
spec.require_paths = ["lib"]
2929

3030
spec.add_runtime_dependency 'lint_roller', '~> 1.1'
31-
spec.add_runtime_dependency 'rubocop', '~> 1.72.1'
31+
spec.add_runtime_dependency 'rubocop', '~> 1.72', '>= 1.72.1'
3232
end

0 commit comments

Comments
 (0)