File tree Expand file tree Collapse file tree 5 files changed +39
-17
lines changed Expand file tree Collapse file tree 5 files changed +39
-17
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- fluent-plugin-splunk-hec (1.3.0 )
4
+ fluent-plugin-splunk-hec (1.3.1 )
5
5
fluentd (>= 1.5 )
6
+ json-jwt (~> 1.15.0 )
6
7
multi_json (~> 1.13 )
7
8
net-http-persistent (~> 4.0 )
8
9
openid_connect (~> 1.1.8 )
9
10
prometheus-client (>= 2.1.0 )
11
+ rack-oauth2 (~> 1.19 )
10
12
11
13
GEM
12
14
remote: https://rubygems.org/
13
15
specs:
14
- activemodel (7.0.3 )
15
- activesupport (= 7.0.3 )
16
- activesupport (7.0.3 )
16
+ activemodel (7.0.4 )
17
+ activesupport (= 7.0.4 )
18
+ activesupport (7.0.4 )
17
19
concurrent-ruby (~> 1.0 , >= 1.0.2 )
18
20
i18n (>= 1.6 , < 2 )
19
21
minitest (>= 5.1 )
22
24
public_suffix (>= 2.0.2 , < 5.0 )
23
25
aes_key_wrap (1.1.0 )
24
26
attr_required (1.0.1 )
25
- bindata (2.4.10 )
27
+ bindata (2.4.14 )
26
28
concurrent-ruby (1.1.10 )
27
- connection_pool (2.2.5 )
29
+ connection_pool (2.3.0 )
28
30
cool.io (1.7.1 )
29
31
crack (0.4.5 )
30
32
rexml
31
33
digest (3.1.0 )
32
34
docile (1.4.0 )
35
+ faraday (2.7.1 )
36
+ faraday-net_http (>= 2.0 , < 3.1 )
37
+ ruby2_keywords (>= 0.0.4 )
38
+ faraday-follow_redirects (0.3.0 )
39
+ faraday (>= 1 , < 3 )
40
+ faraday-net_http (3.0.2 )
33
41
fluentd (1.15.3 )
34
42
bundler
35
43
cool.io (>= 1.4.5 , < 2.0.0 )
45
53
hashdiff (1.0.1 )
46
54
http_parser.rb (0.8.0 )
47
55
httpclient (2.8.3 )
48
- i18n (1.10 .0 )
56
+ i18n (1.12 .0 )
49
57
concurrent-ruby (~> 1.0 )
50
58
io-wait (0.2.1 )
51
- json-jwt (1.13.0 )
59
+ json-jwt (1.15.3 )
52
60
activesupport (>= 4.2 )
53
61
aes_key_wrap
54
62
bindata
63
+ httpclient
55
64
mail (2.7.1 )
56
65
mini_mime (>= 0.1.1 )
57
66
mini_mime (1.1.2 )
81
90
prometheus-client (4.0.0 )
82
91
public_suffix (4.0.6 )
83
92
rack (3.0.1 )
84
- rack-oauth2 (1.19.0 )
93
+ rack-oauth2 (1.21.2 )
85
94
activesupport
86
95
attr_required
87
96
httpclient
88
97
json-jwt (>= 1.11.0 )
89
98
rack (>= 2.1.0 )
90
99
rake (13.0.6 )
91
100
rexml (3.2.5 )
101
+ ruby2_keywords (0.0.5 )
92
102
serverengine (2.3.0 )
93
103
sigdump (~> 0.2.2 )
94
104
sigdump (0.2.4 )
99
109
simplecov-html (0.12.3 )
100
110
simplecov_json_formatter (0.1.3 )
101
111
strptime (0.2.5 )
102
- swd (1.3.0 )
112
+ swd (2.0.2 )
103
113
activesupport (>= 3 )
104
114
attr_required (>= 0.0.5 )
105
- httpclient (>= 2.4 )
115
+ faraday (~> 2.0 )
116
+ faraday-follow_redirects
106
117
test-unit (3.5.3 )
107
118
power_assert
108
119
timeout (0.2.0 )
116
127
validate_url (1.0.15 )
117
128
activemodel (>= 3.0.0 )
118
129
public_suffix
119
- webfinger (1.2.0 )
130
+ webfinger (2. 1.2 )
120
131
activesupport
121
- httpclient (>= 2.4 )
132
+ faraday (~> 2.0 )
133
+ faraday-follow_redirects
122
134
webmock (3.5.1 )
123
135
addressable (>= 2.3.6 )
124
136
crack (>= 0.3.2 )
Original file line number Diff line number Diff line change 1
- 1.3.0
1
+ 1.3.1
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ gem 'activesupport', '~> 5.2.4.3'
19
19
gem 'http_parser.rb' , '=0.8.0'
20
20
gem "rack" , ">=3.0.0"
21
21
gem "fluent-plugin-record-modifier" , ">=2.1"
22
+ gem 'json-jwt' , '~> 1.15.0'
23
+ gem 'rack-oauth2' , '~> 1.19'
22
24
23
25
24
26
gem 'fluent-plugin-splunk-hec' , path : 'gem/'
Original file line number Diff line number Diff line change 12
12
PATH
13
13
remote: gem
14
14
specs:
15
- fluent-plugin-splunk-hec (1.3.0 )
15
+ fluent-plugin-splunk-hec (1.3.1 )
16
16
fluentd (>= 1.5 )
17
+ json-jwt (~> 1.15.0 )
17
18
multi_json (~> 1.13 )
18
19
net-http-persistent (~> 4.0 )
19
20
openid_connect (~> 1.1.8 )
20
21
prometheus-client (>= 2.1.0 )
22
+ rack-oauth2 (~> 1.19 )
21
23
22
24
GEM
23
25
remote: https://rubygems.org/
33
35
public_suffix (>= 2.0.2 , < 5.0 )
34
36
aes_key_wrap (1.1.0 )
35
37
attr_required (1.0.1 )
36
- bindata (2.4.10 )
38
+ bindata (2.4.14 )
37
39
concurrent-ruby (1.1.9 )
38
40
connection_pool (2.2.5 )
39
41
cool.io (1.7.1 )
87
89
httpclient (2.8.3 )
88
90
i18n (1.9.1 )
89
91
concurrent-ruby (~> 1.0 )
90
- json-jwt (1.13.0 )
92
+ json-jwt (1.15.3 )
91
93
activesupport (>= 4.2 )
92
94
aes_key_wrap
93
95
bindata
96
+ httpclient
94
97
jsonpath (1.1.0 )
95
98
multi_json
96
99
lru_redux (1.1.0 )
@@ -177,13 +180,15 @@ DEPENDENCIES
177
180
fluent-plugin-systemd (= 1.0.2 )
178
181
fluentd (>= 1.15 )
179
182
http_parser.rb (= 0.8.0 )
183
+ json-jwt (~> 1.15.0 )
180
184
kubeclient !
181
185
multi_json (~> 1.13 )
182
186
net-http-persistent (~> 4.0 )
183
187
oj (>= 3.11.2 )
184
188
openid_connect (~> 1.1.8 )
185
189
prometheus-client (>= 2.1.0 )
186
190
rack (>= 3.0.0 )
191
+ rack-oauth2 (~> 1.19 )
187
192
188
193
BUNDLED WITH
189
194
2.3.11
Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ Gem::Specification.new do |spec|
38
38
spec . add_runtime_dependency 'net-http-persistent' , '~> 4.0'
39
39
spec . add_runtime_dependency 'openid_connect' , '~> 1.1.8'
40
40
spec . add_runtime_dependency 'prometheus-client' , '>= 2.1.0'
41
+ spec . add_runtime_dependency 'json-jwt' , '~> 1.15.0'
42
+ spec . add_runtime_dependency 'rack-oauth2' , '~> 1.19'
43
+
41
44
42
45
spec . add_development_dependency 'bundler' , '~> 2.0'
43
46
spec . add_development_dependency 'rake' , '>= 12.0'
You can’t perform that action at this time.
0 commit comments