Skip to content

Commit f0c5377

Browse files
build(deps-dev): bump rubocop from 1.63.2 to 1.65.0 (#235)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.2 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.63.2...v1.65.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development 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 eee0be8 commit f0c5377

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,29 @@ GEM
2424
childprocess (>= 0.6.3, < 6)
2525
iniparse (~> 1.4)
2626
rexml (~> 3.2)
27-
parallel (1.24.0)
28-
parser (3.3.0.5)
27+
parallel (1.25.1)
28+
parser (3.3.4.0)
2929
ast (~> 2.4.1)
3030
racc
31-
racc (1.7.3)
31+
racc (1.8.0)
3232
rainbow (3.1.1)
3333
rake (13.2.1)
34-
regexp_parser (2.9.0)
35-
rexml (3.2.6)
36-
rubocop (1.63.2)
34+
regexp_parser (2.9.2)
35+
rexml (3.3.1)
36+
strscan
37+
rubocop (1.65.0)
3738
json (~> 2.3)
3839
language_server-protocol (>= 3.17.0)
3940
parallel (~> 1.10)
4041
parser (>= 3.3.0.2)
4142
rainbow (>= 2.2.2, < 4.0)
42-
regexp_parser (>= 1.8, < 3.0)
43+
regexp_parser (>= 2.4, < 3.0)
4344
rexml (>= 3.2.5, < 4.0)
4445
rubocop-ast (>= 1.31.1, < 2.0)
4546
ruby-progressbar (~> 1.7)
4647
unicode-display_width (>= 2.4.0, < 3.0)
47-
rubocop-ast (1.31.2)
48-
parser (>= 3.3.0.4)
48+
rubocop-ast (1.31.3)
49+
parser (>= 3.3.1.0)
4950
rubocop-minitest (0.35.0)
5051
rubocop (>= 1.61, < 2.0)
5152
rubocop-ast (>= 1.31.1, < 2.0)
@@ -64,6 +65,7 @@ GEM
6465
simplecov (~> 0.19)
6566
simplecov-html (0.12.3)
6667
simplecov_json_formatter (0.1.4)
68+
strscan (3.1.0)
6769
unicode-display_width (2.5.0)
6870

6971
PLATFORMS

0 commit comments

Comments
 (0)