Skip to content

Commit 4ea3b93

Browse files
Update dependency rubocop-performance to v1.24.0
1 parent 65812e9 commit 4ea3b93

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

api/Gemfile.lock

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ GEM
6363
tzinfo (~> 2.0)
6464
zeitwerk (~> 2.3)
6565
ast (2.4.2)
66-
base64 (0.1.1)
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.10.1)
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.4)
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,15 @@ 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.26.3)
162+
parser (3.3.7.1)
163163
ast (~> 2.4.1)
164164
racc
165165
pg (1.5.4)
166166
promise.rb (0.7.4)
167167
puma (5.6.9)
168168
nio4r (~> 2.0)
169-
racc (1.7.1)
169+
racc (1.8.1)
170170
rack (2.2.8)
171171
rack-test (2.1.0)
172172
rack (>= 1.3)
@@ -232,14 +232,13 @@ GEM
232232
redis-store (>= 1.2, < 2)
233233
redis-store (1.10.0)
234234
redis (>= 4, < 6)
235-
regexp_parser (2.8.1)
235+
regexp_parser (2.10.0)
236236
require_all (3.0.0)
237237
rest-client (2.1.0)
238238
http-accept (>= 1.7.0, < 2.0)
239239
http-cookie (>= 1.0.2, < 2.0)
240240
mime-types (>= 1.16, < 4.0)
241241
netrc (~> 0.8)
242-
rexml (3.2.6)
243242
rspec-core (3.12.2)
244243
rspec-support (~> 3.12.0)
245244
rspec-expectations (3.12.3)
@@ -259,27 +258,27 @@ GEM
259258
rspec-support (3.12.1)
260259
rspec_junit_formatter (0.6.0)
261260
rspec-core (>= 2, < 4, != 2.12.0)
262-
rubocop (1.56.3)
263-
base64 (~> 0.1.1)
261+
rubocop (1.72.1)
264262
json (~> 2.3)
265-
language_server-protocol (>= 3.17.0)
263+
language_server-protocol (~> 3.17.0.2)
264+
lint_roller (~> 1.1.0)
266265
parallel (~> 1.10)
267-
parser (>= 3.2.2.3)
266+
parser (>= 3.3.0.2)
268267
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)
268+
regexp_parser (>= 2.9.3, < 3.0)
269+
rubocop-ast (>= 1.38.0, < 2.0)
272270
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)
271+
unicode-display_width (>= 2.4.0, < 4.0)
272+
rubocop-ast (1.38.0)
273+
parser (>= 3.3.1.0)
276274
rubocop-capybara (2.18.0)
277275
rubocop (~> 1.41)
278276
rubocop-factory_bot (2.23.1)
279277
rubocop (~> 1.33)
280-
rubocop-performance (1.19.1)
281-
rubocop (>= 1.7.0, < 2.0)
282-
rubocop-ast (>= 0.4.0)
278+
rubocop-performance (1.24.0)
279+
lint_roller (~> 1.1)
280+
rubocop (>= 1.72.1, < 2.0)
281+
rubocop-ast (>= 1.38.0, < 2.0)
283282
rubocop-rails (2.21.1)
284283
activesupport (>= 4.2.0)
285284
rack (>= 1.1)
@@ -323,7 +322,7 @@ GEM
323322
unf (0.1.4)
324323
unf_ext
325324
unf_ext (0.0.8.2)
326-
unicode-display_width (2.4.2)
325+
unicode-display_width (2.6.0)
327326
uniform_notifier (1.16.0)
328327
websocket-driver (0.7.6)
329328
websocket-extensions (>= 0.1.0)

0 commit comments

Comments
 (0)