Skip to content

Commit c2b0156

Browse files
committed
1 parent c61ae92 commit c2b0156

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.5'
1010
gem 'pry', '0.15.2'
1111
gem 'rake', '13.2.1'
1212
gem 'rubocop', '1.75.4'
13-
gem 'rubocop-minitest', '0.37.1'
13+
gem 'rubocop-minitest', '0.38.0'
1414
gem 'rubocop-rake', '0.7.1'
1515
gem 'simplecov', '0.22.0'
1616
gem 'test-unit', '3.6.8'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ GEM
4646
rubocop-ast (1.44.1)
4747
parser (>= 3.3.7.2)
4848
prism (~> 1.4)
49-
rubocop-minitest (0.37.1)
49+
rubocop-minitest (0.38.0)
5050
lint_roller (~> 1.1)
51-
rubocop (>= 1.72.1, < 2.0)
51+
rubocop (>= 1.75.0, < 2.0)
5252
rubocop-ast (>= 1.38.0, < 2.0)
5353
rubocop-rake (0.7.1)
5454
lint_roller (~> 1.1)
@@ -79,7 +79,7 @@ DEPENDENCIES
7979
pry (= 0.15.2)
8080
rake (= 13.2.1)
8181
rubocop (= 1.75.4)
82-
rubocop-minitest (= 0.37.1)
82+
rubocop-minitest (= 0.38.0)
8383
rubocop-rake (= 0.7.1)
8484
simplecov (= 0.22.0)
8585
test-unit (= 3.6.8)

0 commit comments

Comments
 (0)