summaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-oauth2/files/patch-gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-omniauth-oauth2/files/patch-gemspec')
-rw-r--r--net/rubygem-omniauth-oauth2/files/patch-gemspec18
1 files changed, 9 insertions, 9 deletions
diff --git a/net/rubygem-omniauth-oauth2/files/patch-gemspec b/net/rubygem-omniauth-oauth2/files/patch-gemspec
index e11300d78ced..5dc78a642a4b 100644
--- a/net/rubygem-omniauth-oauth2/files/patch-gemspec
+++ b/net/rubygem-omniauth-oauth2/files/patch-gemspec
@@ -2,14 +2,14 @@ Fix runtime of www/gitlab-ce
Allow omniauth 1.9.* to fix bundler check when gitlab starts.
---- omniauth-oauth2.gemspec.orig 2022-07-11 15:00:59 UTC
+--- omniauth-oauth2.gemspec.orig 2023-01-05 23:51:11 UTC
+++ omniauth-oauth2.gemspec
-@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
+@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
+ s.specification_version = 4
+
+ s.add_runtime_dependency(%q<oauth2>.freeze, [">= 1.4", "< 3"])
+- s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 2.0"])
++ s.add_runtime_dependency(%q<omniauth>.freeze, [">= 1.9", "< 3"])
+ s.add_development_dependency(%q<bundler>.freeze, ["~> 2.0"])
+ end
- if s.respond_to? :add_runtime_dependency then
- s.add_runtime_dependency(%q<oauth2>.freeze, [">= 1.4", "< 3"])
-- s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 2.0"])
-+ s.add_runtime_dependency(%q<omniauth>.freeze, [">= 1.9", "< 3"])
- s.add_development_dependency(%q<bundler>.freeze, ["~> 2.0"])
- else
- s.add_dependency(%q<oauth2>.freeze, [">= 1.4", "< 3"])