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>2023-03-09 01:32:23 +0300
committerStan Hu <stanhu@gmail.com>2023-03-09 01:32:23 +0300
commitf45ceca9a6dc4d644730bba82ee409ca411cb7e5 (patch)
tree11a4c9235cc6f88946dc57fd800e7992056a8104
parent659bff3b53d7b9a6894ac9404edbc45d02b49497 (diff)
Update grpc-tools and grpc gems to v1.52.0sh-update-grpc-gem-1.52.0
This update fixes a number of issues on Ruby 3.1 and 3.2. Release notes: * https://github.com/grpc/grpc/releases/tag/v1.43.0 * https://github.com/grpc/grpc/releases/tag/v1.44.0 * https://github.com/grpc/grpc/releases/tag/v1.45.0 * https://github.com/grpc/grpc/releases/tag/v1.46.0 * https://github.com/grpc/grpc/releases/tag/v1.47.0 * https://github.com/grpc/grpc/releases/tag/v1.48.0 * https://github.com/grpc/grpc/releases/tag/v1.49.0 * https://github.com/grpc/grpc/releases/tag/v1.50.0 * https://github.com/grpc/grpc/releases/tag/v1.51.0 * https://github.com/grpc/grpc/releases/tag/v1.52.0 This update matches the version bump in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/114025. Changelog: changed
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock8
-rw-r--r--tools/protogem/Gemfile2
-rw-r--r--tools/protogem/Gemfile.lock4
4 files changed, 8 insertions, 8 deletions
diff --git a/ruby/Gemfile b/ruby/Gemfile
index c2b0fb261..32f8e8780 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rugged', '~> 1.5.1'
gem 'gitlab-markup', '~> 1.8.0'
gem 'activesupport', '~> 6.1.7.2'
-gem 'grpc', '~> 1.42.0' # keep in lock-step with grpc-tools in ../tools/protogem
+gem 'grpc', '~> 1.52.0' # keep in lock-step with grpc-tools in ../tools/protogem
gem 'sentry-raven', '~> 3.1', require: false
gem 'rbtrace', require: false
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 9735d6788..e1d0a0577 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -57,10 +57,10 @@ GEM
xml-simple (~> 1.1.5)
gitlab-markup (1.8.1)
google-protobuf (3.22.1)
- googleapis-common-protos-types (1.4.0)
+ googleapis-common-protos-types (1.5.0)
google-protobuf (~> 3.14)
- grpc (1.42.0)
- google-protobuf (~> 3.18)
+ grpc (1.52.0)
+ google-protobuf (~> 3.21)
googleapis-common-protos-types (~> 1.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
@@ -191,7 +191,7 @@ DEPENDENCIES
gitlab-license_finder
gitlab-markup (~> 1.8.0)
google-protobuf (~> 3.22.1)
- grpc (~> 1.42.0)
+ grpc (~> 1.52.0)
licensee (~> 9.15)
nokogiri (~> 1.14)
pry (~> 0.13.1)
diff --git a/tools/protogem/Gemfile b/tools/protogem/Gemfile
index 9cafb7578..34ab9ab1a 100644
--- a/tools/protogem/Gemfile
+++ b/tools/protogem/Gemfile
@@ -1,3 +1,3 @@
source 'https://rubygems.org'
-gem 'grpc-tools', '~> 1.42.0'
+gem 'grpc-tools', '~> 1.52.0'
diff --git a/tools/protogem/Gemfile.lock b/tools/protogem/Gemfile.lock
index 57b2bf6f9..d6f44b9e2 100644
--- a/tools/protogem/Gemfile.lock
+++ b/tools/protogem/Gemfile.lock
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
- grpc-tools (1.42.0)
+ grpc-tools (1.52.0)
PLATFORMS
ruby
DEPENDENCIES
- grpc-tools (~> 1.42.0)
+ grpc-tools (~> 1.52.0)
BUNDLED WITH
2.3.24