Skip to content

Commit b4c57b3

Browse files
Bump rubocop from 1.71.2 to 1.74.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.2 to 1.74.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.2...v1.74.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c78ed6d commit b4c57b3

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ GEM
7272
securerandom (>= 0.3)
7373
tzinfo (~> 2.0, >= 2.0.5)
7474
uri (>= 0.13.1)
75-
ast (2.4.2)
75+
ast (2.4.3)
7676
base64 (0.2.0)
7777
bcrypt (3.1.20)
7878
benchmark (0.4.0)
@@ -122,8 +122,9 @@ GEM
122122
pp (>= 0.6.0)
123123
rdoc (>= 4.0.0)
124124
reline (>= 0.4.2)
125-
json (2.9.1)
125+
json (2.10.2)
126126
language_server-protocol (3.17.0.4)
127+
lint_roller (1.1.0)
127128
logger (1.6.6)
128129
loofah (2.24.0)
129130
crass (~> 1.0.2)
@@ -156,7 +157,7 @@ GEM
156157
nokogiri (1.18.2-x86_64-linux-gnu)
157158
racc (~> 1.4)
158159
parallel (1.26.3)
159-
parser (3.3.7.0)
160+
parser (3.3.7.2)
160161
ast (~> 2.4.1)
161162
racc
162163
pp (0.6.2)
@@ -235,18 +236,19 @@ GEM
235236
rspec-mocks (~> 3.13)
236237
rspec-support (~> 3.13)
237238
rspec-support (3.13.2)
238-
rubocop (1.71.2)
239+
rubocop (1.74.0)
239240
json (~> 2.3)
240-
language_server-protocol (>= 3.17.0)
241+
language_server-protocol (~> 3.17.0.2)
242+
lint_roller (~> 1.1.0)
241243
parallel (~> 1.10)
242244
parser (>= 3.3.0.2)
243245
rainbow (>= 2.2.2, < 4.0)
244246
regexp_parser (>= 2.9.3, < 3.0)
245247
rubocop-ast (>= 1.38.0, < 2.0)
246248
ruby-progressbar (~> 1.7)
247249
unicode-display_width (>= 2.4.0, < 4.0)
248-
rubocop-ast (1.38.0)
249-
parser (>= 3.3.1.0)
250+
rubocop-ast (1.41.0)
251+
parser (>= 3.3.7.2)
250252
rubocop-minitest (0.35.1)
251253
rubocop (>= 1.61, < 2.0)
252254
rubocop-ast (>= 1.31.1, < 2.0)

0 commit comments

Comments
 (0)