omniauth-keycloak/Gemfile.lock

99 lines
2.1 KiB
Plaintext
Raw Normal View History

PATH
remote: .
specs:
2019-11-21 23:55:39 +00:00
omniauth-keycloak (1.1.0)
json-jwt (~> 1.11)
omniauth (~> 1.9.0)
omniauth-oauth2 (~> 1.6.0)
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
aes_key_wrap (1.0.1)
bindata (2.4.4)
concurrent-ruby (1.1.6)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
docile (1.3.1)
2019-11-21 23:55:39 +00:00
faraday (0.17.0)
multipart-post (>= 1.2, < 3)
hashdiff (0.3.7)
2019-11-21 23:55:39 +00:00
hashie (3.6.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
json (2.1.0)
2019-11-21 23:55:39 +00:00
json-jwt (1.11.0)
activesupport (>= 4.2)
aes_key_wrap
bindata
2019-11-21 23:55:39 +00:00
jwt (2.2.1)
minitest (5.14.1)
2019-11-21 23:55:39 +00:00
multi_json (1.14.1)
multi_xml (0.6.0)
2019-11-21 23:55:39 +00:00
multipart-post (2.1.1)
oauth2 (1.4.2)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
2019-11-21 23:55:39 +00:00
omniauth (1.9.0)
hashie (>= 3.4.6, < 3.7.0)
rack (>= 1.6.2, < 3)
2019-11-21 23:55:39 +00:00
omniauth-oauth2 (1.6.0)
oauth2 (~> 1.1)
2019-11-21 23:55:39 +00:00
omniauth (~> 1.9)
public_suffix (3.0.3)
rack (2.0.8)
rake (13.0.1)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
safe_yaml (1.0.4)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
webmock (3.4.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
zeitwerk (2.3.0)
PLATFORMS
ruby
DEPENDENCIES
bundler (~> 1.16)
omniauth-keycloak!
rake (~> 13.0)
rspec (~> 3.0)
simplecov (~> 0.16.1)
webmock (~> 3.4.2)
BUNDLED WITH
2019-11-21 23:55:39 +00:00
1.17.2