From eb1ad8b5cfc174665d557bf60e38994a1022b1df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 09:43:15 +0800 Subject: [PATCH] Build(deps): Bump msgpack from 1.5.1 to 1.5.2 (#16947) Bumps [msgpack](https://github.com/msgpack/msgpack-ruby) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/msgpack/msgpack-ruby/releases) - [Changelog](https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog) - [Commits](https://github.com/msgpack/msgpack-ruby/compare/v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: msgpack dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 92cfd0a112c..6fbcf4ae302 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -244,7 +244,7 @@ GEM ffi (~> 1.9) minitest (5.15.0) mocha (1.14.0) - msgpack (1.5.1) + msgpack (1.5.2) multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1)