Skip to content

Commit e18dbd7

Browse files
dependabot[bot]simonneutert
authored andcommitted
Bump the patch-and-minor-dependencies group with 3 updates
Bumps the patch-and-minor-dependencies group with 3 updates: [rubocop](https://github.com/rubocop/rubocop), [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) and [rubocop-rake](https://github.com/rubocop/rubocop-rake). Updates `rubocop` from 1.72.1 to 1.72.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.72.1...v1.72.2) Updates `rubocop-minitest` from 0.36.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.36.0...v0.37.1) Updates `rubocop-rake` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/rubocop/rubocop-rake/releases) - [Changelog](https://github.com/rubocop/rubocop-rake/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rake@v0.6.0...v0.7.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-and-minor-dependencies - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies - dependency-name: rubocop-rake dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 780f0fb commit e18dbd7

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ group :development do
2222
gem 'htmlbeautifier', require: false
2323
gem 'pry'
2424
gem 'rubocop', '~> 1.72', require: false
25-
gem 'rubocop-minitest', '~> 0.36.0', require: false
25+
gem 'rubocop-minitest', '~> 0.37.1', require: false
2626
gem 'rubocop-performance', '~> 1.23', require: false
27-
gem 'rubocop-rake', '~> 0.6.0', require: false
27+
gem 'rubocop-rake', '~> 0.7.1', require: false
2828
gem 'yard', '~> 0.9.37'
2929
end
3030

Gemfile.lock

+10-8
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GEM
4848
rexml (3.4.1)
4949
roda (3.89.0)
5050
rack
51-
rubocop (1.72.1)
51+
rubocop (1.72.2)
5252
json (~> 2.3)
5353
language_server-protocol (~> 3.17.0.2)
5454
lint_roller (~> 1.1.0)
@@ -61,15 +61,17 @@ GEM
6161
unicode-display_width (>= 2.4.0, < 4.0)
6262
rubocop-ast (1.38.0)
6363
parser (>= 3.3.1.0)
64-
rubocop-minitest (0.36.0)
65-
rubocop (>= 1.61, < 2.0)
66-
rubocop-ast (>= 1.31.1, < 2.0)
64+
rubocop-minitest (0.37.1)
65+
lint_roller (~> 1.1)
66+
rubocop (>= 1.72.1, < 2.0)
67+
rubocop-ast (>= 1.38.0, < 2.0)
6768
rubocop-performance (1.24.0)
6869
lint_roller (~> 1.1)
6970
rubocop (>= 1.72.1, < 2.0)
7071
rubocop-ast (>= 1.38.0, < 2.0)
71-
rubocop-rake (0.6.0)
72-
rubocop (~> 1.0)
72+
rubocop-rake (0.7.1)
73+
lint_roller (~> 1.1)
74+
rubocop (>= 1.72.1)
7375
ruby-next (0.14.1)
7476
ruby-next-core (= 0.14.1)
7577
ruby-next-parser (>= 3.1.1.0)
@@ -122,9 +124,9 @@ DEPENDENCIES
122124
rexml (~> 3.4)
123125
roda (~> 3.89)
124126
rubocop (~> 1.72)
125-
rubocop-minitest (~> 0.36.0)
127+
rubocop-minitest (~> 0.37.1)
126128
rubocop-performance (~> 1.23)
127-
rubocop-rake (~> 0.6.0)
129+
rubocop-rake (~> 0.7.1)
128130
tantiny (= 0.3.3)
129131
thermite (~> 0.13.0)
130132
tilt (~> 2.6)

0 commit comments

Comments
 (0)