Skip to content

Commit a35e56b

Browse files
Bump rubocop-minitest from 0.35.0 to 0.35.1 in the rubocop group
Bumps the rubocop group with 1 update: [rubocop-minitest](https://github.com/rubocop/rubocop-minitest). Updates `rubocop-minitest` from 0.35.0 to 0.35.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.35.0...v0.35.1) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce64d1a commit a35e56b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959

6060
group :development do
6161
gem 'annotate', '~> 3.2'
62-
gem 'rubocop-minitest', '~> 0.35.0'
62+
gem 'rubocop-minitest', '~> 0.35.1'
6363
gem 'rubocop-rails', '~> 2.25'
6464
gem 'web-console'
6565
end

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ GEM
195195
multi_xml (~> 0.5)
196196
rack (>= 1.2, < 4)
197197
parallel (1.25.1)
198-
parser (3.3.3.0)
198+
parser (3.3.4.0)
199199
ast (~> 2.4.1)
200200
racc
201201
pg (1.5.6)
@@ -254,20 +254,20 @@ GEM
254254
io-console (~> 0.5)
255255
rexml (3.3.1)
256256
strscan
257-
rubocop (1.64.1)
257+
rubocop (1.65.0)
258258
json (~> 2.3)
259259
language_server-protocol (>= 3.17.0)
260260
parallel (~> 1.10)
261261
parser (>= 3.3.0.2)
262262
rainbow (>= 2.2.2, < 4.0)
263-
regexp_parser (>= 1.8, < 3.0)
263+
regexp_parser (>= 2.4, < 3.0)
264264
rexml (>= 3.2.5, < 4.0)
265265
rubocop-ast (>= 1.31.1, < 2.0)
266266
ruby-progressbar (~> 1.7)
267267
unicode-display_width (>= 2.4.0, < 3.0)
268268
rubocop-ast (1.31.3)
269269
parser (>= 3.3.1.0)
270-
rubocop-minitest (0.35.0)
270+
rubocop-minitest (0.35.1)
271271
rubocop (>= 1.61, < 2.0)
272272
rubocop-ast (>= 1.31.1, < 2.0)
273273
rubocop-rails (2.25.1)
@@ -341,7 +341,7 @@ DEPENDENCIES
341341
puma (~> 6.4)
342342
rack-cors
343343
rails (~> 7.1.3)
344-
rubocop-minitest (~> 0.35.0)
344+
rubocop-minitest (~> 0.35.1)
345345
rubocop-rails (~> 2.25)
346346
rugged
347347
selenium-webdriver

0 commit comments

Comments
 (0)