Skip to content

Commit 59d0a7c

Browse files
committed
Update json-jwt gem, update gems
1 parent e32e803 commit 59d0a7c

File tree

3 files changed

+33
-25
lines changed

3 files changed

+33
-25
lines changed

Gemfile.lock

+31-23
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,65 @@
11
PATH
22
remote: .
33
specs:
4-
omniauth-keycloak (1.4.2)
4+
omniauth-keycloak (1.4.4)
55
faraday
6-
json-jwt (~> 1.13.0)
6+
json-jwt (> 1.13.0)
77
omniauth (>= 2.0)
88
omniauth-oauth2 (~> 1.7.1)
99

1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
activesupport (7.0.3)
13+
activesupport (7.0.4.2)
1414
concurrent-ruby (~> 1.0, >= 1.0.2)
1515
i18n (>= 1.6, < 2)
1616
minitest (>= 5.1)
1717
tzinfo (~> 2.0)
1818
addressable (2.8.0)
1919
public_suffix (>= 2.0.2, < 5.0)
2020
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)
2323
crack (0.4.5)
2424
rexml
2525
diff-lcs (1.4.4)
2626
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)
2929
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)
3133
hashdiff (1.0.1)
3234
hashie (5.0.0)
33-
i18n (1.10.0)
35+
i18n (1.12.0)
3436
concurrent-ruby (~> 1.0)
35-
json-jwt (1.13.0)
37+
json-jwt (1.16.3)
3638
activesupport (>= 4.2)
3739
aes_key_wrap
3840
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)
4245
multi_xml (0.6.0)
43-
oauth2 (1.4.9)
46+
oauth2 (2.0.9)
4447
faraday (>= 0.17.3, < 3.0)
4548
jwt (>= 1.0, < 3.0)
46-
multi_json (~> 1.3)
4749
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)
5054
hashie (>= 3.4.6)
51-
rack (>= 1.6.2, < 3)
55+
rack (>= 2.2.3)
5256
rack-protection
53-
omniauth-oauth2 (1.7.2)
54-
oauth2 (~> 1.4)
57+
omniauth-oauth2 (1.7.3)
58+
oauth2 (>= 1.4, < 3)
5559
omniauth (>= 1.9, < 3)
5660
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)
5963
rack
6064
rake (13.0.1)
6165
rexml (3.2.5)
@@ -79,8 +83,12 @@ GEM
7983
simplecov_json_formatter (~> 0.1)
8084
simplecov-html (0.12.3)
8185
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)
8390
concurrent-ruby (~> 1.0)
91+
version_gem (1.1.1)
8492
webmock (3.14.0)
8593
addressable (>= 2.8.0)
8694
crack (>= 0.3.2)

lib/keycloak/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Omniauth
22
module Keycloak
3-
VERSION = "1.4.4"
3+
VERSION = "1.5.0"
44
end
55
end

omniauth-keycloak.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525

2626
spec.add_dependency "omniauth", ">= 2.0"
2727
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"
2929
spec.add_dependency "faraday"
3030

3131
spec.add_development_dependency "bundler", "~> 2.2"

0 commit comments

Comments
 (0)