We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46708d commit 75caf6bCopy full SHA for 75caf6b
1 file changed
omniauth-okta.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
16
17
s.add_dependency "omniauth", "~> 1.5"
18
- s.add_dependency "omniauth-oauth2", ">= 1.4.0", "< 2.0"
+ s.add_dependency "omniauth-oauth2", ">= 1.6.0", "< 2.0"
19
20
s.add_development_dependency "bundler", "~> 1.5"
21
s.add_development_dependency "rake"
0 commit comments