ports/www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec
Matthias Fechner 2b6a89e02f www/gitlab: major upgrade to 17.3.1
This commit includes also a suggestion from Robert Nagy <robert@openbsd.org>
to use the git version from gitlab in the gitaly port which is now required.
Thanks again for this contributation!

Put the gitlab and git version into a common Makefile that is included in every
port that requires the same version like gitlab has.

Changes:	https://about.gitlab.com/releases/2024/07/18/gitlab-17-2-released/
Changes:	https://about.gitlab.com/releases/2024/08/15/gitlab-17-3-released/
2024-09-07 07:51:00 +03:00

11 lines
622 B
Ruby

--- gems/gitlab-backup-cli/gitlab-backup-cli.gemspec.orig 2024-08-27 06:12:18 UTC
+++ gems/gitlab-backup-cli/gitlab-backup-cli.gemspec
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_dependency "activesupport", "< 7.2"
- spec.add_dependency "googleauth", "~> 1.8.1" # https://gitlab.com/gitlab-org/gitlab/-/issues/449019
+ spec.add_dependency "googleauth", "~> 1.8" # https://gitlab.com/gitlab-org/gitlab/-/issues/449019
spec.add_dependency "google-cloud-storage_transfer", "~> 1.2.0"
spec.add_dependency "rainbow", "~> 3.0"
spec.add_dependency "thor", "~> 1.3"