Skip to content

Commit bd0f782

Browse files
Merge pull request #2999 from faker-ruby/dependabot/bundler/rubocop-minitest-0.36.0
Bump rubocop-minitest from 0.35.1 to 0.36.0
2 parents b09aa0d + 95519f5 commit bd0f782

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'minitest', '5.25.1'
1010
gem 'pry', '0.14.2'
1111
gem 'rake', '13.2.1'
1212
gem 'rubocop', '1.65.1'
13-
gem 'rubocop-minitest', '0.35.1'
13+
gem 'rubocop-minitest', '0.36.0'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'
1616
gem 'test-unit', '3.6.2'

Gemfile.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ GEM
1818
language_server-protocol (3.17.0.3)
1919
method_source (1.0.0)
2020
minitest (5.25.1)
21-
parallel (1.25.1)
22-
parser (3.3.4.0)
21+
parallel (1.26.3)
22+
parser (3.3.5.0)
2323
ast (~> 2.4.1)
2424
racc
2525
power_assert (2.0.3)
@@ -30,8 +30,7 @@ GEM
3030
rainbow (3.1.1)
3131
rake (13.2.1)
3232
regexp_parser (2.9.2)
33-
rexml (3.3.4)
34-
strscan
33+
rexml (3.3.7)
3534
rubocop (1.65.1)
3635
json (~> 2.3)
3736
language_server-protocol (>= 3.17.0)
@@ -43,9 +42,9 @@ GEM
4342
rubocop-ast (>= 1.31.1, < 2.0)
4443
ruby-progressbar (~> 1.7)
4544
unicode-display_width (>= 2.4.0, < 3.0)
46-
rubocop-ast (1.31.3)
45+
rubocop-ast (1.32.3)
4746
parser (>= 3.3.1.0)
48-
rubocop-minitest (0.35.1)
47+
rubocop-minitest (0.36.0)
4948
rubocop (>= 1.61, < 2.0)
5049
rubocop-ast (>= 1.31.1, < 2.0)
5150
rubocop-rake (0.6.0)
@@ -57,7 +56,6 @@ GEM
5756
simplecov_json_formatter (~> 0.1)
5857
simplecov-html (0.12.3)
5958
simplecov_json_formatter (0.1.4)
60-
strscan (3.1.0)
6159
test-unit (3.6.2)
6260
power_assert
6361
timecop (0.9.10)
@@ -75,7 +73,7 @@ DEPENDENCIES
7573
pry (= 0.14.2)
7674
rake (= 13.2.1)
7775
rubocop (= 1.65.1)
78-
rubocop-minitest (= 0.35.1)
76+
rubocop-minitest (= 0.36.0)
7977
rubocop-rake (= 0.6.0)
8078
simplecov (= 0.22.0)
8179
test-unit (= 3.6.2)

0 commit comments

Comments
 (0)