From 5d3f85945f16ecca6a53cd8d3ddedade2fcdb9a0 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sat, 15 Jun 2019 11:13:44 -0700 Subject: [PATCH] Bump msgpack to 1.2.10 This saves some space by matching the version used by Gitaly. List of changes: * https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog * https://github.com/msgpack/msgpack-ruby/compare/v1.2.6..v1.2.10 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0159d1f96e8..05a926b1b6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -505,7 +505,7 @@ GEM mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) - msgpack (1.2.6) + msgpack (1.2.10) multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0)