Skip to content

Commit 7246c02

Browse files
authored
Merge pull request #12 from andrewshatnyy/master
Update oauth2 dependency
2 parents a46708d + 6e7fc30 commit 7246c02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/omniauth-okta/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module Okta
5-
VERSION = '0.1.2'.freeze
5+
VERSION = '0.1.3'.freeze
66
end
77
end

omniauth-okta.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
1515
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1616

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

2020
s.add_development_dependency "bundler", "~> 1.5"
2121
s.add_development_dependency "rake"

0 commit comments

Comments
 (0)