Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-12-06 01:18:57 +0300
committerStan Hu <stanhu@gmail.com>2019-12-06 01:27:32 +0300
commite616b588e14a1ade89b35d52d519a10be337e8d8 (patch)
tree94bd5a0520d3359506aef2ea23bd85ec82ef3f96
parentd1ecb43ff8eb0f1de1b941d62c9dbce9bb63c62e (diff)
Update msgpack-ruby to v1.3.1
This keeps the version consistent with CE/EE, saving a little disk space and build times. Fixes a minor bug: https://github.com/msgpack/msgpack-ruby/compare/v1.3.0..v1.3.1
-rw-r--r--changelogs/unreleased/sh-update-msgpack-1-3-1.yml5
-rw-r--r--ruby/Gemfile.lock2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/sh-update-msgpack-1-3-1.yml b/changelogs/unreleased/sh-update-msgpack-1-3-1.yml
new file mode 100644
index 000000000..f29b260ae
--- /dev/null
+++ b/changelogs/unreleased/sh-update-msgpack-1-3-1.yml
@@ -0,0 +1,5 @@
+---
+title: Update msgpack-ruby to v1.3.1
+merge_request: 1677
+author:
+type: other
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 90c4e1bcc..8aedda85c 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -111,7 +111,7 @@ GEM
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
- msgpack (1.3.0)
+ msgpack (1.3.1)
multi_json (1.13.1)
multipart-post (2.0.0)
nokogiri (1.10.5)