Skip to content

Commit 70356f2

Browse files
committed
chore(deps): bump busted to 2.3.0
1 parent 698e709 commit 70356f2

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
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
- Update luarocks to v3.12.0 [PR #1555](https://github.com/3scale/APIcast/pull/1555)
1818
- Update base image to ubi9-minimal [PR #1566](https://github.com/3scale/APIcast/pull/1566) [THREESCALE-11901](https://issues.redhat.com/browse/THREESCALE-11901)
1919
- Bump penlight to 1.15.0 [PR #1578](https://github.com/3scale/APIcast/pull/1578)
20+
- Bump busted to 2.3.0 [PR #1582](https://github.com/3scale/APIcast/pull/1582)
2021

2122
### Removed
2223

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.5.1-1|a900c5f5897448c181dd58073e51cdeeb3fd0029|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)