Skip to content

Commit 76dcfd7

Browse files
Merge pull request #178 from Shopify/dependabot/bundler/rubocop-minitest-0.33.0
Bump rubocop-minitest from 0.32.2 to 0.33.0
2 parents 0555750 + cdca3d3 commit 76dcfd7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "sqlite3"
1111
gem "debug", ">= 1.7.0"
1212
gem "mocha"
1313
gem "rubocop-shopify", "~> 2.14", require: false
14-
gem "rubocop-minitest", "~> 0.32.2", require: false
14+
gem "rubocop-minitest", "~> 0.33.0", require: false
1515
gem "rubocop-rake", "~> 0.6.0", require: false
1616
gem "rubocop-sorbet", "~> 0.7", require: false
1717
gem "rdoc", require: false

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ GEM
164164
mini_portile2 (~> 2.8.2)
165165
racc (~> 1.4)
166166
parallel (1.23.0)
167-
parser (3.2.2.3)
167+
parser (3.2.2.4)
168168
ast (~> 2.4.1)
169169
racc
170170
prettier_print (1.2.1)
@@ -196,16 +196,16 @@ GEM
196196
yarp (>= 0.11.0)
197197
rdoc (6.5.0)
198198
psych (>= 4.0.0)
199-
regexp_parser (2.8.1)
199+
regexp_parser (2.8.2)
200200
reline (0.3.9)
201201
io-console (~> 0.5)
202202
rexml (3.2.6)
203-
rubocop (1.56.4)
203+
rubocop (1.57.1)
204204
base64 (~> 0.1.1)
205205
json (~> 2.3)
206206
language_server-protocol (>= 3.17.0)
207207
parallel (~> 1.10)
208-
parser (>= 3.2.2.3)
208+
parser (>= 3.2.2.4)
209209
rainbow (>= 2.2.2, < 4.0)
210210
regexp_parser (>= 1.8, < 3.0)
211211
rexml (>= 3.2.5, < 4.0)
@@ -214,7 +214,7 @@ GEM
214214
unicode-display_width (>= 2.4.0, < 3.0)
215215
rubocop-ast (1.29.0)
216216
parser (>= 3.2.1.0)
217-
rubocop-minitest (0.32.2)
217+
rubocop-minitest (0.33.0)
218218
rubocop (>= 1.39, < 2.0)
219219
rubocop-rake (0.6.0)
220220
rubocop (~> 1.0)
@@ -287,7 +287,7 @@ DEPENDENCIES
287287
puma
288288
rails!
289289
rdoc
290-
rubocop-minitest (~> 0.32.2)
290+
rubocop-minitest (~> 0.33.0)
291291
rubocop-rake (~> 0.6.0)
292292
rubocop-shopify (~> 2.14)
293293
rubocop-sorbet (~> 0.7)

0 commit comments

Comments
 (0)