diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-02 09:18:57 +0000 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-02-03 11:00:57 +0100 |
commit | c40cd1be9828c58193f1f4c3b17cab908718be00 (patch) | |
tree | 64862067dc4eafce2fc4860347f7eef3971fb407 /vendor/github.com/onsi/gomega/CHANGELOG.md | |
parent | 881f3d788d48b683e674d1f9778d581370c9c11e (diff) | |
download | podman-c40cd1be9828c58193f1f4c3b17cab908718be00.tar.gz podman-c40cd1be9828c58193f1f4c3b17cab908718be00.tar.bz2 podman-c40cd1be9828c58193f1f4c3b17cab908718be00.zip |
Bump github.com/onsi/gomega from 1.10.4 to 1.10.5
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.10.4...v1.10.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor/github.com/onsi/gomega/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/onsi/gomega/CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/CHANGELOG.md b/vendor/github.com/onsi/gomega/CHANGELOG.md index 0f1765d84..16095fa3c 100644 --- a/vendor/github.com/onsi/gomega/CHANGELOG.md +++ b/vendor/github.com/onsi/gomega/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.10.5 + +### Fixes +- fix: collections matchers should display type of expectation (#408) [6b4eb5a] +- fix(ContainElements): consistently flatten expected values [073b880] +- fix(ConsistOf): consistently flatten expected values [7266efe] + ## 1.10.4 ### Fixes |