diff options
author | Stan Hu <stanhu@gmail.com> | 2019-06-15 11:13:44 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-06-15 11:13:44 -0700 |
commit | 5d3f85945f16ecca6a53cd8d3ddedade2fcdb9a0 (patch) | |
tree | 019384a8f298e7e43bae27968318ff3c4c73f1c9 /Gemfile.lock | |
parent | 07cb81a31efbee2c9a4cfacadb2967e189f1447a (diff) | |
download | gitlab-ce-5d3f85945f16ecca6a53cd8d3ddedade2fcdb9a0.tar.gz |
Bump msgpack to 1.2.10sh-bump-msgpack
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
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
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) |