summaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-azure-oauth2/files/patch-omniauth-azure-oauth2.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-omniauth-azure-oauth2/files/patch-omniauth-azure-oauth2.gemspec')
-rw-r--r--net/rubygem-omniauth-azure-oauth2/files/patch-omniauth-azure-oauth2.gemspec12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/rubygem-omniauth-azure-oauth2/files/patch-omniauth-azure-oauth2.gemspec b/net/rubygem-omniauth-azure-oauth2/files/patch-omniauth-azure-oauth2.gemspec
index 27502b5c8380..95a4883f424f 100644
--- a/net/rubygem-omniauth-azure-oauth2/files/patch-omniauth-azure-oauth2.gemspec
+++ b/net/rubygem-omniauth-azure-oauth2/files/patch-omniauth-azure-oauth2.gemspec
@@ -1,11 +1,11 @@
---- omniauth-azure-oauth2.gemspec.orig 2023-01-05 23:46:55 UTC
+--- omniauth-azure-oauth2.gemspec.orig 2024-02-27 17:52:32 UTC
+++ omniauth-azure-oauth2.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.specification_version = 4
-- s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 1.0"])
-+ s.add_runtime_dependency(%q<omniauth>.freeze, [">= 1.0"])
- s.add_runtime_dependency(%q<jwt>.freeze, [">= 1.0", "< 3.0"])
- s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.4"])
- s.add_development_dependency(%q<rspec>.freeze, [">= 2.14.0"])
+- s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 1.0".freeze])
++ s.add_runtime_dependency(%q<omniauth>.freeze, [">= 1.0".freeze])
+ s.add_runtime_dependency(%q<jwt>.freeze, [">= 1.0".freeze, "< 3.0".freeze])
+ s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.4".freeze])
+ s.add_development_dependency(%q<rspec>.freeze, [">= 2.14.0".freeze])