Skip to content

Commit ebdabc9

Browse files
committed
Merge branch 'develop'
2 parents 150c4f0 + 6f1bbad commit ebdabc9

6 files changed

Lines changed: 164 additions & 125 deletions

File tree

Gemfile.lock

Lines changed: 49 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ GIT
122122
GEM
123123
remote: https://rubygems.org/
124124
specs:
125-
activesupport (8.1.3)
125+
activesupport (8.1.3.1)
126126
base64
127127
bigdecimal
128128
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -137,7 +137,7 @@ GEM
137137
uri (>= 0.13.1)
138138
addressable (2.9.0)
139139
public_suffix (>= 2.0.2, < 8.0)
140-
airbrussh (1.6.1)
140+
airbrussh (1.6.2)
141141
sshkit (>= 1.6.1, != 1.7.0)
142142
ansi (1.6.0)
143143
ast (2.4.3)
@@ -163,13 +163,12 @@ GEM
163163
capistrano (~> 3.1)
164164
sshkit (~> 1.3)
165165
coderay (1.1.3)
166-
concurrent-ruby (1.3.7)
166+
concurrent-ruby (1.3.8)
167167
connection_pool (3.0.2)
168168
crack (0.4.5)
169169
rexml
170170
dante (0.2.0)
171171
date (3.5.1)
172-
docile (1.4.1)
173172
domain_name (0.6.20240107)
174173
down (5.6.0)
175174
addressable (~> 2.8)
@@ -199,7 +198,7 @@ GEM
199198
ffi (1.17.4-x86_64-darwin)
200199
ffi (1.17.4-x86_64-linux-gnu)
201200
ffi (1.17.4-x86_64-linux-musl)
202-
fugit (1.12.2)
201+
fugit (1.13.0)
203202
et-orbi (~> 1.4)
204203
raabro (~> 1.4)
205204
gapic-common (1.1.0)
@@ -223,10 +222,10 @@ GEM
223222
google-cloud-core (1.9.0)
224223
google-cloud-env (>= 1.0, < 3.a)
225224
google-cloud-errors (~> 1.0)
226-
google-cloud-env (2.3.1)
225+
google-cloud-env (2.4.0)
227226
base64 (~> 0.2)
228227
faraday (>= 1.0, < 3.a)
229-
google-cloud-errors (1.6.0)
228+
google-cloud-errors (1.7.0)
230229
google-logging-utils (0.2.0)
231230
google-protobuf (3.25.3)
232231
google-protobuf (3.25.3-aarch64-linux)
@@ -240,7 +239,7 @@ GEM
240239
grpc (~> 1.41)
241240
googleapis-common-protos-types (1.20.0)
242241
google-protobuf (>= 3.18, < 5.a)
243-
googleauth (1.17.1)
242+
googleauth (1.17.3)
244243
faraday (>= 1.0, < 3.a)
245244
google-cloud-env (~> 2.2)
246245
google-logging-utils (~> 0.1)
@@ -277,7 +276,7 @@ GEM
277276
i18n (1.15.2)
278277
concurrent-ruby (~> 1.0)
279278
io-console (0.8.2)
280-
json (2.20.0)
279+
json (2.21.1)
281280
json-canonicalization (0.4.0)
282281
json-ld (3.2.5)
283282
htmlentities (~> 4.3)
@@ -294,14 +293,14 @@ GEM
294293
kgio (2.11.4)
295294
kramdown (2.5.2)
296295
rexml (>= 3.4.4)
297-
language_server-protocol (3.17.0.5)
296+
language_server-protocol (3.17.0.6)
298297
libxml-ruby (6.0.0)
299298
link_header (0.0.8)
300299
lint_roller (1.1.0)
301300
logger (1.7.0)
302301
macaddr (1.7.2)
303302
systemu (~> 2.6.5)
304-
mail (2.9.0)
303+
mail (2.9.1)
305304
logger
306305
mini_mime (>= 0.1.1)
307306
net-imap
@@ -311,7 +310,7 @@ GEM
311310
mime-types (3.7.0)
312311
logger
313312
mime-types-data (~> 3.2025, >= 3.2025.0507)
314-
mime-types-data (3.2026.0414)
313+
mime-types-data (3.2026.0701)
315314
mini_mime (1.1.5)
316315
minitest (6.0.6)
317316
drb (~> 2.0)
@@ -335,7 +334,7 @@ GEM
335334
uri (>= 0.11.1)
336335
net-http-persistent (4.0.8)
337336
connection_pool (>= 2.2.4, < 4)
338-
net-imap (0.6.4.1)
337+
net-imap (0.6.6)
339338
date
340339
net-protocol
341340
net-pop (0.1.2)
@@ -348,11 +347,11 @@ GEM
348347
net-ssh (>= 5.0.0, < 8.0.0)
349348
net-smtp (0.5.1)
350349
net-protocol
351-
net-ssh (7.3.2)
350+
net-ssh (7.3.3)
352351
netrc (0.11.0)
353352
newrelic_rpm (10.6.0)
354353
logger
355-
oj (3.17.3)
354+
oj (3.17.4)
356355
bigdecimal (>= 3.0)
357356
ostruct (>= 0.2)
358357
omni_logger (0.1.4)
@@ -361,7 +360,7 @@ GEM
361360
ostruct (0.6.3)
362361
parallel (1.28.0)
363362
parseconfig (1.1.2)
364-
parser (3.3.11.1)
363+
parser (3.3.12.0)
365364
ast (~> 2.4.1)
366365
racc
367366
pony (1.13.1)
@@ -373,7 +372,7 @@ GEM
373372
reline (>= 0.6.0)
374373
pstore (0.2.1)
375374
public_suffix (7.0.5)
376-
raabro (1.4.0)
375+
raabro (1.5.0)
377376
racc (1.8.1)
378377
rack (3.2.6)
379378
rack-accept (0.4.5)
@@ -419,7 +418,7 @@ GEM
419418
rexml (~> 3.2)
420419
redis (5.4.1)
421420
redis-client (>= 0.22.0)
422-
redis-client (0.30.0)
421+
redis-client (0.30.1)
423422
connection_pool
424423
redis-rack-cache (2.2.1)
425424
rack-cache (>= 1.10, < 2)
@@ -440,7 +439,7 @@ GEM
440439
rsolr (2.6.0)
441440
builder (>= 2.1.2)
442441
faraday (>= 0.9, < 3, != 2.0.0)
443-
rubocop (1.88.0)
442+
rubocop (1.88.2)
444443
json (~> 2.3)
445444
language_server-protocol (~> 3.17.0.2)
446445
lint_roller (~> 1.1.0)
@@ -451,28 +450,23 @@ GEM
451450
rubocop-ast (>= 1.49.0, < 2.0)
452451
ruby-progressbar (~> 1.7)
453452
unicode-display_width (>= 2.4.0, < 4.0)
454-
rubocop-ast (1.49.1)
453+
rubocop-ast (1.50.0)
455454
parser (>= 3.3.7.2)
456455
prism (~> 1.7)
457456
ruby-progressbar (1.13.0)
458457
ruby-xxHash (0.4.0.2)
459-
rubyzip (3.4.0)
458+
rubyzip (3.4.1)
460459
rufus-scheduler (3.9.2)
461460
fugit (~> 1.1, >= 1.11.1)
462461
securerandom (0.4.1)
463462
signet (0.22.0)
464463
addressable (~> 2.8)
465464
faraday (>= 0.17.5, < 3.a)
466465
jwt (>= 1.5, < 4.0)
467-
simplecov (0.22.0)
468-
docile (~> 1.1)
469-
simplecov-html (~> 0.11)
470-
simplecov_json_formatter (~> 0.1)
471-
simplecov-cobertura (3.2.0)
466+
simplecov (1.0.3)
467+
simplecov-cobertura (4.0.0)
472468
rexml
473-
simplecov (~> 0.19)
474-
simplecov-html (0.13.2)
475-
simplecov_json_formatter (0.1.4)
469+
simplecov (~> 1.0)
476470
sinatra (4.2.1)
477471
logger (>= 1.6.0)
478472
mustermann (~> 3.0)
@@ -486,7 +480,7 @@ GEM
486480
rack-protection (= 4.2.1)
487481
sinatra (= 4.2.1)
488482
tilt (~> 2.0)
489-
sshkit (1.25.0)
483+
sshkit (1.25.1)
490484
base64
491485
logger
492486
net-scp (>= 1.1.2)
@@ -495,7 +489,7 @@ GEM
495489
ostruct
496490
systemu (2.6.5)
497491
temple (0.10.4)
498-
tilt (2.7.0)
492+
tilt (2.8.0)
499493
time (0.4.2)
500494
date
501495
timeout (0.6.1)
@@ -600,9 +594,9 @@ DEPENDENCIES
600594
webrick
601595

