Skip to content

Commit

Permalink
Bump minimum RuboCop version
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Jun 26, 2023
1 parent 8f644f4 commit a0609aa
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.52)
rubocop (~> 1.53)

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.52")
s.add_dependency("rubocop", "~> 1.53")
end

0 comments on commit a0609aa

Please sign in to comment.