Skip to content

Commit 13c8198

Browse files
Bump rubocop from 1.74.0 to 1.75.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.74.0 to 1.75.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.74.0...v1.75.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c8fcfbb commit 13c8198

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GEM
1111
specs:
1212
addressable (2.8.7)
1313
public_suffix (>= 2.0.2, < 7.0)
14-
ast (2.4.2)
14+
ast (2.4.3)
1515
base64 (0.2.0)
1616
bigdecimal (3.1.9)
1717
coderay (1.1.3)
@@ -30,9 +30,10 @@ GEM
3030
mini_portile2 (~> 2.8.2)
3131
racc (~> 1.4)
3232
parallel (1.26.3)
33-
parser (3.3.7.1)
33+
parser (3.3.7.4)
3434
ast (~> 2.4.1)
3535
racc
36+
prism (1.4.0)
3637
pry (0.15.2)
3738
coderay (~> 1.1)
3839
method_source (~> 1.0)
@@ -55,19 +56,20 @@ GEM
5556
diff-lcs (>= 1.2.0, < 2.0)
5657
rspec-support (~> 3.13.0)
5758
rspec-support (3.13.2)
58-
rubocop (1.74.0)
59+
rubocop (1.75.1)
5960
json (~> 2.3)
6061
language_server-protocol (~> 3.17.0.2)
6162
lint_roller (~> 1.1.0)
6263
parallel (~> 1.10)
6364
parser (>= 3.3.0.2)
6465
rainbow (>= 2.2.2, < 4.0)
6566
regexp_parser (>= 2.9.3, < 3.0)
66-
rubocop-ast (>= 1.38.0, < 2.0)
67+
rubocop-ast (>= 1.43.0, < 2.0)
6768
ruby-progressbar (~> 1.7)
6869
unicode-display_width (>= 2.4.0, < 4.0)
69-
rubocop-ast (1.38.1)
70-
parser (>= 3.3.1.0)
70+
rubocop-ast (1.43.0)
71+
parser (>= 3.3.7.2)
72+
prism (~> 1.4)
7173
rubocop-performance (1.24.0)
7274
lint_roller (~> 1.1)
7375
rubocop (>= 1.72.1, < 2.0)

0 commit comments

Comments
 (0)