8000 Update dependencies · activeadmin/activeadmin@8f128f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f128f6

Browse files
committed
Update dependencies
1 parent 06cac27 commit 8f128f6

File tree

4 files changed

+41
-41
lines changed

4 files changed

+41
-41
lines changed

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ GEM
110110
xpath (~> 3.2)
111111
childprocess (5.1.0)
112112
logger (~> 1.5)
113-
concurrent-ruby (1.3.3)
113+
concurrent-ruby (1.3.4)
114114
connection_pool (2.4.1)
115115
crass (1.0.6)
116116
cssbundling-rails (1.4.1)
@@ -137,8 +137,8 @@ GEM
137137
bigdecimal
138138
cucumber-gherkin (27.0.0)
139139
cucumber-messages (>= 19.1.4, < 23)
140-
cucumber-html-formatter (21.6.0)
141-
cucumber-messages (> 19, < 25)
140+
cucumber-html-formatter (21.7.0)
141+
cucumber-messages (> 19, < 27)
142142
cucumber-messages (22.0.0)
143143
cucumber-rails (3.0.0)
144144
capybara (>= 3.11, < 4)
@@ -249,7 +249,7 @@ GEM
249249
marcel (1.0.4)
250250
matrix (0.4.2)
251251
mini_mime (1.1.5)
252-
minitest (5.24.1)
252+
minitest (5.25.1)
253253
multi_test (1.1.0)
254254
net-imap (0.4.14)
255255
date
@@ -270,7 +270,7 @@ GEM
270270
nokogiri (1.16.7-x86_64-linux)
271271
racc (~> 1.4)
272272
orm_adapter (0.5.0)
273-
parallel (1.26.1)
273+
parallel (1.26.3)
274274
parallel_tests (4.7.1)
275275
parallel
276276
parser (3.3.4.2)
@@ -324,7 +324,7 @@ GEM
324324
zeitwerk (~> 2.6)
325325
rainbow (3.1.1)
326326
rake (13.2.1)
327-
ransack (4.2.0)
327+
ransack (4.2.1)
328328
activerecord (>= 6.1.5)
329329
activesupport (>= 6.1.5)
330330
i18n
@@ -338,17 +338,17 @@ GEM
338338
responders (3.1.1)
339339
actionpack (>= 5.2)
340340
railties (>= 5.2)
341-
rexml (3.3.4)
341+
rexml (3.3.5)
342342
strscan
343343
rspec-core (3.13.0)
344344
rspec-support (~> 3.13.0)
345-
rspec-expectations (3.13.1)
345+
rspec-expectations (3.13.2)
346346
diff-lcs (>= 1.2.0, < 2.0)
347347
rspec-support (~> 3.13.0)
348348
rspec-mocks (3.13.1)
349349
diff-lcs (>= 1.2.0, < 2.0)
350350
rspec-support (~> 3.13.0)
351-
rspec-rails (6.1.3)
351+
rspec-rails (6.1.4)
352352
actionpack (>= 6.1)
353353
activesupport (>= 6.1)
354354
railties (>= 6.1)
@@ -368,7 +368,7 @@ GEM
368368
rubocop-ast (>= 1.31.1, < 2.0)
369369
ruby-progressbar (~> 1.7)
370370
unicode-display_width (>= 2.4.0, < 3.0)
371-
rubocop-ast (1.32.0)
371+
rubocop-ast (1.32.1)
372372
parser (>= 3.3.1.0)
373373
rubocop-capybara (2.21.0)
374374
rubocop (~> 1.41)
@@ -403,10 +403,10 @@ GEM
403403
actionpack (>= 6.1)
404404
activesupport (>= 6.1)
405405
sprockets (>= 3.0.0)
406-
sqlite3 (2.0.3-aarch64-linux-gnu)
407-
sqlite3 (2.0.3-arm64-darwin)
408-
sqlite3 (2.0.3-x86_64-darwin)
409-
sqlite3 (2.0.3-x86_64-linux-gnu)
406+
sqlite3 (2.0.4-aarch64-linux-gnu)
407+
sqlite3 (2.0.4-arm64-darwin)
408+
sqlite3 (2.0.4-x86_64-darwin)
409+
sqlite3 (2.0.4-x86_64-linux-gnu)
410410
stringio (3.1.1)
411411
strscan (3.1.0)
412412
sys-uname (1.3.0)

