Skip to content

Commit 48dcdc1

Browse files
Update dependency rubocop-performance to v1.22.1
1 parent 06af7bb commit 48dcdc1

File tree

1 file changed

+15
-19
lines changed

1 file changed

+15
-19
lines changed

api/Gemfile.lock

Lines changed: 15 additions & 19 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.16.0)
@@ -114,7 +113,7 @@ GEM
114113
domain_name (~> 0.5)
115114
i18n (1.14.1)
116115
concurrent-ruby (~> 1.0)
117-
json (2.6.3)
116+
json (2.7.2)
118117
json_matchers (0.11.1)
119118
json_schema
120119
json_schema (0.21.0)
@@ -158,15 +157,15 @@ GEM
158157
racc (~> 1.4)
159158
oj (3.16.3)
160159
bigdecimal (>= 3.0)
161-
parallel (1.23.0)
162-
parser (3.2.2.3)
160+
parallel (1.26.3)
161+
parser (3.3.5.0)
163162
ast (~> 2.4.1)
164163
racc
165164
pg (1.5.4)
166165
promise.rb (0.7.4)
167166
puma (5.6.7)
168167
nio4r (~> 2.0)
169-
racc (1.7.1)
168+
racc (1.8.1)
170169
rack (2.2.8)
171170
rack-test (2.1.0)
172171
rack (>= 1.3)
@@ -232,14 +231,13 @@ GEM
232231
redis-store (>= 1.2, < 2)
233232
redis-store (1.10.0)
234233
redis (>= 4, < 6)
235-
regexp_parser (2.8.1)
234+
regexp_parser (2.9.2)
236235
require_all (3.0.0)
237236
rest-client (2.1.0)
238237
http-accept (>= 1.7.0, < 2.0)
239238
http-cookie (>= 1.0.2, < 2.0)
240239
mime-types (>= 1.16, < 4.0)
241240
netrc (~> 0.8)
242-
rexml (3.2.6)
243241
rspec-core (3.12.2)
244242
rspec-support (~> 3.12.0)
245243
rspec-expectations (3.12.3)
@@ -259,27 +257,25 @@ GEM
259257
rspec-support (3.12.1)
260258
rspec_junit_formatter (0.6.0)
261259
rspec-core (>= 2, < 4, != 2.12.0)
262-
rubocop (1.56.3)
263-
base64 (~> 0.1.1)
260+
rubocop (1.66.1)
264261
json (~> 2.3)
265262
language_server-protocol (>= 3.17.0)
266263
parallel (~> 1.10)
267-
parser (>= 3.2.2.3)
264+
parser (>= 3.3.0.2)
268265
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)
266+
regexp_parser (>= 2.4, < 3.0)
267+
rubocop-ast (>= 1.32.2, < 2.0)
272268
ruby-progressbar (~> 1.7)
273269
unicode-display_width (>= 2.4.0, < 3.0)
274-
rubocop-ast (1.29.0)
275-
parser (>= 3.2.1.0)
270+
rubocop-ast (1.32.3)
271+
parser (>= 3.3.1.0)
276272
rubocop-capybara (2.18.0)
277273
rubocop (~> 1.41)
278274
rubocop-factory_bot (2.23.1)
279275
rubocop (~> 1.33)
280-
rubocop-performance (1.19.1)
281-
rubocop (>= 1.7.0, < 2.0)
282-
rubocop-ast (>= 0.4.0)
276+
rubocop-performance (1.22.1)
277+
rubocop (>= 1.48.1, < 2.0)
278+
rubocop-ast (>= 1.31.1, < 2.0)
283279
rubocop-rails (2.21.1)
284280
activesupport (>= 4.2.0)
285281
rack (>= 1.1)
@@ -323,7 +319,7 @@ GEM
323319
unf (0.1.4)
324320
unf_ext
325321
unf_ext (0.0.8.2)
326-
unicode-display_width (2.4.2)
322+
unicode-display_width (2.6.0)
327323
uniform_notifier (1.16.0)
328324
websocket-driver (0.7.6)
329325
websocket-extensions (>= 0.1.0)

0 commit comments

Comments
 (0)