Skip to content

Commit

Permalink
Update Ghost for debugger fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dionisiydk authored May 4, 2022
1 parent e393190 commit 199ed3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BaselineOfMocketry/BaselineOfMocketry.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ BaselineOfMocketry >> baseline: spec [

spec for: #common do: [
spec
baseline: 'StateSpecs' with: [spec repository: 'github://dionisiydk/StateSpecs:v5.0.0'];
baseline: 'StateSpecs' with: [spec repository: 'github://dionisiydk/StateSpecs:v5.0.1'];
project: 'StateSpecsCore' copyFrom: 'StateSpecs' with: [
spec loads: #('Core' 'GhostSupport')];
project: 'StateSpecsTests' copyFrom: 'StateSpecs' with: [
spec loads: #('Tests' 'GhostSupportTests' )];

baseline: 'Ghost' with: [
spec repository: 'github://pharo-ide/Ghost:v6.0.0'];
spec repository: 'github://pharo-ide/Ghost:v6.0.1'];
project: 'GhostCore' copyFrom: 'Ghost' with: [
spec loads: #('ObjectGhost' 'ToolsSupport' 'ObjectMutation')];
project: 'GhostTests' copyFrom: 'Ghost' with: [
Expand Down

0 comments on commit 199ed3a

Please sign in to comment.