Skip to content

Commit d904a99

Browse files
Bump rubocop-shopify from 2.13.0 to 2.14.0
Bumps [rubocop-shopify](https://github.com/Shopify/ruby-style-guide) from 2.13.0 to 2.14.0. - [Release notes](https://github.com/Shopify/ruby-style-guide/releases) - [Commits](Shopify/ruby-style-guide@v2.13.0...v2.14.0) --- updated-dependencies: - dependency-name: rubocop-shopify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1539128 commit d904a99

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "puma"
1010
gem "sqlite3"
1111
gem "debug", ">= 1.7.0"
1212
gem "mocha"
13-
gem "rubocop-shopify", "~> 2.13", require: false
13+
gem "rubocop-shopify", "~> 2.14", require: false
1414
gem "rubocop-minitest", "~> 0.31.0", require: false
1515
gem "rubocop-rake", "~> 0.6.0", require: false
1616
gem "rubocop-sorbet", "~> 0.7", require: false

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ GEM
123123
nokogiri (1.15.2-x86_64-linux)
124124
racc (~> 1.4)
125125
parallel (1.23.0)
126-
parser (3.2.2.1)
126+
parser (3.2.2.3)
127127
ast (~> 2.4.1)
128+
racc
128129
prettier_print (1.2.1)
129130
psych (5.1.0)
130131
stringio
@@ -170,28 +171,28 @@ GEM
170171
unparser
171172
rdoc (6.5.0)
172173
psych (>= 4.0.0)
173-
regexp_parser (2.8.0)
174+
regexp_parser (2.8.1)
174175
reline (0.3.4)
175176
io-console (~> 0.5)
176177
rexml (3.2.5)
177-
rubocop (1.51.0)
178+
rubocop (1.52.1)
178179
json (~> 2.3)
179180
parallel (~> 1.10)
180-
parser (>= 3.2.0.0)
181+
parser (>= 3.2.2.3)
181182
rainbow (>= 2.2.2, < 4.0)
182183
regexp_parser (>= 1.8, < 3.0)
183184
rexml (>= 3.2.5, < 4.0)
184185
rubocop-ast (>= 1.28.0, < 2.0)
185186
ruby-progressbar (~> 1.7)
186187
unicode-display_width (>= 2.4.0, < 3.0)
187-
rubocop-ast (1.28.1)
188+
rubocop-ast (1.29.0)
188189
parser (>= 3.2.1.0)
189190
rubocop-minitest (0.31.0)
190191
rubocop (>= 1.39, < 2.0)
191192
rubocop-rake (0.6.0)
192193
rubocop (~> 1.0)
193-
rubocop-shopify (2.13.0)
194-
rubocop (~> 1.50)
194+
rubocop-shopify (2.14.0)
195+
rubocop (~> 1.51)
195196
rubocop-sorbet (0.7.0)
196197
rubocop (>= 0.90.0)
197198
ruby-lsp (0.5.1)
@@ -256,7 +257,7 @@ DEPENDENCIES
256257
rdoc
257258
rubocop-minitest (~> 0.31.0)
258259
rubocop-rake (~> 0.6.0)
259-
rubocop-shopify (~> 2.13)
260+
rubocop-shopify (~> 2.14)
260261
rubocop-sorbet (~> 0.7)
261262
ruby-lsp-rails!
262263
sorbet-static-and-runtime

0 commit comments

Comments
 (0)