diff options
Diffstat (limited to 'security/rubygem-omniauth-dingtalk-oauth2/files')
-rw-r--r-- | security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec b/security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec index 66d2919768f5..10add5772f1f 100644 --- a/security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec +++ b/security/rubygem-omniauth-dingtalk-oauth2/files/patch-omniauth-dingtalk-oauth2.gemspec @@ -1,11 +1,11 @@ ---- omniauth-dingtalk-oauth2.gemspec.orig 2023-01-06 01:44:14 UTC +--- omniauth-dingtalk-oauth2.gemspec.orig 2024-02-27 17:54:49 UTC +++ omniauth-dingtalk-oauth2.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.specification_version = 4 -- s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.7"]) -+ s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, [">= 1.7"]) - s.add_development_dependency(%q<rake>.freeze, ["~> 12.0"]) - s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0"]) +- s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.7".freeze]) ++ s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, [">= 1.7".freeze]) + s.add_development_dependency(%q<rake>.freeze, ["~> 12.0".freeze]) + s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze]) end |