Skip to content

Commit dcae6fb

Browse files
Bump rubocop-minitest from 0.37.0 to 0.37.1
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.37.0 to 0.37.1. - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-minitest@v0.37.0...v0.37.1) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4630319 commit dcae6fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
docile (1.4.0)
1515
i18n (1.14.7)
1616
concurrent-ruby (~> 1.0)
17-
json (2.10.1)
17+
json (2.10.2)
1818
language_server-protocol (3.17.0.4)
1919
lint_roller (1.1.0)
2020
method_source (1.1.0)
@@ -44,9 +44,9 @@ GEM
4444
unicode-display_width (>= 2.4.0, < 4.0)
4545
rubocop-ast (1.38.1)
4646
parser (>= 3.3.1.0)
47-
rubocop-minitest (0.37.0)
47+
rubocop-minitest (0.37.1)
4848
lint_roller (~> 1.1)
49-
rubocop (>= 1.61, < 2.0)
49+
rubocop (>= 1.72.1, < 2.0)
5050
rubocop-ast (>= 1.38.0, < 2.0)
5151
rubocop-rake (0.7.1)
5252
lint_roller (~> 1.1)
@@ -77,7 +77,7 @@ DEPENDENCIES
7777
pry (= 0.15.2)
7878
rake (= 13.2.1)
7979
rubocop (= 1.73.0)
80-
rubocop-minitest (= 0.37.0)
80+
rubocop-minitest (= 0.37.1)
8181
rubocop-rake (= 0.7.1)
8282
simplecov (= 0.22.0)
8383
test-unit (= 3.6.7)

0 commit comments

Comments
 (0)