diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-03-14 13:03:17 +0100 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-03-14 13:03:17 +0100 |
commit | 1324a6b3050a121eae722258302ce46bf2636ac1 (patch) | |
tree | 4950af703eaf4ed96f4e94ae4fe156e32d1dcd03 /Gemfile.lock | |
parent | 32da7602686f2b8161175d82b121deb9e01b2db5 (diff) | |
download | gitlab-ce-1324a6b3050a121eae722258302ce46bf2636ac1.tar.gz |
Use google-protobuf 3.2.0.1
This sub-patch release extends support in pre-compiled libraries down to glibc 2.12.
https://github.com/google/protobuf/issues/2783
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/29084
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 c60c045a4c2..e38f45b8e98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -304,7 +304,7 @@ GEM multi_json (~> 1.10) retriable (~> 1.4) signet (~> 0.6) - google-protobuf (3.2.0) + google-protobuf (3.2.0.1) googleauth (0.5.1) faraday (~> 0.9) jwt (~> 1.4) |