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