Skip to content

Commit 3efe6e4

Browse files
Update dependency rubocop-performance to v1.26.0
1 parent 65812e9 commit 3efe6e4

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

api/Gemfile.lock

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ GEM
6262
minitest (>= 5.1)
6363
tzinfo (~> 2.0)
6464
zeitwerk (~> 2.3)
65-
ast (2.4.2)
66-
base64 (0.1.1)
65+
ast (2.4.3)
6766
bcrypt (3.1.20)
6867
bigdecimal (3.1.6)
6968
bootsnap (1.18.4)
@@ -114,11 +113,12 @@ GEM
114113
domain_name (~> 0.5)
115114
i18n (1.14.5)
116115
concurrent-ruby (~> 1.0)
117-
json (2.6.3)
116+
json (2.13.2)
118117
json_matchers (0.11.1)
119118
json_schema
120119
json_schema (0.21.0)
121-
language_server-protocol (3.17.0.3)
120+
language_server-protocol (3.17.0.5)
121+
lint_roller (1.1.0)
122122
listen (3.8.0)
123123
rb-fsevent (~> 0.10, >= 0.10.3)
124124
rb-inotify (~> 0.9, >= 0.9.10)
@@ -158,15 +158,16 @@ GEM
158158
racc (~> 1.4)
159159
oj (3.16.3)
160160
bigdecimal (>= 3.0)
161-
parallel (1.23.0)
162-
parser (3.2.2.3)
161+
parallel (1.27.0)
162+
parser (3.3.9.0)
163163
ast (~> 2.4.1)
164164
racc
165165
pg (1.5.4)
166+
prism (1.4.0)
166167
promise.rb (0.7.4)
167168
puma (5.6.9)
168169
nio4r (~> 2.0)
169-
racc (1.7.1)
170+
racc (1.8.1)
170171
rack (2.2.8)
171172
rack-test (2.1.0)
172173
rack (>= 1.3)
@@ -232,14 +233,13 @@ GEM
232233
redis-store (>= 1.2, < 2)
233234
redis-store (1.10.0)
234235
redis (>= 4, < 6)
235-
regexp_parser (2.8.1)
236+
regexp_parser (2.11.2)
236237
require_all (3.0.0)
237238
rest-client (2.1.0)
238239
http-accept (>= 1.7.0, < 2.0)
239240
http-cookie (>= 1.0.2, < 2.0)
240241
mime-types (>= 1.16, < 4.0)
241242
netrc (~> 0.8)
242-
rexml (3.2.6)
243243
rspec-core (3.12.2)
244244
rspec-support (~> 3.12.0)
245245
rspec-expectations (3.12.3)
@@ -259,27 +259,28 @@ GEM
259259
rspec-support (3.12.1)
260260
rspec_junit_formatter (0.6.0)
261261
rspec-core (>= 2, < 4, != 2.12.0)
262-
rubocop (1.56.3)
263-
base64 (~> 0.1.1)
262+
rubocop (1.80.2)
264263
json (~> 2.3)
265-
language_server-protocol (>= 3.17.0)
264+
language_server-protocol (~> 3.17.0.2)
265+
lint_roller (~> 1.1.0)
266266
parallel (~> 1.10)
267-
parser (>= 3.2.2.3)
267+
parser (>= 3.3.0.2)
268268
rainbow (>= 2.2.2, < 4.0)
269-
regexp_parser (>= 1.8, < 3.0)
270-
rexml (>= 3.2.5, < 4.0)
271-
rubocop-ast (>= 1.28.1, < 2.0)
269+
regexp_parser (>= 2.9.3, < 3.0)
270+
rubocop-ast (>= 1.46.0, < 2.0)
272271
ruby-progressbar (~> 1.7)
273-
unicode-display_width (>= 2.4.0, < 3.0)
274-
rubocop-ast (1.29.0)
275-
parser (>= 3.2.1.0)
272+
unicode-display_width (>= 2.4.0, < 4.0)
273+
rubocop-ast (1.46.0)
274+
parser (>= 3.3.7.2)
275+
prism (~> 1.4)
276276
rubocop-capybara (2.18.0)
277277
rubocop (~> 1.41)
278278
rubocop-factory_bot (2.23.1)
279279
rubocop (~> 1.33)
280-
rubocop-performance (1.19.1)
281-
rubocop (>= 1.7.0, < 2.0)
282-
rubocop-ast (>= 0.4.0)
280+
rubocop-performance (1.26.0)
281+
lint_roller (~> 1.1)
282+
rubocop (>= 1.75.0, < 2.0)
283+
rubocop-ast (>= 1.44.0, < 2.0)
283284
rubocop-rails (2.21.1)
284285
activesupport (>= 4.2.0)
285286
rack (>= 1.1)
@@ -323,7 +324,7 @@ GEM
323324
unf (0.1.4)
324325
unf_ext
325326
unf_ext (0.0.8.2)
326-
unicode-display_width (2.4.2)
327+
unicode-display_width (2.6.0)
327328
uniform_notifier (1.16.0)
328329
websocket-driver (0.7.6)
329330
websocket-extensions (>= 0.1.0)

0 commit comments

Comments
 (0)