Skip to content

Commit f967e7d

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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec66cf7 commit f967e7d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,13 @@ GEM
157157
nokogiri (1.18.5-x86_64-linux-gnu)
158158
racc (~> 1.4)
159159
parallel (1.26.3)
160-
parser (3.3.7.2)
160+
parser (3.3.7.3)
161161
ast (~> 2.4.1)
162162
racc
163163
pp (0.6.2)
164164
prettyprint
165165
prettyprint (0.2.0)
166+
prism (1.4.0)
166167
psych (5.2.3)
167168
date
168169
stringio
@@ -235,19 +236,20 @@ GEM
235236
rspec-mocks (~> 3.13)
236237
rspec-support (~> 3.13)
237238
rspec-support (3.13.2)
238-
rubocop (1.74.0)
239+
rubocop (1.75.1)
239240
json (~> 2.3)
240241
language_server-protocol (~> 3.17.0.2)
241242
lint_roller (~> 1.1.0)
242243
parallel (~> 1.10)
243244
parser (>= 3.3.0.2)
244245
rainbow (>= 2.2.2, < 4.0)
245246
regexp_parser (>= 2.9.3, < 3.0)
246-
rubocop-ast (>= 1.38.0, < 2.0)
247+
rubocop-ast (>= 1.43.0, < 2.0)
247248
ruby-progressbar (~> 1.7)
248249
unicode-display_width (>= 2.4.0, < 4.0)
249-
rubocop-ast (1.41.0)
250+
rubocop-ast (1.43.0)
250251
parser (>= 3.3.7.2)
252+
prism (~> 1.4)
251253
rubocop-performance (1.24.0)
252254
lint_roller (~> 1.1)
253255
rubocop (>= 1.72.1, < 2.0)

0 commit comments

Comments
 (0)