Relax dependency on gitaly ruby gem in Gemfile
This commit is contained in:
parent
5be0d7896b
commit
1a208ccf6a
1 changed files with 5 additions and 2 deletions
7
debian/patches/0050-relax-stable-libs.patch
vendored
7
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -424,9 +424,12 @@ gitlab Gemfile
|
|||
|
||||
# NTP client
|
||||
gem 'net-ntp'
|
||||
@@ -457,11 +457,11 @@
|
||||
@@ -455,13 +455,13 @@
|
||||
end
|
||||
|
||||
# Gitaly GRPC protocol definitions
|
||||
gem 'gitaly', '~> 12.9.0.pre.rc4'
|
||||
-gem 'gitaly', '~> 12.9.0.pre.rc4'
|
||||
+gem 'gitaly', '~> 12.9'
|
||||
|
||||
-gem 'grpc', '~> 1.24.0'
|
||||
+gem 'grpc', '~> 1.24'
|
||||
|
|
Loading…
Reference in a new issue