gemfiles/rails_61/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
xpath (~> 3.2)
9999
childprocess (5.1.0)
100100
logger (~> 1.5)
101-
concurrent-ruby (1.3.3)
101+
concurrent-ruby (1.3.4)
102102
crass (1.0.6)
103103
cssbundling-rails (1.4.1)
104104
railties (>= 6.0.0)
@@ -124,8 +124,8 @@ GEM
124124
bigdecimal
125125
cucumber-gherkin (27.0.0)
126126
cucumber-messages (>= 19.1.4, < 23)
127-
cucumber-html-formatter (21.6.0)
128-
cucumber-messages (> 19, < 25)
127+
cucumber-html-formatter (21.7.0)
128+
cucumber-messages (> 19, < 27)
129129
cucumber-messages (22.0.0)
130130
cucumber-rails (3.0.0)
131131
capybara (>= 3.11, < 4)
@@ -229,7 +229,7 @@ GEM
229229
method_source (1.1.0)
230230
mini_mime (1.1.5)
231231
mini_portile2 (2.8.7)
232-
minitest (5.24.1)
232+
minitest (5.25.1)
233233
multi_test (1.1.0)
234234
net-imap (0.4.14)
235235
date
@@ -249,7 +249,7 @@ GEM
249249
nokogiri (1.16.7-x86_64-linux)
250250
racc (~> 1.4)
251251
orm_adapter (0.5.0)
252-
parallel (1.26.1)
252+
parallel (1.26.3)
253253
parallel_tests (4.7.1)
254254
parallel
255255
parser (3.3.4.2)
@@ -295,7 +295,7 @@ GEM
295295
thor (~> 1.0)
296296
rainbow (3.1.1)
297297
rake (13.2.1)
298-
ransack (4.2.0)
298+
ransack (4.2.1)
299299
activerecord (>= 6.1.5)
300300
activesupport (>= 6.1.5)
301301
i18n
@@ -307,17 +307,17 @@ GEM
307307
responders (3.1.1)
308308
actionpack (>= 5.2)
309309
railties (>= 5.2)
310-
rexml (3.3.4)
310+
rexml (3.3.5)
311311
strscan
312312
rspec-core (3.13.0)
313313
rspec-support (~> 3.13.0)
314-
rspec-expectations (3.13.1)
314+
rspec-expectations (3.13.2)
315315
diff-lcs (>= 1.2.0, < 2.0)
316316
rspec-support (~> 3.13.0)
317317
rspec-mocks (3.13.1)
318318
diff-lcs (>= 1.2.0, < 2.0)
319319
rspec-support (~> 3.13.0)
320-
rspec-rails (6.1.3)
320+
rspec-rails (6.1.4)
321321
actionpack (>= 6.1)
322322
activesupport (>= 6.1)
323323
railties (>= 6.1)

gemfiles/rails_70/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ GEM
104104
xpath (~> 3.2)
105105
childprocess (5.1.0)
106106
logger (~> 1.5)
107-
concurrent-ruby (1.3.3)
107+
concurrent-ruby (1.3.4)
108108
crass (1.0.6)
109109
cssbundling-rails (1.4.1)
110110
railties (>= 6.0.0)
@@ -130,8 +130,8 @@ GEM
130130
bigdecimal
131131
cucumber-gherkin (27.0.0)
132132
cucumber-messages (>= 19.1.4, < 23)
133-
cucumber-html-formatter (21.6.0)
134-
cucumber-messages (> 19, < 25)
133+
cucumber-html-formatter (21.7.0)
134+
cucumber-messages (> 19, < 27)
135135
cucumber-messages (22.0.0)
136136
cucumber-rails (3.0.0)
137137
capybara (>= 3.11, < 4)
@@ -235,7 +235,7 @@ GEM
235235
method_source (1.1.0)
236236
mini_mime (1.1.5)
237237
mini_portile2 (2.8.7)
238-
minitest (5.24.1)
238+
minitest (5.25.1)
239239
multi_test (1.1.0)
240240
net-imap (0.4.14)
241241
date
@@ -255,7 +255,7 @@ GEM
255255
nokogiri (1.16.7-x86_64-linux)
256256
racc (~> 1.4)
257257
orm_adapter (0.5.0)
258-
parallel (1.26.1)
258+
parallel (1.26.3)
259259
parallel_tests (4.7.1)
260260
parallel
261261
parser (3.3.4.2)
@@ -301,7 +301,7 @@ GEM
301301
zeitwerk (~> 2.5)
302302
rainbow (3.1.1)
303303
rake (13.2.1)
304-
ransack (4.2.0)
304+
ransack (4.2.1)
305305
activerecord (>= 6.1.5)
306306
activesupport (>= 6.1.5)
307307
i18n
@@ -313,17 +313,17 @@ GEM
313313
responders (3.1.1)
314314
actionpack (>= 5.2)
315315
railties (>= 5.2)
316-
rexml (3.3.4)
316+
rexml (3.3.5)
317317
strscan
318318
rspec-core (3.13.0)
319319
rspec-support (~> 3.13.0)
320-
rspec-expectations (3.13.1)
320+
rspec-expectations (3.13.2)
321321
diff-lcs (>= 1.2.0, < 2.0)
322322
rspec-support (~> 3.13.0)
323323
rspec-mocks (3.13.1)
324324
diff-lcs (>= 1.2.0, < 2.0)
325325
rspec-support (~> 3.13.0)
326-
rspec-rails (6.1.3)
326+
rspec-rails (6.1.4)
327327
actionpack (>= 6.1)
328328
activesupport (>= 6.1)
329329
railties (>= 6.1)

gemfiles/rails_71/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GEM
114114
xpath (~> 3.2)
115115
childprocess (5.1.0)
116116
logger (~> 1.5)
117-
concurrent-ruby (1.3.3)
117+
concurrent-ruby (1.3.4)
118118
connection_pool (2.4.1)
119119
crass (1.0.6)
120120
cssbundling-rails (1.4.1)
@@ -141,8 +141,8 @@ GEM
141141
bigdecimal
142142
cucumber-gherkin (27.0.0)
143143
cucumber-messages (>= 19.1.4, < 23)
144-
cucumber-html-formatter (21.6.0)
145-
cucumber-messages (> 19, < 25)
144+
cucumber-html-formatter (21.7.0)
145+
cucumber-messages (> 19, < 27)
146146
cucumber-messages (22.0.0)
147147
cucumber-rails (3.0.0)
148148
capybara (>= 3.11, < 4)
@@ -249,7 +249,7 @@ GEM
249249
matrix (0.4.2)
250250
mini_mime (1.1.5)
251251
mini_portile2 (2.8.7)
252-
minitest (5.24.1)
252+
minitest (5.25.1)
253253
multi_test (1.1.0)
254254
mutex_m (0.2.0)
255255
net-imap (0.4.14)
@@ -270,7 +270,7 @@ GEM
270270
nokogiri (1.16.7-x86_64-linux)
271271
racc (~> 1.4)
272272
orm_adapter (0.5.0)
273-
parallel (1.26.1)
273+
parallel (1.26.3)
274274
parallel_tests (4.7.1)
275275
parallel
276276
parser (3.3.4.2)
@@ -324,7 +324,7 @@ GEM
324324
zeitwerk (~> 2.6)
325325
rainbow (3.1.1)
326326
rake (13.2.1)
327-
ransack (4.2.0)
327+
ransack (4.2.1)
328328
activerecord (>= 6.1.5)
329329
activesupport (>= 6.1.5)
330330
i18n
@@ -338,17 +338,17 @@ GEM
338338
responders (3.1.1)
339339
actionpack (>= 5.2)
340340
railties (>= 5.2)
341-
rexml (3.3.4)
341+
rexml (3.3.5)
342342
strscan
343343
rspec-core (3.13.0)
344344
rspec-support (~> 3.13.0)
345-
rspec-expectations (3.13.1)
345+
rspec-expectations (3.13.2)
346346
diff-lcs (>= 1.2.0, < 2.0)
347347
rspec-support (~> 3.13.0)
348348
rspec-mocks (3.13.1)
349349
diff-lcs (>= 1.2.0, < 2.0)
350350
rspec-support (~> 3.13.0)
351-
rspec-rails (6.1.3)
351+
rspec-rails (6.1.4)
352352
actionpack (>= 6.1)
353353
activesupport (>= 6.1)
354354
railties (>= 6.1)

0 commit comments

Comments
 (0)
0