Skip to content

Commit

Permalink
bump up oath2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Shatnyy committed May 18, 2020
1 parent a46708d commit 75caf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-okta.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency "omniauth", "~> 1.5"
s.add_dependency "omniauth-oauth2", ">= 1.4.0", "< 2.0"
s.add_dependency "omniauth-oauth2", ">= 1.6.0", "< 2.0"

s.add_development_dependency "bundler", "~> 1.5"
s.add_development_dependency "rake"
Expand Down

0 comments on commit 75caf6b

Please sign in to comment.