summaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-omniauth-gitlab')
-rw-r--r--security/rubygem-omniauth-gitlab/Makefile3
-rw-r--r--security/rubygem-omniauth-gitlab/files/patch-gemspec11
2 files changed, 13 insertions, 1 deletions
diff --git a/security/rubygem-omniauth-gitlab/Makefile b/security/rubygem-omniauth-gitlab/Makefile
index 159210eeda6f..75a5ee05c2ef 100644
--- a/security/rubygem-omniauth-gitlab/Makefile
+++ b/security/rubygem-omniauth-gitlab/Makefile
@@ -1,5 +1,6 @@
PORTNAME= omniauth-gitlab
PORTVERSION= 4.1.0
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -11,7 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-omniauth>=2.0<3:security/rubygem-omniauth \
- rubygem-omniauth-oauth2>=1.8.0<1.9:net/rubygem-omniauth-oauth2
+ rubygem-omniauth-oauth2>=1.8.0<2:net/rubygem-omniauth-oauth2
USES= gem
diff --git a/security/rubygem-omniauth-gitlab/files/patch-gemspec b/security/rubygem-omniauth-gitlab/files/patch-gemspec
new file mode 100644
index 000000000000..6b516a7acf8a
--- /dev/null
+++ b/security/rubygem-omniauth-gitlab/files/patch-gemspec
@@ -0,0 +1,11 @@
+--- omniauth-gitlab.gemspec.orig 2025-12-18 13:25:02 UTC
++++ omniauth-gitlab.gemspec
+@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
+ s.specification_version = 4
+
+ s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 2.0".freeze])
+- s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.8.0".freeze])
++ s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.8".freeze])
+ s.add_development_dependency(%q<rspec>.freeze, ["~> 3.1".freeze])
+ s.add_development_dependency(%q<rspec-its>.freeze, ["~> 1.0".freeze])
+ s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze])