diff options
author | Stan Hu <stanhu@gmail.com> | 2018-01-31 20:20:38 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-01-31 20:22:22 -0800 |
commit | 9291048fc0b4afe228ccf3b59b8260f6ddd09005 (patch) | |
tree | 7fcc4359c04e9fd612fcab7d50962bf41b895321 /Gemfile.lock | |
parent | c25bbdf8c286d8f7888fb9a209fb01b208ba7ad5 (diff) | |
download | gitlab-ce-9291048fc0b4afe228ccf3b59b8260f6ddd09005.tar.gz |
Remove grpc and google-protobuf platform-specific version markers in Gemfile.lock
Closes gitlab-org/omnibus-gitlab#3128
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f770a7019e7..2ddf8221a06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -340,7 +340,7 @@ GEM mime-types (~> 3.0) representable (~> 3.0) retriable (>= 2.0, < 4.0) - google-protobuf (3.5.1.1-universal-darwin) + google-protobuf (3.5.1.1) googleapis-common-protos-types (1.0.1) google-protobuf (~> 3.0) googleauth (0.5.3) @@ -369,7 +369,7 @@ GEM rake grape_logging (1.7.0) grape - grpc (1.8.3-universal-darwin) + grpc (1.8.3) google-protobuf (~> 3.1) googleapis-common-protos-types (~> 1.0.0) googleauth (>= 0.5.1, < 0.7) |