File tree 3 files changed +33
-25
lines changed
3 files changed +33
-25
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- omniauth-keycloak (1.4.2 )
4
+ omniauth-keycloak (1.4.4 )
5
5
faraday
6
- json-jwt (~ > 1.13.0 )
6
+ json-jwt (> 1.13.0 )
7
7
omniauth (>= 2.0 )
8
8
omniauth-oauth2 (~> 1.7.1 )
9
9
10
10
GEM
11
11
remote: https://rubygems.org/
12
12
specs:
13
- activesupport (7.0.3 )
13
+ activesupport (7.0.4.2 )
14
14
concurrent-ruby (~> 1.0 , >= 1.0.2 )
15
15
i18n (>= 1.6 , < 2 )
16
16
minitest (>= 5.1 )
17
17
tzinfo (~> 2.0 )
18
18
addressable (2.8.0 )
19
19
public_suffix (>= 2.0.2 , < 5.0 )
20
20
aes_key_wrap (1.1.0 )
21
- bindata (2.4.10 )
22
- concurrent-ruby (1.1.10 )
21
+ bindata (2.4.15 )
22
+ concurrent-ruby (1.2.2 )
23
23
crack (0.4.5 )
24
24
rexml
25
25
diff-lcs (1.4.4 )
26
26
docile (1.4.0 )
27
- faraday (2.3.0 )
28
- faraday-net_http (~> 2.0 )
27
+ faraday (2.7.4 )
28
+ faraday-net_http (>= 2.0 , < 3.1 )
29
29
ruby2_keywords (>= 0.0.4 )
30
- faraday-net_http (2.0.3 )
30
+ faraday-follow_redirects (0.3.0 )
31
+ faraday (>= 1 , < 3 )
32
+ faraday-net_http (3.0.2 )
31
33
hashdiff (1.0.1 )
32
34
hashie (5.0.0 )
33
- i18n (1.10 .0 )
35
+ i18n (1.12 .0 )
34
36
concurrent-ruby (~> 1.0 )
35
- json-jwt (1.13.0 )
37
+ json-jwt (1.16.3 )
36
38
activesupport (>= 4.2 )
37
39
aes_key_wrap
38
40
bindata
39
- jwt (2.3.0 )
40
- minitest (5.15.0 )
41
- multi_json (1.15.0 )
41
+ faraday (~> 2.0 )
42
+ faraday-follow_redirects
43
+ jwt (2.7.0 )
44
+ minitest (5.17.0 )
42
45
multi_xml (0.6.0 )
43
- oauth2 (1.4 .9 )
46
+ oauth2 (2.0 .9 )
44
47
faraday (>= 0.17.3 , < 3.0 )
45
48
jwt (>= 1.0 , < 3.0 )
46
- multi_json (~> 1.3 )
47
49
multi_xml (~> 0.5 )
48
- rack (>= 1.2 , < 3 )
49
- omniauth (2.0.4 )
50
+ rack (>= 1.2 , < 4 )
51
+ snaky_hash (~> 2.0 )
52
+ version_gem (~> 1.1 )
53
+ omniauth (2.1.1 )
50
54
hashie (>= 3.4.6 )
51
- rack (>= 1.6.2 , < 3 )
55
+ rack (>= 2.2. 3 )
52
56
rack-protection
53
- omniauth-oauth2 (1.7.2 )
54
- oauth2 (~> 1.4 )
57
+ omniauth-oauth2 (1.7.3 )
58
+ oauth2 (>= 1.4 , < 3 )
55
59
omniauth (>= 1.9 , < 3 )
56
60
public_suffix (4.0.6 )
57
- rack (2.2.3 )
58
- rack-protection (2.2.0 )
61
+ rack (3.0.4.1 )
62
+ rack-protection (3.0.5 )
59
63
rack
60
64
rake (13.0.1 )
61
65
rexml (3.2.5 )
79
83
simplecov_json_formatter (~> 0.1 )
80
84
simplecov-html (0.12.3 )
81
85
simplecov_json_formatter (0.1.3 )
82
- tzinfo (2.0.4 )
86
+ snaky_hash (2.0.1 )
87
+ hashie
88
+ version_gem (~> 1.1 , >= 1.1.1 )
89
+ tzinfo (2.0.6 )
83
90
concurrent-ruby (~> 1.0 )
91
+ version_gem (1.1.1 )
84
92
webmock (3.14.0 )
85
93
addressable (>= 2.8.0 )
86
94
crack (>= 0.3.2 )
Original file line number Diff line number Diff line change 1
1
module Omniauth
2
2
module Keycloak
3
- VERSION = "1.4.4 "
3
+ VERSION = "1.5.0 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
26
26
spec . add_dependency "omniauth" , ">= 2.0"
27
27
spec . add_dependency "omniauth-oauth2" , "~> 1.7.1"
28
- spec . add_dependency "json-jwt" , "~ > 1.13.0"
28
+ spec . add_dependency "json-jwt" , "> 1.13.0"
29
29
spec . add_dependency "faraday"
30
30
31
31
spec . add_development_dependency "bundler" , "~> 2.2"
You can’t perform that action at this time.
0 commit comments