Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 30 additions & 12 deletions package/windows/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
certstore_c (0.1.7)
concurrent-ruby (1.1.7)
Expand All @@ -22,7 +22,8 @@ GEM
faraday (1.1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
ffi (1.13.1-x64-mingw32)
ffi (1.15.5)
ffi (1.15.5-x64-mingw32)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand Down Expand Up @@ -59,6 +60,16 @@ GEM
fluentd (>= 0.12.0)
httpclient
json
fluentd (1.11.5)
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.7.0)
msgpack (>= 1.3.1, < 2.0.0)
serverengine (>= 2.2.2, < 3.0.0)
sigdump (~> 0.2.2)
strptime (>= 0.2.2, < 1.0.0)
tzinfo (>= 1.0, < 3.0)
tzinfo-data (~> 1.0)
yajl-ruby (~> 1.0)
fluentd (1.11.5-x64-mingw32)
certstore_c (~> 0.1.7)
cool.io (>= 1.4.5, < 2.0.0)
Expand All @@ -80,27 +91,27 @@ GEM
http-form_data (~> 2.2)
http-parser (~> 1.2.0)
http-accept (1.7.0)
http-cookie (1.0.3)
http-cookie (1.0.4)
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.2)
ffi-compiler
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.6.0)
httpclient (2.8.3)
json (2.4.0)
jsonpath (1.0.5)
jsonpath (1.1.0)
multi_json
to_regexp (~> 0.2.1)
kubeclient (4.9.1)
kubeclient (4.9.3)
http (>= 3.0, < 5.0)
jsonpath (~> 1.0)
recursive-open-struct (~> 1.1, >= 1.1.1)
rest-client (~> 2.0)
lru_redux (1.1.0)
ltsv (0.1.2)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
mime-types-data (3.2022.0105)
msgpack (1.3.3)
msgpack (1.3.3-x64-mingw32)
multi_json (1.15.0)
multipart-post (2.1.1)
Expand All @@ -114,6 +125,11 @@ GEM
recursive-open-struct (1.1.3)
remote_syslog_sender_tls (1.2.5)
syslog_protocol
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)
rest-client (2.1.0-x64-mingw32)
ffi (~> 1.9)
http-accept (>= 1.7.0, < 2.0)
Expand All @@ -128,14 +144,15 @@ GEM
sigdump (0.2.4)
strptime (0.2.5)
syslog_protocol (0.9.2)
to_regexp (0.2.1)
tzinfo (2.0.3)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2020.4)
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7-x64-mingw32)
unf_ext (0.0.8.1)
unf_ext (0.0.8.1-x64-mingw32)
win32-api (1.9.2)
win32-api (1.9.2-universal-mingw32)
win32-event (0.6.3)
win32-ipc (>= 0.6.0)
Expand All @@ -153,6 +170,7 @@ GEM

PLATFORMS
x64-mingw32
x86_64-linux

DEPENDENCIES
cool.io
Expand Down