Skip to content

Commit d8c328f

Browse files
authored
Update depdendencies (#1078)
1 parent 6faf447 commit d8c328f

File tree

7 files changed

+6238
-3339
lines changed

7 files changed

+6238
-3339
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ See [Jest CLI](https://jestjs.io/docs/cli).
2929
## Submitting
3030

3131
When submitting a pull request, additional tests will be run on GitHub actions.
32-
In most cases it shouldn't be necessary but if they fail, you can run them locally after installing prosody >= 0.12 with
32+
In most cases it shouldn't be necessary but if they fail, you can run them locally after installing prosody >= 0.13 with
3333

3434
```sh
3535
make ci

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ unit:
3131
npm run test
3232

3333
e2e:
34-
$(warning e2e tests require prosody-trunk and luarocks)
34+
$(warning e2e tests require prosody >= 0.13 and luarocks)
3535
cd server && prosodyctl --config prosody.cfg.lua install mod_sasl2 > /dev/null
3636
cd server && prosodyctl --config prosody.cfg.lua install mod_sasl2_bind2 > /dev/null
3737
cd server && prosodyctl --config prosody.cfg.lua install mod_sasl2_sm > /dev/null

0 commit comments

Comments
 (0)