mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
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/
11 lines
622 B
Ruby
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"
|