We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e761ab7 commit a0ec79fCopy full SHA for a0ec79f
Gemfile.lock
@@ -2,7 +2,7 @@ PATH
2
remote: .
3
specs:
4
rubocop-shopify (2.11.1)
5
- rubocop (~> 1.42)
+ rubocop (~> 1.44)
6
7
GEM
8
remote: https://rubygems.org/
rubocop-shopify.gemspec
@@ -23,5 +23,5 @@ Gem::Specification.new do |s|
23
24
s.required_ruby_version = ">= 2.7.0"
25
26
- s.add_dependency("rubocop", "~> 1.42")
+ s.add_dependency("rubocop", "~> 1.44")
27
end
0 commit comments