nixpkgs/pkgs/applications/networking/cluster/krane/Gemfile.lock

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

102 lines
2.3 KiB
Plaintext
Raw Normal View History

2021-09-04 18:24:09 +00:00
GEM
remote: https://rubygems.org/
specs:
2022-11-05 02:46:25 +00:00
activesupport (7.0.4)
2021-09-04 18:24:09 +00:00
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
2022-11-05 02:46:25 +00:00
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
2021-09-04 18:24:09 +00:00
colorize (0.8.1)
2022-04-23 17:46:56 +00:00
concurrent-ruby (1.1.10)
2021-09-04 18:24:09 +00:00
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
2022-01-22 15:56:54 +00:00
ejson (1.3.1)
2022-11-20 02:09:14 +00:00
faraday (2.7.1)
2022-11-05 02:46:25 +00:00
faraday-net_http (>= 2.0, < 3.1)
2021-09-04 18:24:09 +00:00
ruby2_keywords (>= 0.0.4)
2022-11-20 02:09:14 +00:00
faraday-net_http (3.0.2)
2022-01-22 15:56:54 +00:00
ffi (1.15.5)
2021-09-04 18:24:09 +00:00
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
2022-11-05 02:46:25 +00:00
googleauth (1.3.0)
2022-08-03 21:04:00 +00:00
faraday (>= 0.17.3, < 3.a)
2021-09-04 18:24:09 +00:00
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
2022-08-03 21:04:00 +00:00
signet (>= 0.16, < 2.a)
2021-09-04 18:24:09 +00:00
http (4.4.1)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
http-parser (~> 1.2.0)
http-accept (1.7.0)
2022-07-11 18:52:36 +00:00
http-cookie (1.0.5)
2021-09-04 18:24:09 +00:00
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
2022-08-03 21:04:00 +00:00
i18n (1.12.0)
2021-09-04 18:24:09 +00:00
concurrent-ruby (~> 1.0)
jsonpath (1.1.2)
2021-09-04 18:24:09 +00:00
multi_json
2022-11-05 02:46:25 +00:00
jwt (2.5.0)
2022-11-20 02:09:14 +00:00
krane (3.0.1)
2021-09-04 18:24:09 +00:00
activesupport (>= 5.0)
colorize (~> 0.8)
concurrent-ruby (~> 1.1)
ejson (~> 1.0)
2022-08-03 21:04:00 +00:00
googleauth (~> 1.2)
2022-01-22 15:56:54 +00:00
jsonpath (~> 1.0)
kubeclient (~> 4.9)
2021-09-04 18:24:09 +00:00
oj (~> 3.0)
statsd-instrument (>= 2.8, < 4)
thor (>= 1.0, < 2.0)
2022-11-05 02:46:25 +00:00
kubeclient (4.10.1)
2021-09-04 18:24:09 +00:00
http (>= 3.0, < 5.0)
2022-01-22 15:56:54 +00:00
jsonpath (~> 1.0)
2021-09-04 18:24:09 +00:00
recursive-open-struct (~> 1.1, >= 1.1.1)
rest-client (~> 2.0)
memoist (0.16.2)
2021-11-20 13:46:58 +00:00
mime-types (3.4.1)
2021-09-04 18:24:09 +00:00
mime-types-data (~> 3.2015)
2022-01-22 15:56:54 +00:00
mime-types-data (3.2022.0105)
2022-11-05 02:46:25 +00:00
minitest (5.16.3)
2021-09-04 18:24:09 +00:00
multi_json (1.15.0)
netrc (0.11.0)
2022-11-20 02:09:14 +00:00
oj (3.13.23)
2021-11-16 02:08:50 +00:00
os (1.1.4)
2022-11-05 02:46:25 +00:00
public_suffix (5.0.0)
2021-09-04 18:24:09 +00:00
rake (13.0.6)
recursive-open-struct (1.1.3)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
ruby2_keywords (0.0.5)
2022-07-11 18:52:36 +00:00
signet (0.17.0)
2021-09-04 18:24:09 +00:00
addressable (~> 2.8)
2022-07-11 18:52:36 +00:00
faraday (>= 0.17.5, < 3.a)
2021-09-04 18:24:09 +00:00
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
2022-11-05 02:46:25 +00:00
statsd-instrument (3.5.0)
2022-01-22 15:56:54 +00:00
thor (1.2.1)
2022-08-03 21:04:00 +00:00
tzinfo (2.0.5)
2021-09-04 18:24:09 +00:00
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
2022-07-11 18:52:36 +00:00
unf_ext (0.0.8.2)
2021-09-04 18:24:09 +00:00
PLATFORMS
2021-10-14 22:38:46 +00:00
ruby
2021-09-04 18:24:09 +00:00
DEPENDENCIES
krane
BUNDLED WITH
2022-11-05 02:46:25 +00:00
2.3.24