Fix runtime of www/gitlab-ce

Allow omniauth 1.9.* to fix bundler check when gitlab starts.

--- omniauth-oauth2.gemspec.orig	2024-02-21 06:39:47 UTC
+++ omniauth-oauth2.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
   s.specification_version = 4
 
   s.add_runtime_dependency(%q<oauth2>.freeze, [">= 1.4".freeze, "< 3".freeze])
-  s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 2.0".freeze])
+  s.add_runtime_dependency(%q<omniauth>.freeze, [">= 1.9".freeze, "< 3".freeze])
   s.add_development_dependency(%q<bundler>.freeze, ["~> 2.0".freeze])
 end