Hi,

We are having the following problem when trying to update GTolols to their latest version in the latest Pharo 4 image: Rubric does not get updated.
We have:

-- ConfigurationOfGTInspectorCore (2.0-baseline)
�� �� ��--��ConfigurationOfGlamourCore (3.1-baseline)
�� �� �� �� ��--��ConfigurationOfRubric (0.2-baseline)

Performing [1] shows that rubric gets updated (atomic load : 0.2-baseline [ConfigurationOfRubric])
Performing [2] contains no trace of rubric.��

[1]��(ConfigurationOfGlamourCore ��project version: #development) record loadDirective
[2]��(ConfigurationOfGTInspectorCore ��project version: #development) record loadDirective.��

Loading then the inspector [3] does not update Rubric.
Loading just Glamour [4] updates it.

[3] (ConfigurationOfGTInspectorCore project version: #development) load.
[4] (ConfigurationOfGlamourCore ��project version: #development) load

Any ideas or sugestions? Maybe we are missing something trivial.
This updates the previous configurations to their latest versions:

Gofer new smalltalkhubUser: 'Moose' project: 'GToolkit';
��package: 'ConfigurationOfGTInspectorCore'; load.��
Gofer new smalltalkhubUser: 'Moose' project: 'Glamour';��
��package: 'ConfigurationOfGlamourCore'; load.��
Gofer new smalltalkhubUser: 'AlainPlantec' project: 'Rubric';��
��package: 'ConfigurationOfRubric'; load.


Cheers,
Andrei