Skip to content

Commit

Permalink
Upgrade minimum RuboCop version to 1.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 19, 2023
1 parent e845bb2 commit 6b0d109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
rubocop-shopify (2.14.0)
rubocop (~> 1.51)
rubocop (~> 1.52)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion rubocop-shopify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.7.0"

s.add_dependency("rubocop", "~> 1.51")
s.add_dependency("rubocop", "~> 1.52")
end

0 comments on commit 6b0d109

Please sign in to comment.