--- omniauth-alicloud.gemspec.orig	2022-07-26 11:42:41 UTC
+++ omniauth-alicloud.gemspec
@@ -24,9 +24,9 @@ Gem::Specification.new do |s|
   end
 
   if s.respond_to? :add_runtime_dependency then
-    s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.7.1"])
+    s.add_runtime_dependency(%q<omniauth-oauth2>.freeze, [">= 1.7.1"])
   else
-    s.add_dependency(%q<omniauth-oauth2>.freeze, ["~> 1.7.1"])
+    s.add_dependency(%q<omniauth-oauth2>.freeze, [">= 1.7.1"])
   end
 end
 
