[Pharo] Personal fitness tracker web app.
Guess that baseline wasn't that well updated, after all!
src/BaselineOfMyFitnessTracker/BaselineOfMyFitnessTracker.class.st
@@ -13,7 +13,7 @@
13
13
self dependencies: spec.
14
14
spec
15
15
package: 'MyFitnessTracker'
16
Removed:
with: [ spec requires: #( #Seaside3 #SQLite3 ) ];
16
Added:
with: [ spec requires: #( #Bootstrap5 #SQLite3 ) ];
17
17
package: 'MyFitnessTracker-Tests'
18
18
with: [ spec requires: #( #MyFitnessTracker ) ].
19
19
spec