Skip to content

Commit c4e546b

Browse files
Bump rubocop from 1.72.2 to 1.75.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.72.2 to 1.75.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.72.2...v1.75.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e51006 commit c4e546b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ GEM
1919
tzinfo (~> 2.0)
2020
addressable (2.8.7)
2121
public_suffix (>= 2.0.2, < 7.0)
22-
ast (2.4.2)
22+
ast (2.4.3)
2323
base64 (0.2.0)
2424
bigdecimal (3.1.8)
2525
childprocess (5.0.0)
@@ -62,9 +62,10 @@ GEM
6262
sawyer (~> 0.9)
6363
open4 (1.3.4)
6464
parallel (1.26.3)
65-
parser (3.3.7.1)
65+
parser (3.3.7.4)
6666
ast (~> 2.4.1)
6767
racc
68+
prism (1.4.0)
6869
public_suffix (6.0.1)
6970
racc (1.8.1)
7071
rainbow (3.1.1)
@@ -113,19 +114,20 @@ GEM
113114
diff-lcs (>= 1.2.0, < 2.0)
114115
rspec-support (~> 3.13.0)
115116
rspec-support (3.13.1)
116-
rubocop (1.72.2)
117+
rubocop (1.75.2)
117118
json (~> 2.3)
118119
language_server-protocol (~> 3.17.0.2)
119120
lint_roller (~> 1.1.0)
120121
parallel (~> 1.10)
121122
parser (>= 3.3.0.2)
122123
rainbow (>= 2.2.2, < 4.0)
123124
regexp_parser (>= 2.9.3, < 3.0)
124-
rubocop-ast (>= 1.38.0, < 2.0)
125+
rubocop-ast (>= 1.44.0, < 2.0)
125126
ruby-progressbar (~> 1.7)
126127
unicode-display_width (>= 2.4.0, < 4.0)
127-
rubocop-ast (1.38.0)
128-
parser (>= 3.3.1.0)
128+
rubocop-ast (1.44.0)
129+
parser (>= 3.3.7.2)
130+
prism (~> 1.4)
129131
rubocop-rake (0.7.1)
130132
lint_roller (~> 1.1)
131133
rubocop (>= 1.72.1)

0 commit comments

Comments
 (0)