Skip to content

Commit

Permalink
Merge pull request #12 from andrewshatnyy/master
Browse files Browse the repository at this point in the history
Update oauth2 dependency
  • Loading branch information
dandrews authored May 20, 2020
2 parents a46708d + 6e7fc30 commit 7246c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth-okta/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module Okta
VERSION = '0.1.2'.freeze
VERSION = '0.1.3'.freeze
end
end
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 7246c02

Please sign in to comment.