Skip to content
Snippets Groups Projects
Commit 5a3e82dc authored by Matthias Fechner's avatar Matthias Fechner
Browse files

www/gitlab-ce: fix regression from b2edfed9

parent 4db00f8b
Branches
Tags
No related merge requests found
PORTNAME= gitlab-ce
PORTVERSION= 16.9.0
PORTREVISION= 1
PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= www devel
......
......@@ -218,8 +218,8 @@
# KAS GRPC protocol definitions
gem 'kas-grpc', '~> 0.4.0', feature_category: :deployment_management
-gem 'grpc', '~> 1.58.0' # rubocop:todo Gemfile/MissingFeatureCategory
+gem 'grpc', '~> 1.58' # rubocop:todo Gemfile/MissingFeatureCategory
-gem 'grpc', '~> 1.60.0' # rubocop:todo Gemfile/MissingFeatureCategory
+gem 'grpc', '~> 1.60' # rubocop:todo Gemfile/MissingFeatureCategory
gem 'google-protobuf', '~> 3.25', '>= 3.25.1' # rubocop:todo Gemfile/MissingFeatureCategory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment