summaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-salesforce/files/patch-omniauth-salesforce.gemspec
blob: e615a0cd8023601c49b094ba87c54d357017ef99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- omniauth-salesforce.gemspec.orig	2022-08-12 14:54:54 UTC
+++ omniauth-salesforce.gemspec
@@ -23,14 +23,14 @@ Gem::Specification.new do |s|
   end
 
   if s.respond_to? :add_runtime_dependency then
-    s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 1.0"])
+    s.add_runtime_dependency(%q<omniauth>.freeze, [">= 1.0"])
     s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.0"])
     s.add_development_dependency(%q<rspec>.freeze, ["~> 2.7"])
     s.add_development_dependency(%q<rack-test>.freeze, [">= 0"])
     s.add_development_dependency(%q<simplecov>.freeze, [">= 0"])
     s.add_development_dependency(%q<webmock>.freeze, [">= 0"])
   else
-    s.add_dependency(%q<omniauth>.freeze, ["~> 1.0"])
+    s.add_dependency(%q<omniauth>.freeze, [">= 1.0"])
     s.add_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.0"])
     s.add_dependency(%q<rspec>.freeze, ["~> 2.7"])
     s.add_dependency(%q<rack-test>.freeze, [">= 0"])