Skip to content

Commit 5bb8f13

Browse files
committed
chore(deps): bump busted to 2.3.0
1 parent 4fec2fb commit 5bb8f13

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
- Bump lua-resty-jwt to 0.2.4 [PR #1579](https://github.com/3scale/APIcast/pull/1579)
2121
- Bump lua-resty-openssl to 1.7.1 [PR #1580](https://github.com/3scale/APIcast/pull/1580)
2222
- Lock lua-resty-jit-uuid to 0.0.7 [PR #1581](https://github.com/3scale/APIcast/pull/1581)
23+
- Bump busted to 2.3.0 [PR #1582](https://github.com/3scale/APIcast/pull/1582)
2324

2425
### Removed
2526

gateway/Roverfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ luarocks {
77
},
88

99
group 'testing' {
10-
module { 'busted' },
10+
module { 'busted', '2.3.0'},
1111
module { 'luacov' },
1212
module { 'jsonschema', '0.8' },
1313
},

gateway/Roverfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
argparse 0.7.1-1||production
2-
busted 2.2.0-1|02f31a9c103a44e166617cfdb6ba1b8994a9c912|testing
2+
busted 2.3.0-1||testing
33
date 2.2-2|8d74567cf979c1eab2c6b6ca2e3b978fa40569a2|production
4-
dkjson 2.8-1||testing
4+
dkjson 2.10-1||testing
55
fifo 0.2-0||development
66
inspect 3.1.3-0||production
77
jsonschema 0.8-0|c1d72d86bb3dc5b33da57d47febc47657d29ea74|testing
@@ -18,11 +18,11 @@ lua-resty-openssl 1.7.1-1||production
1818
lua-resty-repl 0.0.6-0|3878f41b7e8f97b1c96919db19dbee9496569dda|development
1919
lua-resty-url 0.3.5-1||production
2020
lua-term 0.8-1||testing
21-
lua_cliargs 3.0-2||testing
21+
lua_cliargs 3.0.2-1||testing
2222
luacov 0.15.0-1|19b52ca0298c8942df82dd441d7a4a588db4c413|testing
2323
luafilesystem 1.9.0-1||testing,development,production
24-
luassert 1.9.0-1|8d8dc8a54cc468048a128a867f6449a6c3fdd11a|testing
25-
luasystem 0.4.1-1|c832d2b857d4174d17247de837426d4cfc95ec2f|testing
24+
luassert 1.9.0-1||testing
25+
luasystem 0.7.1-1||testing
2626
lyaml 6.2.8-1||production
2727
markdown 0.33-1|8c09109924b218aaecbfd4d4b1de538269c4d765|development
2828
mediator_lua 1.1.2-0||testing

0 commit comments

Comments
 (0)