Issy Long 6536b641f4
Fix ruby_source_path in Ventura systemsettings-caveats fixture JSON
- Cask source paths were added to the API in 844db75361. The main
  `everything.json` file was updated with the new data in that commit,
  but this one was missed causing local test failures.

Before:

```
Cask::Cask#to_h when loaded from cask file returns expected hash
  Failure/Error: expect(JSON.pretty_generate(hash)).to eq(expected_json_after_ventura)
    [...]

    Diff:
    @@ -93,7 +93,7 @@
        "en",
        "eo"
      ],
    -  "ruby_source_path": "Formula/everything.rb",
    +  "ruby_source_path": "Casks/everything.rb",
      "ruby_source_checksum": {
        "sha256": "b2707d1952f02c3fa566b7ad2a707a847a959d36f51d3dee642dbe5deec12f27"
      }

  # ./test/cask/cask_spec.rb:231:in `block (4 levels) in <top (required)>'
  # ./test/support/helper/spec/shared_context/homebrew_cask.rb:52:in `block (2 levels) in <top (required)>'
```
2023-04-11 00:33:11 +01:00
..
2023-04-07 15:20:01 +02:00
2023-03-19 22:31:00 +09:00
2023-04-07 22:21:46 +08:00
2023-04-06 10:22:24 +02:00
2023-03-14 11:46:38 -07:00
2023-04-01 14:32:27 +02:00
2023-04-07 19:10:22 +01:00
2023-04-07 15:20:01 +02:00
2023-03-30 03:29:06 +02:00
2023-03-30 03:29:06 +02:00
2023-04-07 22:21:46 +08:00
2023-04-07 22:21:46 +08:00
2023-03-11 17:27:53 -08:00
2023-04-07 22:21:46 +08:00
2023-03-17 20:35:17 +08:00
2023-04-07 22:21:46 +08:00
2023-03-07 09:08:54 -08:00
2023-03-31 20:33:21 -07:00
2023-03-14 14:49:34 -07:00
2023-04-07 19:10:22 +01:00
2023-03-14 23:01:09 -07:00
2023-04-04 18:14:54 -07:00