Skip to content

Commit cbd8f71

Browse files
committed
⏪️ Revert accidental changes
Signed-off-by: Peter H. Boling <[email protected]>
1 parent c91de22 commit cbd8f71

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.rspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
--format documentation
2-
--color
32
--require spec_helper
43
--color
54
--order random

bom.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"bomFormat": "CycloneDX",
3-
"specVersion": "1.7",
4-
"serialNumber": "urn:uuid:294dd750-1036-4fd5-b457-2fb8d54bb310",
3+
"specVersion": "1.1",
4+
"serialNumber": "urn:uuid:d498cdc2-5494-4031-b37d-ff3d10d336bf",
55
"version": 1,
66
"components": [
77
{
@@ -105,4 +105,4 @@
105105
]
106106
}
107107
]
108-
}
108+
}

bom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<bom xmlns="http://cyclonedx.org/schema/bom/1.7" version="1" serialNumber="urn:uuid:e1b72509-53fb-4c6a-acab-86075fdf65a9">
2+
<bom xmlns="http://cyclonedx.org/schema/bom/1.1" version="1" serialNumber="urn:uuid:ffc51349-2d7d-408e-b2c1-3e3f220e6d2f">
33
<components>
44
<component type="library">
55
<name>activesupport</name>

0 commit comments

Comments
 (0)