appsignal 3.3.5-java → 3.3.7-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.semaphore/semaphore.yml +113 -113
- data/CHANGELOG.md +19 -0
- data/build_matrix.yml +19 -19
- data/ext/agent.rb +27 -27
- data/ext/appsignal_extension.c +4 -2
- data/lib/appsignal/cli/demo.rb +2 -2
- data/lib/appsignal/cli/diagnose.rb +1 -1
- data/lib/appsignal/cli/install.rb +5 -5
- data/lib/appsignal/helpers/instrumentation.rb +9 -9
- data/lib/appsignal/logger.rb +12 -1
- data/lib/appsignal/marker.rb +1 -1
- data/lib/appsignal/transaction.rb +2 -2
- data/lib/appsignal/version.rb +1 -1
- data/lib/appsignal.rb +2 -2
- data/resources/appsignal.yml.erb +1 -1
- data/spec/lib/appsignal/cli/diagnose_spec.rb +33 -0
- data/spec/lib/appsignal/cli/install_spec.rb +4 -4
- data/spec/lib/appsignal/logger_spec.rb +22 -13
- data/spec/support/fixtures/projects/valid/config/appsignal.yml +6 -0
- metadata +3 -3
data/.semaphore/semaphore.yml
CHANGED
@@ -1257,7 +1257,7 @@ blocks:
|
|
1257
1257
|
value: latest
|
1258
1258
|
commands:
|
1259
1259
|
- "./support/bundler_wrapper exec rake test"
|
1260
|
-
- name: Ruby 3.0.
|
1260
|
+
- name: Ruby 3.0.5
|
1261
1261
|
dependencies:
|
1262
1262
|
- Validation
|
1263
1263
|
task:
|
@@ -1273,14 +1273,14 @@ blocks:
|
|
1273
1273
|
- "./support/bundler_wrapper exec rake extension:install"
|
1274
1274
|
epilogue: *1
|
1275
1275
|
jobs:
|
1276
|
-
- name: Ruby 3.0.
|
1276
|
+
- name: Ruby 3.0.5 for no_dependencies
|
1277
1277
|
env_vars:
|
1278
1278
|
- *2
|
1279
1279
|
- *3
|
1280
1280
|
- *4
|
1281
1281
|
- *5
|
1282
1282
|
- name: RUBY_VERSION
|
1283
|
-
value: 3.0.
|
1283
|
+
value: 3.0.5
|
1284
1284
|
- name: GEMSET
|
1285
1285
|
value: no_dependencies
|
1286
1286
|
- name: BUNDLE_GEMFILE
|
@@ -1292,9 +1292,9 @@ blocks:
|
|
1292
1292
|
commands:
|
1293
1293
|
- "./support/bundler_wrapper exec rake test"
|
1294
1294
|
- "./support/bundler_wrapper exec rake test:failure"
|
1295
|
-
- name: Ruby 3.0.
|
1295
|
+
- name: Ruby 3.0.5 - Gems
|
1296
1296
|
dependencies:
|
1297
|
-
- Ruby 3.0.
|
1297
|
+
- Ruby 3.0.5
|
1298
1298
|
task:
|
1299
1299
|
prologue:
|
1300
1300
|
commands:
|
@@ -1308,14 +1308,14 @@ blocks:
|
|
1308
1308
|
- "./support/bundler_wrapper exec rake extension:install"
|
1309
1309
|
epilogue: *1
|
1310
1310
|
jobs:
|
1311
|
-
- name: Ruby 3.0.
|
1311
|
+
- name: Ruby 3.0.5 for capistrano2
|
1312
1312
|
env_vars:
|
1313
1313
|
- *2
|
1314
1314
|
- *3
|
1315
1315
|
- *4
|
1316
1316
|
- *5
|
1317
1317
|
- name: RUBY_VERSION
|
1318
|
-
value: 3.0.
|
1318
|
+
value: 3.0.5
|
1319
1319
|
- name: GEMSET
|
1320
1320
|
value: capistrano2
|
1321
1321
|
- name: BUNDLE_GEMFILE
|
@@ -1326,14 +1326,14 @@ blocks:
|
|
1326
1326
|
value: latest
|
1327
1327
|
commands:
|
1328
1328
|
- "./support/bundler_wrapper exec rake test"
|
1329
|
-
- name: Ruby 3.0.
|
1329
|
+
- name: Ruby 3.0.5 for capistrano3
|
1330
1330
|
env_vars:
|
1331
1331
|
- *2
|
1332
1332
|
- *3
|
1333
1333
|
- *4
|
1334
1334
|
- *5
|
1335
1335
|
- name: RUBY_VERSION
|
1336
|
-
value: 3.0.
|
1336
|
+
value: 3.0.5
|
1337
1337
|
- name: GEMSET
|
1338
1338
|
value: capistrano3
|
1339
1339
|
- name: BUNDLE_GEMFILE
|
@@ -1344,14 +1344,14 @@ blocks:
|
|
1344
1344
|
value: latest
|
1345
1345
|
commands:
|
1346
1346
|
- "./support/bundler_wrapper exec rake test"
|
1347
|
-
- name: Ruby 3.0.
|
1347
|
+
- name: Ruby 3.0.5 for grape
|
1348
1348
|
env_vars:
|
1349
1349
|
- *2
|
1350
1350
|
- *3
|
1351
1351
|
- *4
|
1352
1352
|
- *5
|
1353
1353
|
- name: RUBY_VERSION
|
1354
|
-
value: 3.0.
|
1354
|
+
value: 3.0.5
|
1355
1355
|
- name: GEMSET
|
1356
1356
|
value: grape
|
1357
1357
|
- name: BUNDLE_GEMFILE
|
@@ -1362,14 +1362,14 @@ blocks:
|
|
1362
1362
|
value: latest
|
1363
1363
|
commands:
|
1364
1364
|
- "./support/bundler_wrapper exec rake test"
|
1365
|
-
- name: Ruby 3.0.
|
1365
|
+
- name: Ruby 3.0.5 for hanami
|
1366
1366
|
env_vars:
|
1367
1367
|
- *2
|
1368
1368
|
- *3
|
1369
1369
|
- *4
|
1370
1370
|
- *5
|
1371
1371
|
- name: RUBY_VERSION
|
1372
|
-
value: 3.0.
|
1372
|
+
value: 3.0.5
|
1373
1373
|
- name: GEMSET
|
1374
1374
|
value: hanami
|
1375
1375
|
- name: BUNDLE_GEMFILE
|
@@ -1380,14 +1380,14 @@ blocks:
|
|
1380
1380
|
value: latest
|
1381
1381
|
commands:
|
1382
1382
|
- "./support/bundler_wrapper exec rake test"
|
1383
|
-
- name: Ruby 3.0.
|
1383
|
+
- name: Ruby 3.0.5 for http5
|
1384
1384
|
env_vars:
|
1385
1385
|
- *2
|
1386
1386
|
- *3
|
1387
1387
|
- *4
|
1388
1388
|
- *5
|
1389
1389
|
- name: RUBY_VERSION
|
1390
|
-
value: 3.0.
|
1390
|
+
value: 3.0.5
|
1391
1391
|
- name: GEMSET
|
1392
1392
|
value: http5
|
1393
1393
|
- name: BUNDLE_GEMFILE
|
@@ -1398,14 +1398,14 @@ blocks:
|
|
1398
1398
|
value: latest
|
1399
1399
|
commands:
|
1400
1400
|
- "./support/bundler_wrapper exec rake test"
|
1401
|
-
- name: Ruby 3.0.
|
1401
|
+
- name: Ruby 3.0.5 for padrino
|
1402
1402
|
env_vars:
|
1403
1403
|
- *2
|
1404
1404
|
- *3
|
1405
1405
|
- *4
|
1406
1406
|
- *5
|
1407
1407
|
- name: RUBY_VERSION
|
1408
|
-
value: 3.0.
|
1408
|
+
value: 3.0.5
|
1409
1409
|
- name: GEMSET
|
1410
1410
|
value: padrino
|
1411
1411
|
- name: BUNDLE_GEMFILE
|
@@ -1416,14 +1416,14 @@ blocks:
|
|
1416
1416
|
value: latest
|
1417
1417
|
commands:
|
1418
1418
|
- "./support/bundler_wrapper exec rake test"
|
1419
|
-
- name: Ruby 3.0.
|
1419
|
+
- name: Ruby 3.0.5 for psych-3
|
1420
1420
|
env_vars:
|
1421
1421
|
- *2
|
1422
1422
|
- *3
|
1423
1423
|
- *4
|
1424
1424
|
- *5
|
1425
1425
|
- name: RUBY_VERSION
|
1426
|
-
value: 3.0.
|
1426
|
+
value: 3.0.5
|
1427
1427
|
- name: GEMSET
|
1428
1428
|
value: psych-3
|
1429
1429
|
- name: BUNDLE_GEMFILE
|
@@ -1434,14 +1434,14 @@ blocks:
|
|
1434
1434
|
value: latest
|
1435
1435
|
commands:
|
1436
1436
|
- "./support/bundler_wrapper exec rake test"
|
1437
|
-
- name: Ruby 3.0.
|
1437
|
+
- name: Ruby 3.0.5 for psych-4
|
1438
1438
|
env_vars:
|
1439
1439
|
- *2
|
1440
1440
|
- *3
|
1441
1441
|
- *4
|
1442
1442
|
- *5
|
1443
1443
|
- name: RUBY_VERSION
|
1444
|
-
value: 3.0.
|
1444
|
+
value: 3.0.5
|
1445
1445
|
- name: GEMSET
|
1446
1446
|
value: psych-4
|
1447
1447
|
- name: BUNDLE_GEMFILE
|
@@ -1452,14 +1452,14 @@ blocks:
|
|
1452
1452
|
value: latest
|
1453
1453
|
commands:
|
1454
1454
|
- "./support/bundler_wrapper exec rake test"
|
1455
|
-
- name: Ruby 3.0.
|
1455
|
+
- name: Ruby 3.0.5 for que
|
1456
1456
|
env_vars:
|
1457
1457
|
- *2
|
1458
1458
|
- *3
|
1459
1459
|
- *4
|
1460
1460
|
- *5
|
1461
1461
|
- name: RUBY_VERSION
|
1462
|
-
value: 3.0.
|
1462
|
+
value: 3.0.5
|
1463
1463
|
- name: GEMSET
|
1464
1464
|
value: que
|
1465
1465
|
- name: BUNDLE_GEMFILE
|
@@ -1470,14 +1470,14 @@ blocks:
|
|
1470
1470
|
value: latest
|
1471
1471
|
commands:
|
1472
1472
|
- "./support/bundler_wrapper exec rake test"
|
1473
|
-
- name: Ruby 3.0.
|
1473
|
+
- name: Ruby 3.0.5 for que_beta
|
1474
1474
|
env_vars:
|
1475
1475
|
- *2
|
1476
1476
|
- *3
|
1477
1477
|
- *4
|
1478
1478
|
- *5
|
1479
1479
|
- name: RUBY_VERSION
|
1480
|
-
value: 3.0.
|
1480
|
+
value: 3.0.5
|
1481
1481
|
- name: GEMSET
|
1482
1482
|
value: que_beta
|
1483
1483
|
- name: BUNDLE_GEMFILE
|
@@ -1488,14 +1488,14 @@ blocks:
|
|
1488
1488
|
value: latest
|
1489
1489
|
commands:
|
1490
1490
|
- "./support/bundler_wrapper exec rake test"
|
1491
|
-
- name: Ruby 3.0.
|
1491
|
+
- name: Ruby 3.0.5 for rails-6.0
|
1492
1492
|
env_vars:
|
1493
1493
|
- *2
|
1494
1494
|
- *3
|
1495
1495
|
- *4
|
1496
1496
|
- *5
|
1497
1497
|
- name: RUBY_VERSION
|
1498
|
-
value: 3.0.
|
1498
|
+
value: 3.0.5
|
1499
1499
|
- name: GEMSET
|
1500
1500
|
value: rails-6.0
|
1501
1501
|
- name: BUNDLE_GEMFILE
|
@@ -1506,14 +1506,14 @@ blocks:
|
|
1506
1506
|
value: latest
|
1507
1507
|
commands:
|
1508
1508
|
- "./support/bundler_wrapper exec rake test"
|
1509
|
-
- name: Ruby 3.0.
|
1509
|
+
- name: Ruby 3.0.5 for rails-6.1
|
1510
1510
|
env_vars:
|
1511
1511
|
- *2
|
1512
1512
|
- *3
|
1513
1513
|
- *4
|
1514
1514
|
- *5
|
1515
1515
|
- name: RUBY_VERSION
|
1516
|
-
value: 3.0.
|
1516
|
+
value: 3.0.5
|
1517
1517
|
- name: GEMSET
|
1518
1518
|
value: rails-6.1
|
1519
1519
|
- name: BUNDLE_GEMFILE
|
@@ -1524,14 +1524,14 @@ blocks:
|
|
1524
1524
|
value: latest
|
1525
1525
|
commands:
|
1526
1526
|
- "./support/bundler_wrapper exec rake test"
|
1527
|
-
- name: Ruby 3.0.
|
1527
|
+
- name: Ruby 3.0.5 for rails-7.0
|
1528
1528
|
env_vars:
|
1529
1529
|
- *2
|
1530
1530
|
- *3
|
1531
1531
|
- *4
|
1532
1532
|
- *5
|
1533
1533
|
- name: RUBY_VERSION
|
1534
|
-
value: 3.0.
|
1534
|
+
value: 3.0.5
|
1535
1535
|
- name: GEMSET
|
1536
1536
|
value: rails-7.0
|
1537
1537
|
- name: BUNDLE_GEMFILE
|
@@ -1542,14 +1542,14 @@ blocks:
|
|
1542
1542
|
value: latest
|
1543
1543
|
commands:
|
1544
1544
|
- "./support/bundler_wrapper exec rake test"
|
1545
|
-
- name: Ruby 3.0.
|
1545
|
+
- name: Ruby 3.0.5 for resque-2
|
1546
1546
|
env_vars:
|
1547
1547
|
- *2
|
1548
1548
|
- *3
|
1549
1549
|
- *4
|
1550
1550
|
- *5
|
1551
1551
|
- name: RUBY_VERSION
|
1552
|
-
value: 3.0.
|
1552
|
+
value: 3.0.5
|
1553
1553
|
- name: GEMSET
|
1554
1554
|
value: resque-2
|
1555
1555
|
- name: BUNDLE_GEMFILE
|
@@ -1560,14 +1560,14 @@ blocks:
|
|
1560
1560
|
value: latest
|
1561
1561
|
commands:
|
1562
1562
|
- "./support/bundler_wrapper exec rake test"
|
1563
|
-
- name: Ruby 3.0.
|
1563
|
+
- name: Ruby 3.0.5 for sequel
|
1564
1564
|
env_vars:
|
1565
1565
|
- *2
|
1566
1566
|
- *3
|
1567
1567
|
- *4
|
1568
1568
|
- *5
|
1569
1569
|
- name: RUBY_VERSION
|
1570
|
-
value: 3.0.
|
1570
|
+
value: 3.0.5
|
1571
1571
|
- name: GEMSET
|
1572
1572
|
value: sequel
|
1573
1573
|
- name: BUNDLE_GEMFILE
|
@@ -1578,14 +1578,14 @@ blocks:
|
|
1578
1578
|
value: latest
|
1579
1579
|
commands:
|
1580
1580
|
- "./support/bundler_wrapper exec rake test"
|
1581
|
-
- name: Ruby 3.0.
|
1581
|
+
- name: Ruby 3.0.5 for sinatra
|
1582
1582
|
env_vars:
|
1583
1583
|
- *2
|
1584
1584
|
- *3
|
1585
1585
|
- *4
|
1586
1586
|
- *5
|
1587
1587
|
- name: RUBY_VERSION
|
1588
|
-
value: 3.0.
|
1588
|
+
value: 3.0.5
|
1589
1589
|
- name: GEMSET
|
1590
1590
|
value: sinatra
|
1591
1591
|
- name: BUNDLE_GEMFILE
|
@@ -1596,14 +1596,14 @@ blocks:
|
|
1596
1596
|
value: latest
|
1597
1597
|
commands:
|
1598
1598
|
- "./support/bundler_wrapper exec rake test"
|
1599
|
-
- name: Ruby 3.0.
|
1599
|
+
- name: Ruby 3.0.5 for webmachine
|
1600
1600
|
env_vars:
|
1601
1601
|
- *2
|
1602
1602
|
- *3
|
1603
1603
|
- *4
|
1604
1604
|
- *5
|
1605
1605
|
- name: RUBY_VERSION
|
1606
|
-
value: 3.0.
|
1606
|
+
value: 3.0.5
|
1607
1607
|
- name: GEMSET
|
1608
1608
|
value: webmachine
|
1609
1609
|
- name: BUNDLE_GEMFILE
|
@@ -1614,7 +1614,7 @@ blocks:
|
|
1614
1614
|
value: latest
|
1615
1615
|
commands:
|
1616
1616
|
- "./support/bundler_wrapper exec rake test"
|
1617
|
-
- name: Ruby 3.1.
|
1617
|
+
- name: Ruby 3.1.3
|
1618
1618
|
dependencies:
|
1619
1619
|
- Validation
|
1620
1620
|
task:
|
@@ -1630,14 +1630,14 @@ blocks:
|
|
1630
1630
|
- "./support/bundler_wrapper exec rake extension:install"
|
1631
1631
|
epilogue: *1
|
1632
1632
|
jobs:
|
1633
|
-
- name: Ruby 3.1.
|
1633
|
+
- name: Ruby 3.1.3 for no_dependencies
|
1634
1634
|
env_vars:
|
1635
1635
|
- *2
|
1636
1636
|
- *3
|
1637
1637
|
- *4
|
1638
1638
|
- *5
|
1639
1639
|
- name: RUBY_VERSION
|
1640
|
-
value: 3.1.
|
1640
|
+
value: 3.1.3
|
1641
1641
|
- name: GEMSET
|
1642
1642
|
value: no_dependencies
|
1643
1643
|
- name: BUNDLE_GEMFILE
|
@@ -1649,9 +1649,9 @@ blocks:
|
|
1649
1649
|
commands:
|
1650
1650
|
- "./support/bundler_wrapper exec rake test"
|
1651
1651
|
- "./support/bundler_wrapper exec rake test:failure"
|
1652
|
-
- name: Ruby 3.1.
|
1652
|
+
- name: Ruby 3.1.3 - Gems
|
1653
1653
|
dependencies:
|
1654
|
-
- Ruby 3.1.
|
1654
|
+
- Ruby 3.1.3
|
1655
1655
|
task:
|
1656
1656
|
prologue:
|
1657
1657
|
commands:
|
@@ -1665,14 +1665,14 @@ blocks:
|
|
1665
1665
|
- "./support/bundler_wrapper exec rake extension:install"
|
1666
1666
|
epilogue: *1
|
1667
1667
|
jobs:
|
1668
|
-
- name: Ruby 3.1.
|
1668
|
+
- name: Ruby 3.1.3 for capistrano2
|
1669
1669
|
env_vars:
|
1670
1670
|
- *2
|
1671
1671
|
- *3
|
1672
1672
|
- *4
|
1673
1673
|
- *5
|
1674
1674
|
- name: RUBY_VERSION
|
1675
|
-
value: 3.1.
|
1675
|
+
value: 3.1.3
|
1676
1676
|
- name: GEMSET
|
1677
1677
|
value: capistrano2
|
1678
1678
|
- name: BUNDLE_GEMFILE
|
@@ -1683,14 +1683,14 @@ blocks:
|
|
1683
1683
|
value: latest
|
1684
1684
|
commands:
|
1685
1685
|
- "./support/bundler_wrapper exec rake test"
|
1686
|
-
- name: Ruby 3.1.
|
1686
|
+
- name: Ruby 3.1.3 for capistrano3
|
1687
1687
|
env_vars:
|
1688
1688
|
- *2
|
1689
1689
|
- *3
|
1690
1690
|
- *4
|
1691
1691
|
- *5
|
1692
1692
|
- name: RUBY_VERSION
|
1693
|
-
value: 3.1.
|
1693
|
+
value: 3.1.3
|
1694
1694
|
- name: GEMSET
|
1695
1695
|
value: capistrano3
|
1696
1696
|
- name: BUNDLE_GEMFILE
|
@@ -1701,14 +1701,14 @@ blocks:
|
|
1701
1701
|
value: latest
|
1702
1702
|
commands:
|
1703
1703
|
- "./support/bundler_wrapper exec rake test"
|
1704
|
-
- name: Ruby 3.1.
|
1704
|
+
- name: Ruby 3.1.3 for grape
|
1705
1705
|
env_vars:
|
1706
1706
|
- *2
|
1707
1707
|
- *3
|
1708
1708
|
- *4
|
1709
1709
|
- *5
|
1710
1710
|
- name: RUBY_VERSION
|
1711
|
-
value: 3.1.
|
1711
|
+
value: 3.1.3
|
1712
1712
|
- name: GEMSET
|
1713
1713
|
value: grape
|
1714
1714
|
- name: BUNDLE_GEMFILE
|
@@ -1719,14 +1719,14 @@ blocks:
|
|
1719
1719
|
value: latest
|
1720
1720
|
commands:
|
1721
1721
|
- "./support/bundler_wrapper exec rake test"
|
1722
|
-
- name: Ruby 3.1.
|
1722
|
+
- name: Ruby 3.1.3 for hanami
|
1723
1723
|
env_vars:
|
1724
1724
|
- *2
|
1725
1725
|
- *3
|
1726
1726
|
- *4
|
1727
1727
|
- *5
|
1728
1728
|
- name: RUBY_VERSION
|
1729
|
-
value: 3.1.
|
1729
|
+
value: 3.1.3
|
1730
1730
|
- name: GEMSET
|
1731
1731
|
value: hanami
|
1732
1732
|
- name: BUNDLE_GEMFILE
|
@@ -1737,14 +1737,14 @@ blocks:
|
|
1737
1737
|
value: latest
|
1738
1738
|
commands:
|
1739
1739
|
- "./support/bundler_wrapper exec rake test"
|
1740
|
-
- name: Ruby 3.1.
|
1740
|
+
- name: Ruby 3.1.3 for http5
|
1741
1741
|
env_vars:
|
1742
1742
|
- *2
|
1743
1743
|
- *3
|
1744
1744
|
- *4
|
1745
1745
|
- *5
|
1746
1746
|
- name: RUBY_VERSION
|
1747
|
-
value: 3.1.
|
1747
|
+
value: 3.1.3
|
1748
1748
|
- name: GEMSET
|
1749
1749
|
value: http5
|
1750
1750
|
- name: BUNDLE_GEMFILE
|
@@ -1755,14 +1755,14 @@ blocks:
|
|
1755
1755
|
value: latest
|
1756
1756
|
commands:
|
1757
1757
|
- "./support/bundler_wrapper exec rake test"
|
1758
|
-
- name: Ruby 3.1.
|
1758
|
+
- name: Ruby 3.1.3 for padrino
|
1759
1759
|
env_vars:
|
1760
1760
|
- *2
|
1761
1761
|
- *3
|
1762
1762
|
- *4
|
1763
1763
|
- *5
|
1764
1764
|
- name: RUBY_VERSION
|
1765
|
-
value: 3.1.
|
1765
|
+
value: 3.1.3
|
1766
1766
|
- name: GEMSET
|
1767
1767
|
value: padrino
|
1768
1768
|
- name: BUNDLE_GEMFILE
|
@@ -1773,14 +1773,14 @@ blocks:
|
|
1773
1773
|
value: latest
|
1774
1774
|
commands:
|
1775
1775
|
- "./support/bundler_wrapper exec rake test"
|
1776
|
-
- name: Ruby 3.1.
|
1776
|
+
- name: Ruby 3.1.3 for psych-3
|
1777
1777
|
env_vars:
|
1778
1778
|
- *2
|
1779
1779
|
- *3
|
1780
1780
|
- *4
|
1781
1781
|
- *5
|
1782
1782
|
- name: RUBY_VERSION
|
1783
|
-
value: 3.1.
|
1783
|
+
value: 3.1.3
|
1784
1784
|
- name: GEMSET
|
1785
1785
|
value: psych-3
|
1786
1786
|
- name: BUNDLE_GEMFILE
|
@@ -1791,14 +1791,14 @@ blocks:
|
|
1791
1791
|
value: latest
|
1792
1792
|
commands:
|
1793
1793
|
- "./support/bundler_wrapper exec rake test"
|
1794
|
-
- name: Ruby 3.1.
|
1794
|
+
- name: Ruby 3.1.3 for psych-4
|
1795
1795
|
env_vars:
|
1796
1796
|
- *2
|
1797
1797
|
- *3
|
1798
1798
|
- *4
|
1799
1799
|
- *5
|
1800
1800
|
- name: RUBY_VERSION
|
1801
|
-
value: 3.1.
|
1801
|
+
value: 3.1.3
|
1802
1802
|
- name: GEMSET
|
1803
1803
|
value: psych-4
|
1804
1804
|
- name: BUNDLE_GEMFILE
|
@@ -1809,14 +1809,14 @@ blocks:
|
|
1809
1809
|
value: latest
|
1810
1810
|
commands:
|
1811
1811
|
- "./support/bundler_wrapper exec rake test"
|
1812
|
-
- name: Ruby 3.1.
|
1812
|
+
- name: Ruby 3.1.3 for que
|
1813
1813
|
env_vars:
|
1814
1814
|
- *2
|
1815
1815
|
- *3
|
1816
1816
|
- *4
|
1817
1817
|
- *5
|
1818
1818
|
- name: RUBY_VERSION
|
1819
|
-
value: 3.1.
|
1819
|
+
value: 3.1.3
|
1820
1820
|
- name: GEMSET
|
1821
1821
|
value: que
|
1822
1822
|
- name: BUNDLE_GEMFILE
|
@@ -1827,14 +1827,14 @@ blocks:
|
|
1827
1827
|
value: latest
|
1828
1828
|
commands:
|
1829
1829
|
- "./support/bundler_wrapper exec rake test"
|
1830
|
-
- name: Ruby 3.1.
|
1830
|
+
- name: Ruby 3.1.3 for que_beta
|
1831
1831
|
env_vars:
|
1832
1832
|
- *2
|
1833
1833
|
- *3
|
1834
1834
|
- *4
|
1835
1835
|
- *5
|
1836
1836
|
- name: RUBY_VERSION
|
1837
|
-
value: 3.1.
|
1837
|
+
value: 3.1.3
|
1838
1838
|
- name: GEMSET
|
1839
1839
|
value: que_beta
|
1840
1840
|
- name: BUNDLE_GEMFILE
|
@@ -1845,14 +1845,14 @@ blocks:
|
|
1845
1845
|
value: latest
|
1846
1846
|
commands:
|
1847
1847
|
- "./support/bundler_wrapper exec rake test"
|
1848
|
-
- name: Ruby 3.1.
|
1848
|
+
- name: Ruby 3.1.3 for rails-6.1
|
1849
1849
|
env_vars:
|
1850
1850
|
- *2
|
1851
1851
|
- *3
|
1852
1852
|
- *4
|
1853
1853
|
- *5
|
1854
1854
|
- name: RUBY_VERSION
|
1855
|
-
value: 3.1.
|
1855
|
+
value: 3.1.3
|
1856
1856
|
- name: GEMSET
|
1857
1857
|
value: rails-6.1
|
1858
1858
|
- name: BUNDLE_GEMFILE
|
@@ -1863,14 +1863,14 @@ blocks:
|
|
1863
1863
|
value: latest
|
1864
1864
|
commands:
|
1865
1865
|
- "./support/bundler_wrapper exec rake test"
|
1866
|
-
- name: Ruby 3.1.
|
1866
|
+
- name: Ruby 3.1.3 for rails-7.0
|
1867
1867
|
env_vars:
|
1868
1868
|
- *2
|
1869
1869
|
- *3
|
1870
1870
|
- *4
|
1871
1871
|
- *5
|
1872
1872
|
- name: RUBY_VERSION
|
1873
|
-
value: 3.1.
|
1873
|
+
value: 3.1.3
|
1874
1874
|
- name: GEMSET
|
1875
1875
|
value: rails-7.0
|
1876
1876
|
- name: BUNDLE_GEMFILE
|
@@ -1881,14 +1881,14 @@ blocks:
|
|
1881
1881
|
value: latest
|
1882
1882
|
commands:
|
1883
1883
|
- "./support/bundler_wrapper exec rake test"
|
1884
|
-
- name: Ruby 3.1.
|
1884
|
+
- name: Ruby 3.1.3 for resque-2
|
1885
1885
|
env_vars:
|
1886
1886
|
- *2
|
1887
1887
|
- *3
|
1888
1888
|
- *4
|
1889
1889
|
- *5
|
1890
1890
|
- name: RUBY_VERSION
|
1891
|
-
value: 3.1.
|
1891
|
+
value: 3.1.3
|
1892
1892
|
- name: GEMSET
|
1893
1893
|
value: resque-2
|
1894
1894
|
- name: BUNDLE_GEMFILE
|
@@ -1899,14 +1899,14 @@ blocks:
|
|
1899
1899
|
value: latest
|
1900
1900
|
commands:
|
1901
1901
|
- "./support/bundler_wrapper exec rake test"
|
1902
|
-
- name: Ruby 3.1.
|
1902
|
+
- name: Ruby 3.1.3 for sequel
|
1903
1903
|
env_vars:
|
1904
1904
|
- *2
|
1905
1905
|
- *3
|
1906
1906
|
- *4
|
1907
1907
|
- *5
|
1908
1908
|
- name: RUBY_VERSION
|
1909
|
-
value: 3.1.
|
1909
|
+
value: 3.1.3
|
1910
1910
|
- name: GEMSET
|
1911
1911
|
value: sequel
|
1912
1912
|
- name: BUNDLE_GEMFILE
|
@@ -1917,14 +1917,14 @@ blocks:
|
|
1917
1917
|
value: latest
|
1918
1918
|
commands:
|
1919
1919
|
- "./support/bundler_wrapper exec rake test"
|
1920
|
-
- name: Ruby 3.1.
|
1920
|
+
- name: Ruby 3.1.3 for sinatra
|
1921
1921
|
env_vars:
|
1922
1922
|
- *2
|
1923
1923
|
- *3
|
1924
1924
|
- *4
|
1925
1925
|
- *5
|
1926
1926
|
- name: RUBY_VERSION
|
1927
|
-
value: 3.1.
|
1927
|
+
value: 3.1.3
|
1928
1928
|
- name: GEMSET
|
1929
1929
|
value: sinatra
|
1930
1930
|
- name: BUNDLE_GEMFILE
|
@@ -1935,14 +1935,14 @@ blocks:
|
|
1935
1935
|
value: latest
|
1936
1936
|
commands:
|
1937
1937
|
- "./support/bundler_wrapper exec rake test"
|
1938
|
-
- name: Ruby 3.1.
|
1938
|
+
- name: Ruby 3.1.3 for webmachine
|
1939
1939
|
env_vars:
|
1940
1940
|
- *2
|
1941
1941
|
- *3
|
1942
1942
|
- *4
|
1943
1943
|
- *5
|
1944
1944
|
- name: RUBY_VERSION
|
1945
|
-
value: 3.1.
|
1945
|
+
value: 3.1.3
|
1946
1946
|
- name: GEMSET
|
1947
1947
|
value: webmachine
|
1948
1948
|
- name: BUNDLE_GEMFILE
|
@@ -1953,7 +1953,7 @@ blocks:
|
|
1953
1953
|
value: latest
|
1954
1954
|
commands:
|
1955
1955
|
- "./support/bundler_wrapper exec rake test"
|
1956
|
-
- name: Ruby 3.2.
|
1956
|
+
- name: Ruby 3.2.1
|
1957
1957
|
dependencies:
|
1958
1958
|
- Validation
|
1959
1959
|
task:
|
@@ -1969,14 +1969,14 @@ blocks:
|
|
1969
1969
|
- "./support/bundler_wrapper exec rake extension:install"
|
1970
1970
|
epilogue: *1
|
1971
1971
|
jobs:
|
1972
|
-
- name: Ruby 3.2.
|
1972
|
+
- name: Ruby 3.2.1 for no_dependencies
|
1973
1973
|
env_vars:
|
1974
1974
|
- *2
|
1975
1975
|
- *3
|
1976
1976
|
- *4
|
1977
1977
|
- *5
|
1978
1978
|
- name: RUBY_VERSION
|
1979
|
-
value: 3.2.
|
1979
|
+
value: 3.2.1
|
1980
1980
|
- name: GEMSET
|
1981
1981
|
value: no_dependencies
|
1982
1982
|
- name: BUNDLE_GEMFILE
|
@@ -1988,9 +1988,9 @@ blocks:
|
|
1988
1988
|
commands:
|
1989
1989
|
- "./support/bundler_wrapper exec rake test"
|
1990
1990
|
- "./support/bundler_wrapper exec rake test:failure"
|
1991
|
-
- name: Ruby 3.2.
|
1991
|
+
- name: Ruby 3.2.1 - Gems
|
1992
1992
|
dependencies:
|
1993
|
-
- Ruby 3.2.
|
1993
|
+
- Ruby 3.2.1
|
1994
1994
|
task:
|
1995
1995
|
prologue:
|
1996
1996
|
commands:
|
@@ -2004,14 +2004,14 @@ blocks:
|
|
2004
2004
|
- "./support/bundler_wrapper exec rake extension:install"
|
2005
2005
|
epilogue: *1
|
2006
2006
|
jobs:
|
2007
|
-
- name: Ruby 3.2.
|
2007
|
+
- name: Ruby 3.2.1 for capistrano2
|
2008
2008
|
env_vars:
|
2009
2009
|
- *2
|
2010
2010
|
- *3
|
2011
2011
|
- *4
|
2012
2012
|
- *5
|
2013
2013
|
- name: RUBY_VERSION
|
2014
|
-
value: 3.2.
|
2014
|
+
value: 3.2.1
|
2015
2015
|
- name: GEMSET
|
2016
2016
|
value: capistrano2
|
2017
2017
|
- name: BUNDLE_GEMFILE
|
@@ -2022,14 +2022,14 @@ blocks:
|
|
2022
2022
|
value: latest
|
2023
2023
|
commands:
|
2024
2024
|
- "./support/bundler_wrapper exec rake test"
|
2025
|
-
- name: Ruby 3.2.
|
2025
|
+
- name: Ruby 3.2.1 for capistrano3
|
2026
2026
|
env_vars:
|
2027
2027
|
- *2
|
2028
2028
|
- *3
|
2029
2029
|
- *4
|
2030
2030
|
- *5
|
2031
2031
|
- name: RUBY_VERSION
|
2032
|
-
value: 3.2.
|
2032
|
+
value: 3.2.1
|
2033
2033
|
- name: GEMSET
|
2034
2034
|
value: capistrano3
|
2035
2035
|
- name: BUNDLE_GEMFILE
|
@@ -2040,14 +2040,14 @@ blocks:
|
|
2040
2040
|
value: latest
|
2041
2041
|
commands:
|
2042
2042
|
- "./support/bundler_wrapper exec rake test"
|
2043
|
-
- name: Ruby 3.2.
|
2043
|
+
- name: Ruby 3.2.1 for grape
|
2044
2044
|
env_vars:
|
2045
2045
|
- *2
|
2046
2046
|
- *3
|
2047
2047
|
- *4
|
2048
2048
|
- *5
|
2049
2049
|
- name: RUBY_VERSION
|
2050
|
-
value: 3.2.
|
2050
|
+
value: 3.2.1
|
2051
2051
|
- name: GEMSET
|
2052
2052
|
value: grape
|
2053
2053
|
- name: BUNDLE_GEMFILE
|
@@ -2058,14 +2058,14 @@ blocks:
|
|
2058
2058
|
value: latest
|
2059
2059
|
commands:
|
2060
2060
|
- "./support/bundler_wrapper exec rake test"
|
2061
|
-
- name: Ruby 3.2.
|
2061
|
+
- name: Ruby 3.2.1 for hanami
|
2062
2062
|
env_vars:
|
2063
2063
|
- *2
|
2064
2064
|
- *3
|
2065
2065
|
- *4
|
2066
2066
|
- *5
|
2067
2067
|
- name: RUBY_VERSION
|
2068
|
-
value: 3.2.
|
2068
|
+
value: 3.2.1
|
2069
2069
|
- name: GEMSET
|
2070
2070
|
value: hanami
|
2071
2071
|
- name: BUNDLE_GEMFILE
|
@@ -2076,14 +2076,14 @@ blocks:
|
|
2076
2076
|
value: latest
|
2077
2077
|
commands:
|
2078
2078
|
- "./support/bundler_wrapper exec rake test"
|
2079
|
-
- name: Ruby 3.2.
|
2079
|
+
- name: Ruby 3.2.1 for http5
|
2080
2080
|
env_vars:
|
2081
2081
|
- *2
|
2082
2082
|
- *3
|
2083
2083
|
- *4
|
2084
2084
|
- *5
|
2085
2085
|
- name: RUBY_VERSION
|
2086
|
-
value: 3.2.
|
2086
|
+
value: 3.2.1
|
2087
2087
|
- name: GEMSET
|
2088
2088
|
value: http5
|
2089
2089
|
- name: BUNDLE_GEMFILE
|
@@ -2094,14 +2094,14 @@ blocks:
|
|
2094
2094
|
value: latest
|
2095
2095
|
commands:
|
2096
2096
|
- "./support/bundler_wrapper exec rake test"
|
2097
|
-
- name: Ruby 3.2.
|
2097
|
+
- name: Ruby 3.2.1 for padrino
|
2098
2098
|
env_vars:
|
2099
2099
|
- *2
|
2100
2100
|
- *3
|
2101
2101
|
- *4
|
2102
2102
|
- *5
|
2103
2103
|
- name: RUBY_VERSION
|
2104
|
-
value: 3.2.
|
2104
|
+
value: 3.2.1
|
2105
2105
|
- name: GEMSET
|
2106
2106
|
value: padrino
|
2107
2107
|
- name: BUNDLE_GEMFILE
|
@@ -2112,14 +2112,14 @@ blocks:
|
|
2112
2112
|
value: latest
|
2113
2113
|
commands:
|
2114
2114
|
- "./support/bundler_wrapper exec rake test"
|
2115
|
-
- name: Ruby 3.2.
|
2115
|
+
- name: Ruby 3.2.1 for psych-3
|
2116
2116
|
env_vars:
|
2117
2117
|
- *2
|
2118
2118
|
- *3
|
2119
2119
|
- *4
|
2120
2120
|
- *5
|
2121
2121
|
- name: RUBY_VERSION
|
2122
|
-
value: 3.2.
|
2122
|
+
value: 3.2.1
|
2123
2123
|
- name: GEMSET
|
2124
2124
|
value: psych-3
|
2125
2125
|
- name: BUNDLE_GEMFILE
|
@@ -2130,14 +2130,14 @@ blocks:
|
|
2130
2130
|
value: latest
|
2131
2131
|
commands:
|
2132
2132
|
- "./support/bundler_wrapper exec rake test"
|
2133
|
-
- name: Ruby 3.2.
|
2133
|
+
- name: Ruby 3.2.1 for psych-4
|
2134
2134
|
env_vars:
|
2135
2135
|
- *2
|
2136
2136
|
- *3
|
2137
2137
|
- *4
|
2138
2138
|
- *5
|
2139
2139
|
- name: RUBY_VERSION
|
2140
|
-
value: 3.2.
|
2140
|
+
value: 3.2.1
|
2141
2141
|
- name: GEMSET
|
2142
2142
|
value: psych-4
|
2143
2143
|
- name: BUNDLE_GEMFILE
|
@@ -2148,14 +2148,14 @@ blocks:
|
|
2148
2148
|
value: latest
|
2149
2149
|
commands:
|
2150
2150
|
- "./support/bundler_wrapper exec rake test"
|
2151
|
-
- name: Ruby 3.2.
|
2151
|
+
- name: Ruby 3.2.1 for que
|
2152
2152
|
env_vars:
|
2153
2153
|
- *2
|
2154
2154
|
- *3
|
2155
2155
|
- *4
|
2156
2156
|
- *5
|
2157
2157
|
- name: RUBY_VERSION
|
2158
|
-
value: 3.2.
|
2158
|
+
value: 3.2.1
|
2159
2159
|
- name: GEMSET
|
2160
2160
|
value: que
|
2161
2161
|
- name: BUNDLE_GEMFILE
|
@@ -2166,14 +2166,14 @@ blocks:
|
|
2166
2166
|
value: latest
|
2167
2167
|
commands:
|
2168
2168
|
- "./support/bundler_wrapper exec rake test"
|
2169
|
-
- name: Ruby 3.2.
|
2169
|
+
- name: Ruby 3.2.1 for que_beta
|
2170
2170
|
env_vars:
|
2171
2171
|
- *2
|
2172
2172
|
- *3
|
2173
2173
|
- *4
|
2174
2174
|
- *5
|
2175
2175
|
- name: RUBY_VERSION
|
2176
|
-
value: 3.2.
|
2176
|
+
value: 3.2.1
|
2177
2177
|
- name: GEMSET
|
2178
2178
|
value: que_beta
|
2179
2179
|
- name: BUNDLE_GEMFILE
|
@@ -2184,14 +2184,14 @@ blocks:
|
|
2184
2184
|
value: latest
|
2185
2185
|
commands:
|
2186
2186
|
- "./support/bundler_wrapper exec rake test"
|
2187
|
-
- name: Ruby 3.2.
|
2187
|
+
- name: Ruby 3.2.1 for rails-6.1
|
2188
2188
|
env_vars:
|
2189
2189
|
- *2
|
2190
2190
|
- *3
|
2191
2191
|
- *4
|
2192
2192
|
- *5
|
2193
2193
|
- name: RUBY_VERSION
|
2194
|
-
value: 3.2.
|
2194
|
+
value: 3.2.1
|
2195
2195
|
- name: GEMSET
|
2196
2196
|
value: rails-6.1
|
2197
2197
|
- name: BUNDLE_GEMFILE
|
@@ -2202,14 +2202,14 @@ blocks:
|
|
2202
2202
|
value: latest
|
2203
2203
|
commands:
|
2204
2204
|
- "./support/bundler_wrapper exec rake test"
|
2205
|
-
- name: Ruby 3.2.
|
2205
|
+
- name: Ruby 3.2.1 for rails-7.0
|
2206
2206
|
env_vars:
|
2207
2207
|
- *2
|
2208
2208
|
- *3
|
2209
2209
|
- *4
|
2210
2210
|
- *5
|
2211
2211
|
- name: RUBY_VERSION
|
2212
|
-
value: 3.2.
|
2212
|
+
value: 3.2.1
|
2213
2213
|
- name: GEMSET
|
2214
2214
|
value: rails-7.0
|
2215
2215
|
- name: BUNDLE_GEMFILE
|
@@ -2220,14 +2220,14 @@ blocks:
|
|
2220
2220
|
value: latest
|
2221
2221
|
commands:
|
2222
2222
|
- "./support/bundler_wrapper exec rake test"
|
2223
|
-
- name: Ruby 3.2.
|
2223
|
+
- name: Ruby 3.2.1 for resque-2
|
2224
2224
|
env_vars:
|
2225
2225
|
- *2
|
2226
2226
|
- *3
|
2227
2227
|
- *4
|
2228
2228
|
- *5
|
2229
2229
|
- name: RUBY_VERSION
|
2230
|
-
value: 3.2.
|
2230
|
+
value: 3.2.1
|
2231
2231
|
- name: GEMSET
|
2232
2232
|
value: resque-2
|
2233
2233
|
- name: BUNDLE_GEMFILE
|
@@ -2238,14 +2238,14 @@ blocks:
|
|
2238
2238
|
value: latest
|
2239
2239
|
commands:
|
2240
2240
|
- "./support/bundler_wrapper exec rake test"
|
2241
|
-
- name: Ruby 3.2.
|
2241
|
+
- name: Ruby 3.2.1 for sequel
|
2242
2242
|
env_vars:
|
2243
2243
|
- *2
|
2244
2244
|
- *3
|
2245
2245
|
- *4
|
2246
2246
|
- *5
|
2247
2247
|
- name: RUBY_VERSION
|
2248
|
-
value: 3.2.
|
2248
|
+
value: 3.2.1
|
2249
2249
|
- name: GEMSET
|
2250
2250
|
value: sequel
|
2251
2251
|
- name: BUNDLE_GEMFILE
|
@@ -2256,14 +2256,14 @@ blocks:
|
|
2256
2256
|
value: latest
|
2257
2257
|
commands:
|
2258
2258
|
- "./support/bundler_wrapper exec rake test"
|
2259
|
-
- name: Ruby 3.2.
|
2259
|
+
- name: Ruby 3.2.1 for sinatra
|
2260
2260
|
env_vars:
|
2261
2261
|
- *2
|
2262
2262
|
- *3
|
2263
2263
|
- *4
|
2264
2264
|
- *5
|
2265
2265
|
- name: RUBY_VERSION
|
2266
|
-
value: 3.2.
|
2266
|
+
value: 3.2.1
|
2267
2267
|
- name: GEMSET
|
2268
2268
|
value: sinatra
|
2269
2269
|
- name: BUNDLE_GEMFILE
|
@@ -2274,14 +2274,14 @@ blocks:
|
|
2274
2274
|
value: latest
|
2275
2275
|
commands:
|
2276
2276
|
- "./support/bundler_wrapper exec rake test"
|
2277
|
-
- name: Ruby 3.2.
|
2277
|
+
- name: Ruby 3.2.1 for webmachine
|
2278
2278
|
env_vars:
|
2279
2279
|
- *2
|
2280
2280
|
- *3
|
2281
2281
|
- *4
|
2282
2282
|
- *5
|
2283
2283
|
- name: RUBY_VERSION
|
2284
|
-
value: 3.2.
|
2284
|
+
value: 3.2.1
|
2285
2285
|
- name: GEMSET
|
2286
2286
|
value: webmachine
|
2287
2287
|
- name: BUNDLE_GEMFILE
|