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:
authorAleksei Lipniagov <alipniagov@gitlab.com>2021-10-06 16:24:35 +0300
committerAleksei Lipniagov <alipniagov@gitlab.com>2021-10-06 16:24:35 +0300
commit71a79e953a510cea88edbedf0f4c9d1c8a16dd18 (patch)
tree99bbf4620981c19357f9dfd335401e988ccb5a0f
parent5027043f38fc5eac159135647e6d4fb03495cbb4 (diff)
Update grpc to 1.38ruby-3-squashedal-grpc-1.38
-rw-r--r--ruby/Gemfile4
-rw-r--r--ruby/Gemfile.lock10
2 files changed, 7 insertions, 7 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 662252527..9a8b8faed 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -7,13 +7,13 @@ gem 'activesupport', '~> 6.1.4.1'
gem 'rdoc', '~> 6.0'
gem 'gitlab-gollum-lib', '~> 4.2.7.10.gitlab.1', require: false
gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.4.gitlab.1', require: false
-gem 'grpc', '~> 1.30.2'
+gem 'grpc', '~> 1.38.0'
gem 'sentry-raven', '~> 3.0', require: false
gem 'faraday', '~> 1.0'
gem 'rbtrace', require: false
# Labkit provides observability functionality
-gem 'gitlab-labkit', '~> 0.21.1'
+gem 'gitlab-labkit', '~> 0.21.2'
# Detects the open source license the repository includes
# This version needs to be in sync with GitLab CE/EE
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 05e75a524..b1315e986 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -75,10 +75,10 @@ GEM
redis (> 3.0.0, < 5.0.0)
gitlab-markup (1.7.1)
google-protobuf (3.17.3)
- googleapis-common-protos-types (1.1.0)
+ googleapis-common-protos-types (1.2.0)
google-protobuf (~> 3.14)
- grpc (1.30.2)
- google-protobuf (~> 3.12)
+ grpc (1.38.0)
+ google-protobuf (~> 3.15)
googleapis-common-protos-types (~> 1.0)
grpc-tools (1.30.2)
i18n (1.8.10)
@@ -222,10 +222,10 @@ DEPENDENCIES
github-linguist (~> 7.12)
gitlab-gollum-lib (~> 4.2.7.10.gitlab.1)
gitlab-gollum-rugged_adapter (~> 0.4.4.4.gitlab.1)
- gitlab-labkit (~> 0.21.1)
+ gitlab-labkit (~> 0.21.2)
gitlab-markup (~> 1.7.1)
google-protobuf (~> 3.17.0)
- grpc (~> 1.30.2)
+ grpc (~> 1.38.0)
grpc-tools (= 1.30.2)
licensee (~> 9.14.1)
pry (~> 0.12.2)