We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee8ef3 commit 553f0baCopy full SHA for 553f0ba
Gemfile.lock
@@ -7,7 +7,7 @@ GIT
7
PATH
8
remote: .
9
specs:
10
- omniauth-openid (2.0.0)
+ omniauth-openid (2.0.1)
11
omniauth (>= 1.0, < 3.0)
12
rack-openid (~> 1.4.0)
13
@@ -24,7 +24,7 @@ GEM
24
hashie (4.1.0)
25
json (2.1.0)
26
mustermann (1.0.1)
27
- omniauth (2.0.1)
+ omniauth (2.0.0)
28
hashie (>= 3.4.6)
29
rack (>= 1.6.2, < 3)
30
rack-protection
lib/omniauth-openid/version.rb
@@ -1,5 +1,5 @@
1
module OmniAuth
2
module OpenID
3
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
4
end
5
0 commit comments