-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
108 lines (104 loc) · 2.38 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
PATH
remote: .
specs:
omniauth-suomifi (0.8.0)
omniauth-saml (~> 2.1)
ruby-saml (~> 1.17)
GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.7.6)
activesupport (= 6.1.7.6)
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
bigdecimal (3.1.6)
concurrent-ruby (1.2.3)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.1)
docile (1.4.0)
hashdiff (1.1.0)
hashie (5.0.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
mini_portile2 (2.8.7)
minitest (5.22.2)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
omniauth (2.1.2)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
omniauth-saml (2.1.2)
omniauth (~> 2.1)
ruby-saml (~> 1.17)
public_suffix (5.0.4)
racc (1.8.1)
rack (3.1.7)
rack-protection (3.0.6)
rack
rack-test (2.1.0)
rack (>= 1.3)
rake (13.1.0)
rexml (3.3.7)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
ruby-saml (1.17.0)
nokogiri (>= 1.13.10)
rexml
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webmock (3.20.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
xmlenc (0.8.0)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
nokogiri (>= 1.6.0, < 2.0.0)
xmlmapper (>= 0.7.3)
xmlmapper (0.8.1)
nokogiri (~> 1.11)
zeitwerk (2.6.13)
PLATFORMS
ruby
DEPENDENCIES
nokogiri (>= 1.10.4)
omniauth-suomifi!
rack-test (~> 2.1.0)
rake (~> 13.1)
rspec (~> 3.13)
simplecov (~> 0.22.0)
simplecov-cobertura
webmock (~> 3.20)
xmlenc (~> 0.8.0)
BUNDLED WITH
2.4.12