602596
CHECKSUMS
603-
activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
597+
activesupport (8.1.3.1) sha256=85458765f25ea48b9019c46b6bb3fa5683197bf4280d9f06710a6e8d7a831376
604598
addressable (2.9.0) sha256=7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af
605-
airbrussh (1.6.1) sha256=9a5fc95583cefe722054a016d26ff0338cf00072b031b829086dde2039d5836a
599+
airbrussh (1.6.2) sha256=3278655b2d957d774589a17e01496149288cbd8f1158b377581d82db006401cc
606600
ansi (1.6.0) sha256=ac9ea0c0ea8d32fb4e271348e609963ac78882f34b73836c2a02b3622e666658
607601
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
608602
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
@@ -619,12 +613,11 @@ CHECKSUMS
619613
capistrano-locally (0.3.0) sha256=ad44252f19641e8dd980f7cb0241e9ac11919b1f4cbdb642d272a6d0edcb84eb
620614
capistrano-rbenv (2.2.0) sha256=3c8f39b7c624f3806630dcb475484bb3579aef07a40efe85089d83f64b0c35f5
621615
coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
622-
concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0
616+
concurrent-ruby (1.3.8) sha256=b2f1be836e968ccc78ccfce277ea79c72a88633f22306782c16ff23fb415d1e1
623617
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
624618
crack (0.4.5) sha256=798416fb29b8c9f655d139d5559169b39c4a0a3b8f8f39b7f670eec1af9b21b3
625619
dante (0.2.0) sha256=939776f04b4d253ffbbcf53341631aa2ee6e6cf314dedade2e60ac43b40a6fe6
626620
date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
627-
docile (1.4.1) sha256=96159be799bfa73cdb721b840e9802126e4e03dfc26863db73647204c727f21e
628621
domain_name (0.6.20240107) sha256=5f693b2215708476517479bf2b3802e49068ad82167bcd2286f899536a17d933
629622
down (5.6.0) sha256=48ec6ddb078cbf3b425d02596bb388303316f976143c6e94a7b3169d6712b593
630623
drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
@@ -645,15 +638,15 @@ CHECKSUMS
645638
ffi (1.17.4-x86_64-darwin) sha256=aa70390523cf3235096cf64962b709b4cfbd5c082a2cb2ae714eb0fe2ccda496
646639
ffi (1.17.4-x86_64-linux-gnu) sha256=9d3db14c2eae074b382fa9c083fe95aec6e0a1451da249eab096c34002bc752d
647640
ffi (1.17.4-x86_64-linux-musl) sha256=3fdf9888483de005f8ef8d1cf2d3b20d86626af206cbf780f6a6a12439a9c49e
648-
fugit (1.12.2) sha256=643f2bf28db263bd400cbf8e0dd8b76b2c9b94bdb130e12d2394de04d9c20e5e
641+
fugit (1.13.0) sha256=a4f093fce740da52f216740a5041e2a594ea763cdb89e8b2754ca4399634ab18
649642
gapic-common (1.1.0) sha256=3270ab3c5135012a4ab4d8848f945cf35014192f24504cdb40c66fc67f1beaa3
650643
get_process_mem (0.2.7) sha256=4afd3c3641dd6a817c09806c7d6d509d8a9984512ac38dea8b917426bbf77eba
651644
goo (0.0.2)
652645
google-analytics-data (0.9.0) sha256=26d46b66bfecf8be325a09b91eaac0a095401af66842a83b957c36afa269e1ce
653646
google-analytics-data-v1beta (0.17.0) sha256=1145d30d794bcf6bf8b723140a0ee2c445e740b82cf4051a31d992e7393168a6
654647
google-cloud-core (1.9.0) sha256=ab55409f51488e8deefb6edcc1ce4771dfb5da2fe7b3bc075709a030c2b682a4
655-
google-cloud-env (2.3.1) sha256=0faac01eb27be78c2591d64433663b1a114f8f7af55a4f819755426cac9178e7
656-
google-cloud-errors (1.6.0) sha256=1da8476dd706ad04b9d32e3c4b90d07d3463b37d6407cb56d41342ea7647d0a1
648+
google-cloud-env (2.4.0) sha256=01cb35ecee5d1c4d1cd4deaed8bb5bddc838e296bcc2a35c5d1ddd07ce40d28d
649+
google-cloud-errors (1.7.0) sha256=6e682f42d89aae08689f36f28495de629d756da076bafff0003bac7f8042ebb3
657650
google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b
658651
google-protobuf (3.25.3) sha256=39bd97cbc7631905e76cdf8f1bf3dda1c3d05200d7e23f575aced78930fbddd6
659652
google-protobuf (3.25.3-aarch64-linux) sha256=5ea9d20d60e5d3bef8d881b426946345e5ac6cf4779ac81cd900e45f40567243
@@ -663,7 +656,7 @@ CHECKSUMS
663656
google-protobuf (3.25.3-x86_64-linux) sha256=ceeba879d9313a2bd0600a97d6fe3cf529a9b37d12ca026f891996c118b7ffb2
664657
googleapis-common-protos (1.8.0) sha256=bfe89cb75d1a8f13e4591d262a20333e145481d803adb74dd13ac0517decdffe
665658
googleapis-common-protos-types (1.20.0) sha256=5e374b06bcfc7e13556e7c0d87b99f1fa3d42de6396a1de3d8fc13aefb4dd07f
666-
googleauth (1.17.1) sha256=0f7e6fc70e204cee1b2d71f1e1de2d3b349d432404197fe68ebf7fa23d0821b9
659+
googleauth (1.17.3) sha256=9a655455885c0c17a8b70537acd2a992a7c7842c43c06c6612dfb0d93e755d58
667660
grpc (1.70.1) sha256=174594605c96df3caed44a83221665aa6e11f554e56028f89bef82c07ffb83cb
668661
grpc (1.70.1-aarch64-linux) sha256=48e0b22b8b96e61ca7054a7fea894a4845498e6bf366b50eff03e588f714ed96
669662
grpc (1.70.1-arm64-darwin) sha256=eeb6758dd58135e4e5fcd78726b9a18d34d7313e41bc81528ff4b3dce65cf525
@@ -677,23 +670,23 @@ CHECKSUMS
677670
http-cookie (1.1.6) sha256=ba4b82be64de61dc281243dac70e3c382c45142f20268ed9276a3670c93feaa9
678671
i18n (1.15.2) sha256=00f9eb62412fe593b2a65a97daa75300d37abb8f7202ec748e94b6d46a9dd1b5
679672
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
680-
json (2.20.0) sha256=9362bc6e55a952b056abf9167cf053358181c904cb70cd6eee0808ea830fc32b
673+
json (2.21.1) sha256=13a43df75d95641443f5702dff350f237164a9d811ff0f2c2800d4d980220583
681674
json-canonicalization (0.4.0) sha256=73ea88b68f210d1a09c2116d4cd1ff5a39684c6a409f7ccac70d5b1a426a8bef
682675
json-ld (3.2.5) sha256=98b96f1831b0fe9c7d2568a7d43b64f6b8c3f5892d55ccf91640e32a99c273fc
683676
json-schema (6.2.0) sha256=e8bff46ed845a22c1ab2bd0d7eccf831c01fe23bb3920caa4c74db4306813666
684677
jwt (3.2.0) sha256=5419b1fe37b1da0982bd07051f573a8b8789ab724c2aa7e785e4784a3ed217d7
685678
kgio (2.11.4) sha256=bda7a2146115998a5b07154e708e0ac02c38dcee7e793c33e2e14f600fdfffc6
686679
kramdown (2.5.2) sha256=1ba542204c66b6f9111ff00dcc26075b95b220b07f2905d8261740c82f7f02fa
687-
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
680+
language_server-protocol (3.17.0.6) sha256=5ef2c0c138f8267e1bc631d3328347d354f96724b0af22f2c79516120443b7f0
688681
libxml-ruby (6.0.0) sha256=a9d9458d018dee591d0995fdc1110cd67ec32b7be67d36fdb9e0b01a4ca9dac4
689682
link_header (0.0.8) sha256=15c65ce43b29f739b30d05e5f25c22c23797e89cf6f905dbb595fb4c70cb55f9
690683
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
691684
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
692685
macaddr (1.7.2) sha256=da377809968bbc1160bf02a999e916bb3255000007291d9d1a49a93ceedadf82
693-
mail (2.9.0) sha256=6fa6673ecd71c60c2d996260f9ee3dd387d4673b8169b502134659ece6d34941
686+
mail (2.9.1) sha256=06574eca475253d6c18145dd70af80d0eb970182d55053497c5f4d797ea160e8
694687
method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
695688
mime-types (3.7.0) sha256=dcebf61c246f08e15a4de34e386ebe8233791e868564a470c3fe77c00eed5e56
696-
mime-types-data (3.2026.0414) sha256=461c4c655373a44bd6c5fe54bcf5b7776026ea96e808144b1ec465c4b99148cc
689+
mime-types-data (3.2026.0701) sha256=cd8811e1fb89d836499ba0582368a10ee74cef929ba956d1d5ddca045e6a730f
697690
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
698691
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
699692
minitest-hooks (1.5.4) sha256=1254069f3da51fea234dc4ff974108d03d19260ad5c4b78eed9695726a5069b8
@@ -708,30 +701,30 @@ CHECKSUMS
708701
net-ftp (0.3.9) sha256=307817ccf7f428f79d083f7e36dbb46a9d1d375e0d23027824de1866f0b13b65
709702
net-http (0.9.1) sha256=25ba0b67c63e89df626ed8fac771d0ad24ad151a858af2cc8e6a716ca4336996
710703
net-http-persistent (4.0.8) sha256=ef3de8319d691537b329053fae3a33195f8b070bbbfae8bf1a58c796081960e6
711-
net-imap (0.6.4.1) sha256=29f0360d75a7efd3539f16ac1957dea5c0a51ddeceb348db4553c3120914ea0d
704+
net-imap (0.6.6) sha256=96aa4ee50df3060203e649efc341f53480b791d49e150f2fdebf68beb141a8df
712705
net-pop (0.1.2) sha256=848b4e982013c15b2f0382792268763b748cce91c9e91e36b0f27ed26420dff3
713706
net-protocol (0.2.2) sha256=aa73e0cba6a125369de9837b8d8ef82a61849360eba0521900e2c3713aa162a8
714707
net-scp (4.1.0) sha256=a99b0b92a1e5d360b0de4ffbf2dc0c91531502d3d4f56c28b0139a7c093d1a5d
715708
net-sftp (4.0.0) sha256=65bb91c859c2f93b09826757af11b69af931a3a9155050f50d1b06d384526364
716709
net-smtp (0.5.1) sha256=ed96a0af63c524fceb4b29b0d352195c30d82dd916a42f03c62a3a70e5b70736
717-
net-ssh (7.3.2) sha256=65029e213c380e20e5fd92ece663934ab0a0fe888e0cd7cc6a5b664074362dd4
710+
net-ssh (7.3.3) sha256=831def58b2c51dcef66ec00d29397d4f210de89c19fe78f95873ca30f386e86a
718711
netrc (0.11.0) sha256=de1ce33da8c99ab1d97871726cba75151113f117146becbe45aa85cb3dabee3f
719712
newrelic_rpm (10.6.0) sha256=64b9fae7cd388185503e38803be9b0f075c978e8d054bd4d83cf00c5b6f78ba8
720-
oj (3.17.3) sha256=ebe3967b0bb7ac4f206561d0d9ac8875b9973f778600d7b61b5c355662a707ed
713+
oj (3.17.4) sha256=733fe3bcb7a5d985bd2e943620b7bea1bffb2809318af7021c841b833a6858e1
721714
omni_logger (0.1.4) sha256=b61596f7d96aa8426929e46c3500558d33e838e1afd7f4735244feb4d082bb3e
722715
ontologies_linked_data (0.0.1)
723716
ontoportal_testkit (0.1.0)
724717
os (1.1.4) sha256=57816d6a334e7bd6aed048f4b0308226c5fb027433b67d90a9ab435f35108d3f
725718
ostruct (0.6.3) sha256=95a2ed4a4bd1d190784e666b47b2d3f078e4a9efda2fccf18f84ddc6538ed912
726719
parallel (1.28.0) sha256=33e6de1484baf2524792d178b0913fc8eb94c628d6cfe45599ad4458c638c970
727720
parseconfig (1.1.2) sha256=e52247d15070fb47f9e58f44f7888d1e7f65775274cd60f9ab4b7acd7943b291
728-
parser (3.3.11.1) sha256=d17ace7aabe3e72c3cc94043714be27cc6f852f104d81aa284c2281aecc65d54
721+
parser (3.3.12.0) sha256=21a6d7f755d5a24dfbdc6e6b772e4e879a52e7631a88bc5a3a134606052c9828
729722
pony (1.13.1) sha256=ab507c8ade8b35de96f1e75c0ae4566a3c40ac8a0d5101433969b6fd29c718a7
730723
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
731724
pry (0.16.0) sha256=d76c69065698ed1f85e717bd33d7942c38a50868f6b0673c636192b3d1b6054e
732725
pstore (0.2.1) sha256=03904d0f2c66579e96d1e6704cdabc0c88df7ea8ed8782d9f3569f6f6c702c1a
733726
public_suffix (7.0.5) sha256=1a8bb08f1bbea19228d3bed6e5ed908d1cb4f7c2726d18bd9cadf60bc676f623
734-
raabro (1.4.0) sha256=d4fa9ff5172391edb92b242eed8be802d1934b1464061ae5e70d80962c5da882
727+
raabro (1.5.0) sha256=3f998a7bc84f9c84df3ab580634d2e0a5bda4f0841168d56035f529c9877440a
735728
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
736729
rack (3.2.6) sha256=5ed78e1f73b2e25679bec7d45ee2d4483cc4146eb1be0264fc4d94cb5ef212c2
737730
rack-accept (0.4.5) sha256=66247b5449db64ebb93ae2ec4af4764b87d1ae8a7463c7c68893ac13fa8d4da2
@@ -755,7 +748,7 @@ CHECKSUMS
755748
rdf-vocab (3.3.3) sha256=d3b642edb37be7b37b73cafa9e01d55762f99292838e7b0868a3575bd297bf8b
756749
rdf-xsd (3.3.0) sha256=fab51d27b20344237d9b622ef32e83e4c44940840bfc76a245ce6b6abba44772
757750
redis (5.4.1) sha256=b5e675b57ad22b15c9bcc765d5ac26f60b675408af916d31527af9bd5a81faae
758-
redis-client (0.30.0) sha256=743f11ed42f0a41a0341554087b077479fec7e2d47a7c123fd90a12c0db5e477
751+
redis-client (0.30.1) sha256=5151bc5c7bbfe48623732cdae3b900d8a22dc691cc7cdfacfb351ac55116522d
759752
redis-rack-cache (2.2.1) sha256=9c72978a6354e02efeb2f933dd32c94a4a13f1137dac492442126bf25cc19970
760753
redis-store (1.11.0) sha256=edc4f3e239dcd1fdd9905584e6b1e623a84618e14436e6e8a07c70891008eda4
761754
regexp_parser (2.12.0) sha256=35a916a1d63190ab5c9009457136ae5f3c0c7512d60291d0d1378ba18ce08ebb
@@ -764,26 +757,24 @@ CHECKSUMS
764757
rest-client (2.1.0) sha256=35a6400bdb14fae28596618e312776c158f7ebbb0ccad752ff4fa142bf2747e3
765758
rexml (3.4.4) sha256=19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142
766759
rsolr (2.6.0) sha256=4b3bcea772cac300562775c20eeddedf63a6b7516a070cb6fbde000b09cfe12b
767-
rubocop (1.88.0) sha256=e420ddf1662d0ef34bc8a2910ac4b396a7ddda0b51a708264405241734b08e0b
768-
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
760+
rubocop (1.88.2) sha256=8def251c90cd955feb4daa3edc0ab56893250c4ce90ef81e6c80c03f9a939bbf
761+
rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db
769762
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
770763
ruby-xxHash (0.4.0.2) sha256=201d8305ec1bd0bc32abeaecf7b423755dd1f45f4f4d02ef793b6bb71bf20684
771-
rubyzip (3.4.0) sha256=6de39bc9eba302b635a476d16c9e16b0872ad24517c2f98f2b3a7ea23caff57b
764+
rubyzip (3.4.1) sha256=0a79e745b5c25872ebd148457df5665da8530ed8626c993b01457128f173ca02
772765
rufus-scheduler (3.9.2) sha256=55fa9e4db0ff69d7f38c804f17baba0c9bce5cba39984ae3c5cf6c039d1323b9
773766
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
774767
shotgun (0.9.2)
775768
signet (0.22.0) sha256=b76d495ccb07ad35dbc89f3e920665a9d8ed717141955034005d7843dcfe4780
776-
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
777-
simplecov-cobertura (3.2.0) sha256=70d702658677fcb20e5aceb6915ccf8bc62ff2ccd38b62b3ad5c9db5c0888740
778-
simplecov-html (0.13.2) sha256=bd0b8e54e7c2d7685927e8d6286466359b6f16b18cb0df47b508e8d73c777246
779-
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
769+
simplecov (1.0.3) sha256=38ef0514f16ae7562f0d0f4df02610071115103d301b6de7dacbcc000082e39b
770+
simplecov-cobertura (4.0.0) sha256=e4fb3159b1ecea545b44f5452a8611305323e78ad23eae8aed35924d072e01ea
780771
sinatra (4.2.1) sha256=b7aeb9b11d046b552972ade834f1f9be98b185fa8444480688e3627625377080
781772
sinatra-contrib (4.2.1) sha256=10d091c944d268aa910c618ea40a3c3ebe0533e6e32990d84af92235a3d26b4a
782773
sparql-client (3.2.2)
783-
sshkit (1.25.0) sha256=c8c6543cdb60f91f1d277306d585dd11b6a064cb44eab0972827e4311ff96744
774+
sshkit (1.25.1) sha256=be3f10b9d6eb0b44d5eaba3f7cbe41bc6bb894bce4339688ac20124391455b78
784775
systemu (2.6.5) sha256=01f7d014b1453b28e5781e15c4d7d63fc9221c29b174b7aae5253207a75ab33e
785776
temple (0.10.4) sha256=b7a1e94b6f09038ab0b6e4fe0126996055da2c38bec53a8a336f075748fff72c
786-
tilt (2.7.0) sha256=0d5b9ba69f6a36490c64b0eee9f6e9aad517e20dcc848800a06eb116f08c6ab3
777+
tilt (2.8.0) sha256=ba472eb2716fe1e04112d6d219a9dae938ec09a6a1e2ad3ecc7922e79bde3721
787778
time (0.4.2) sha256=f324e498c3bde9471d45a7d18f874c27980e9867aa5cfca61bebf52262bc3dab
788779
timeout (0.6.1) sha256=78f57368a7e7bbadec56971f78a3f5ecbcfb59b7fcbb0a3ed6ddc08a5094accb
789780
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b

0 commit comments

Comments
 (0)