We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rubocop
rubocop-thread_safety
1 parent ff98e04 commit 0173b51Copy full SHA for 0173b51
rubocop-shopify.gemspec
@@ -23,6 +23,6 @@ Gem::Specification.new do |s|
23
24
s.required_ruby_version = ">= 3.1.0"
25
26
- s.add_dependency("rubocop", "~> 1.72")
+ s.add_dependency("rubocop", "~> 1.72", ">= 1.72.1")
27
s.add_dependency("rubocop-thread_safety", ">= 0.7.1")
28
end
0 commit comments