[Pharo] Personal fitness tracker web app.
Fix baseline 13
src/BaselineOfMyFitnessTracker/BaselineOfMyFitnessTracker.class.st
@@ -28,14 +28,14 @@
28
28
29
29
spec baseline: 'Seaside3' with: [
30
30
spec
31
Removed:
loads: #( 'default' );
32
Removed:
repository: 'github://SeasideSt/Seaside:v3.5.x/repository' ].
31
Added:
" loads: #( 'default' );"
32
Added:
repository: 'https://github.com/SeasideSt/Seaside/tree/v3.5.x/repository' ].
33
33
spec baseline: 'Bootstrap5' with: [
34
34
spec repository:
35
Removed:
'github://ba-st/Seaside-Bootstrap:master/repository' ].
35
Added:
'https://github.com/astares/Seaside-Bootstrap5/tree/master/src' ].
36
36
spec
37
37
baseline: 'SQLite3'
38
Removed:
with: [ spec repository: 'github://pharo-rdbms/Pharo-SQLite3/src' ]
38
Added:
with: [ spec repository: 'https://github.com/pharo-rdbms/Pharo-SQLite3/tree/v2.2.7/src' ]
39
39
]
40
40
41
41
{ #category : #accessing }