mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Gitlab requires net-http 0.4.1: Because faraday >= 2, < 2.5 could not be found in locally installed gems and faraday >= 2.5, < 2.12.1 could not be found in locally installed gems, faraday >= 2, < 2.12.1 cannot be used. And because faraday >= 2.12.1 depends on faraday-net_http >= 2.0, < 3.5, faraday >= 2 requires faraday-net_http >= 2.0, < 3.5. Because faraday-net_http >= 3.4.0 depends on net-http >= 0.5.0 and faraday-net_http >= 2.0, < 3.4.0 could not be found in locally installed gems, faraday-net_http >= 2.0 requires net-http >= 0.5.0. Thus, faraday >= 2 requires net-http >= 0.5.0. So, because Gemfile depends on faraday ~> 2 and Gemfile depends on net-http = 0.4.1, version solving has failed. While fixing the problem, moved gitlab used packages to own package names with a PKGNAMESUFFIX of `-gitlab`. This should make the gitlab package much more stable if updates in the ports are done.
11 lines
526 B
Text
11 lines
526 B
Text
--- fog-google.gemspec.orig 2024-10-30 07:29:28 UTC
|
|
+++ fog-google.gemspec
|
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
|
|
s.specification_version = 4
|
|
|
|
- s.add_runtime_dependency(%q<fog-core>.freeze, ["< 2.5".freeze])
|
|
+ s.add_runtime_dependency(%q<fog-core>.freeze, ["< 2.7".freeze])
|
|
s.add_runtime_dependency(%q<fog-json>.freeze, ["~> 1.2".freeze])
|
|
s.add_runtime_dependency(%q<fog-xml>.freeze, ["~> 0.1.0".freeze])
|
|
s.add_runtime_dependency(%q<google-apis-storage_v1>.freeze, [">= 0.19".freeze, "< 1".freeze])
|