Skip to content

Commit 6f87f1d

Browse files
Bump rubocop from 1.64.1 to 1.65.0
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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e28f4a commit 6f87f1d

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
@@ -17,8 +17,8 @@ GEM
1717
nokogiri (1.16.6)
1818
mini_portile2 (~> 2.8.2)
1919
racc (~> 1.4)
20-
parallel (1.24.0)
21-
parser (3.3.2.0)
20+
parallel (1.25.1)
21+
parser (3.3.4.0)
2222
ast (~> 2.4.1)
2323
racc
2424
racc (1.8.0)
@@ -27,18 +27,18 @@ GEM
2727
rake-compiler (1.2.7)
2828
rake
2929
regexp_parser (2.9.2)
30-
rexml (3.2.8)
31-
strscan (>= 3.0.9)
30+
rexml (3.3.1)
31+
strscan
3232
rspec-core (3.13.0)
3333
rspec-support (~> 3.13.0)
3434
rspec-support (3.13.1)
35-
rubocop (1.64.1)
35+
rubocop (1.65.0)
3636
json (~> 2.3)
3737
language_server-protocol (>= 3.17.0)
3838
parallel (~> 1.10)
3939
parser (>= 3.3.0.2)
4040
rainbow (>= 2.2.2, < 4.0)
41-
regexp_parser (>= 1.8, < 3.0)
41+
regexp_parser (>= 2.4, < 3.0)
4242
rexml (>= 3.2.5, < 4.0)
4343
rubocop-ast (>= 1.31.1, < 2.0)
4444
ruby-progressbar (~> 1.7)

0 commit comments

Comments
 (0)