forked from omniauth/omniauth-openid
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile.lock
89 lines (84 loc) · 1.85 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
GIT
remote: git://github.com/mbleigh/ruby-openid.git
revision: 4b6fdd152edbc9d1f617056879eb03bd82b78eb4
specs:
ruby-openid (2.1.8)
PATH
remote: .
specs:
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.4.0)
GEM
remote: http://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
docile (1.1.5)
hashdiff (0.3.7)
hashie (3.5.7)
json (2.3.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
public_suffix (3.0.1)
rack (2.2.3)
rack-openid (1.4.2)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-protection (2.0.8.1)
rack
rack-test (0.8.2)
rack (>= 1.0, < 3)
rake (13.0.1)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.0)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
ruby2_keywords (0.0.2)
safe_yaml (1.0.4)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
tilt (2.0.10)
webmock (3.1.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
yard (0.9.25)
PLATFORMS
ruby
DEPENDENCIES
jruby-openssl (~> 0.9)
omniauth-openid!
rack-test
rake (~> 13.0)
rspec (>= 3.0)
ruby-openid (= 2.1.8)!
simplecov (>= 0.9)
sinatra
webmock (~> 3.0)
yard (>= 0.9.11)
BUNDLED WITH
1.15.4