Skip to content

Bump rubocop-shopify from 2.13.0 to 2.14.0 #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "puma"
gem "sqlite3"
gem "debug", ">= 1.7.0"
gem "mocha"
gem "rubocop-shopify", "~> 2.13", require: false
gem "rubocop-shopify", "~> 2.14", require: false
gem "rubocop-minitest", "~> 0.31.0", require: false
gem "rubocop-rake", "~> 0.6.0", require: false
gem "rubocop-sorbet", "~> 0.7", require: false
Expand Down
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ GEM
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.1)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
psych (5.1.0)
stringio
Expand Down Expand Up @@ -170,28 +171,28 @@ GEM
unparser
rdoc (6.5.0)
psych (>= 4.0.0)
regexp_parser (2.8.0)
regexp_parser (2.8.1)
reline (0.3.4)
io-console (~> 0.5)
rexml (3.2.5)
rubocop (1.51.0)
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.1)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.31.0)
rubocop (>= 1.39, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-shopify (2.13.0)
rubocop (~> 1.50)
rubocop-shopify (2.14.0)
rubocop (~> 1.51)
rubocop-sorbet (0.7.0)
rubocop (>= 0.90.0)
ruby-lsp (0.5.1)
Expand Down Expand Up @@ -256,7 +257,7 @@ DEPENDENCIES
rdoc
rubocop-minitest (~> 0.31.0)
rubocop-rake (~> 0.6.0)
rubocop-shopify (~> 2.13)
rubocop-shopify (~> 2.14)
rubocop-sorbet (~> 0.7)
ruby-lsp-rails!
sorbet-static-and-runtime
Expand Down