We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 500f5e8 + 96fbc86 commit 3ee6192Copy full SHA for 3ee6192
1 file changed
repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st
@@ -90,7 +90,7 @@ baselineGemStone: spec
90
requires: #('Grease-GemStone-Core');
91
postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ].
92
spec
93
- for: #(#'gs3.6.x')
+ for: #( #'gs3.5.4.x' #'gs3.5.5.x' #'gs3.6.x')
94
do: [
95
96
package: 'Grease-GemStone-Core'
@@ -105,4 +105,4 @@ baselineGemStone: spec
105
106
107
package: 'Grease-Tests-GemStone-Core'
108
- with: [ spec file: 'Grease-Tests-GemStone-Core.v32' ] ]
+ with: [ spec file: 'Grease-Tests-GemStone-Core.v32' ] ]
0 commit comments