Skip to content

Commit 8d386e0

Browse files
Bump rubocop from 1.64.1 to 1.65.0 (#92)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.1 to 1.65.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.64.1...v1.65.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fb0cd8 commit 8d386e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ GEM
158158
racc (~> 1.4)
159159
nokogiri (1.16.5-x86_64-linux)
160160
racc (~> 1.4)
161-
parallel (1.24.0)
162-
parser (3.3.2.0)
161+
parallel (1.25.1)
162+
parser (3.3.4.0)
163163
ast (~> 2.4.1)
164164
racc
165165
pragmatic_segmenter (0.3.23)
@@ -219,8 +219,8 @@ GEM
219219
regexp_parser (2.9.2)
220220
reline (0.5.8)
221221
io-console (~> 0.5)
222-
rexml (3.2.8)
223-
strscan (>= 3.0.9)
222+
rexml (3.3.1)
223+
strscan
224224
rspec (3.13.0)
225225
rspec-core (~> 3.13.0)
226226
rspec-expectations (~> 3.13.0)
@@ -234,13 +234,13 @@ GEM
234234
diff-lcs (>= 1.2.0, < 2.0)
235235
rspec-support (~> 3.13.0)
236236
rspec-support (3.13.0)
237-
rubocop (1.64.1)
237+
rubocop (1.65.0)
238238
json (~> 2.3)
239239
language_server-protocol (>= 3.17.0)
240240
parallel (~> 1.10)
241241
parser (>= 3.3.0.2)
242242
rainbow (>= 2.2.2, < 4.0)
243-
regexp_parser (>= 1.8, < 3.0)
243+
regexp_parser (>= 2.4, < 3.0)
244244
rexml (>= 3.2.5, < 4.0)
245245
rubocop-ast (>= 1.31.1, < 2.0)
246246
ruby-progressbar (~> 1.7)

0 commit comments

Comments
 (0)