Skip to content

Commit 0173b51

Browse files
committed
Bump minimum rubocop version to match rubocop-thread_safety
1 parent ff98e04 commit 0173b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rubocop-shopify.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Gem::Specification.new do |s|
2323

2424
s.required_ruby_version = ">= 3.1.0"
2525

26-
s.add_dependency("rubocop", "~> 1.72")
26+
s.add_dependency("rubocop", "~> 1.72", ">= 1.72.1")
2727
s.add_dependency("rubocop-thread_safety", ">= 0.7.1")
2828
end

0 commit comments

Comments
 (0)