Skip to content

Commit a0ec79f

Browse files
committed
Bump minimum Rubocop version
1 parent e761ab7 commit a0ec79f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
rubocop-shopify (2.11.1)
5-
rubocop (~> 1.42)
5+
rubocop (~> 1.44)
66

77
GEM
88
remote: https://rubygems.org/

rubocop-shopify.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Gem::Specification.new do |s|
2323

2424
s.required_ruby_version = ">= 2.7.0"
2525

26-
s.add_dependency("rubocop", "~> 1.42")
26+
s.add_dependency("rubocop", "~> 1.44")
2727
end

0 commit comments

Comments
 (0)