cloudtasker 0.11.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,17 +54,37 @@ GEM
54
54
  i18n (>= 0.7, < 2)
55
55
  minitest (~> 5.1)
56
56
  tzinfo (~> 1.1)
57
- addressable (2.7.0)
57
+ addressable (2.8.0)
58
58
  public_suffix (>= 2.0.2, < 5.0)
59
- appraisal (2.4.0)
59
+ appraisal (2.4.1)
60
60
  bundler
61
61
  rake
62
62
  thor (>= 0.14.0)
63
63
  arel (9.0.0)
64
64
  ast (2.4.2)
65
+ async (1.30.1)
66
+ console (~> 1.10)
67
+ nio4r (~> 2.3)
68
+ timers (~> 4.1)
69
+ async-http (0.56.5)
70
+ async (>= 1.25)
71
+ async-io (>= 1.28)
72
+ async-pool (>= 0.2)
73
+ protocol-http (~> 0.22.0)
74
+ protocol-http1 (~> 0.14.0)
75
+ protocol-http2 (~> 0.14.0)
76
+ async-http-faraday (0.11.0)
77
+ async-http (~> 0.42)
78
+ faraday
79
+ async-io (1.32.2)
80
+ async
81
+ async-pool (0.3.8)
82
+ async (>= 1.25)
65
83
  builder (3.2.4)
66
- concurrent-ruby (1.1.8)
67
- connection_pool (2.2.3)
84
+ concurrent-ruby (1.1.9)
85
+ connection_pool (2.2.5)
86
+ console (1.13.1)
87
+ fiber-local
68
88
  crack (0.4.5)
69
89
  rexml
70
90
  crass (1.0.6)
@@ -72,26 +92,42 @@ GEM
72
92
  erubi (1.10.0)
73
93
  et-orbi (1.2.4)
74
94
  tzinfo
75
- faraday (1.3.0)
95
+ faraday (1.7.0)
96
+ faraday-em_http (~> 1.0)
97
+ faraday-em_synchrony (~> 1.0)
98
+ faraday-excon (~> 1.1)
99
+ faraday-httpclient (~> 1.0.1)
76
100
  faraday-net_http (~> 1.0)
101
+ faraday-net_http_persistent (~> 1.1)
102
+ faraday-patron (~> 1.0)
103
+ faraday-rack (~> 1.0)
77
104
  multipart-post (>= 1.2, < 3)
78
- ruby2_keywords
105
+ ruby2_keywords (>= 0.0.4)
106
+ faraday-em_http (1.0.0)
107
+ faraday-em_synchrony (1.0.0)
108
+ faraday-excon (1.1.0)
79
109
  faraday-http-cache (2.2.0)
80
110
  faraday (>= 0.8)
111
+ faraday-httpclient (1.0.1)
81
112
  faraday-net_http (1.0.1)
82
- fugit (1.4.2)
113
+ faraday-net_http_persistent (1.2.0)
114
+ faraday-patron (1.0.0)
115
+ faraday-rack (1.0.0)
116
+ fiber-local (1.0.0)
117
+ fugit (1.5.1)
83
118
  et-orbi (~> 1.1, >= 1.1.8)
84
119
  raabro (~> 1.4)
85
- github_changelog_generator (1.15.2)
120
+ github_changelog_generator (1.16.4)
86
121
  activesupport
122
+ async (>= 1.25.0)
123
+ async-http-faraday
87
124
  faraday-http-cache
88
125
  multi_json
89
126
  octokit (~> 4.6)
90
127
  rainbow (>= 2.2.1)
91
128
  rake (>= 10.0)
92
- retriable (~> 3.0)
93
- globalid (0.4.2)
94
- activesupport (>= 4.2.0)
129
+ globalid (0.5.2)
130
+ activesupport (>= 5.0)
95
131
  google-cloud-tasks (1.5.1)
96
132
  google-gax (~> 1.8)
97
133
  googleapis-common-protos (>= 1.3.9, < 2.0)
@@ -103,33 +139,33 @@ GEM
103
139
  googleauth (~> 0.9)
104
140
  grpc (~> 1.24)
105
141
  rly (~> 0.2.3)
106
- google-protobuf (3.15.5)
142
+ google-protobuf (3.17.3)
107
143
  googleapis-common-protos (1.3.11)
108
144
  google-protobuf (~> 3.14)
109
145
  googleapis-common-protos-types (>= 1.0.6, < 2.0)
110
146
  grpc (~> 1.27)
111
- googleapis-common-protos-types (1.0.6)
147
+ googleapis-common-protos-types (1.1.0)
112
148
  google-protobuf (~> 3.14)
113
- googleauth (0.16.0)
149
+ googleauth (0.17.0)
114
150
  faraday (>= 0.17.3, < 2.0)
115
151
  jwt (>= 1.4, < 3.0)
116
152
  memoist (~> 0.16)
117
153
  multi_json (~> 1.11)
118
154
  os (>= 0.9, < 2.0)
119
155
  signet (~> 0.14)
120
- grpc (1.36.0)
121
- google-protobuf (~> 3.14)
156
+ grpc (1.38.0)
157
+ google-protobuf (~> 3.15)
122
158
  googleapis-common-protos-types (~> 1.0)
123
159
  grpc-google-iam-v1 (0.6.11)
124
160
  google-protobuf (~> 3.14)
125
161
  googleapis-common-protos (>= 1.3.11, < 2.0)
126
162
  grpc (~> 1.27)
127
163
  hashdiff (1.0.1)
128
- i18n (1.8.9)
164
+ i18n (1.8.10)
129
165
  concurrent-ruby (~> 1.0)
130
166
  jaro_winkler (1.5.4)
131
- jwt (2.2.2)
132
- loofah (2.9.0)
167
+ jwt (2.2.3)
168
+ loofah (2.12.0)
133
169
  crass (~> 1.0.2)
134
170
  nokogiri (>= 1.5.9)
135
171
  mail (2.7.1)
@@ -138,23 +174,32 @@ GEM
138
174
  mimemagic (~> 0.3.2)
139
175
  memoist (0.16.2)
140
176
  method_source (1.0.0)
141
- mimemagic (0.3.5)
142
- mini_mime (1.0.2)
143
- mini_portile2 (2.5.0)
177
+ mimemagic (0.3.10)
178
+ nokogiri (~> 1)
179
+ rake
180
+ mini_mime (1.1.1)
181
+ mini_portile2 (2.6.1)
144
182
  minitest (5.14.4)
145
183
  multi_json (1.15.0)
146
184
  multipart-post (2.1.1)
147
- nio4r (2.5.7)
148
- nokogiri (1.11.2)
149
- mini_portile2 (~> 2.5.0)
185
+ nio4r (2.5.8)
186
+ nokogiri (1.12.3)
187
+ mini_portile2 (~> 2.6.1)
150
188
  racc (~> 1.4)
151
- octokit (4.20.0)
189
+ octokit (4.21.0)
152
190
  faraday (>= 0.9)
153
191
  sawyer (~> 0.8.0, >= 0.5.3)
154
192
  os (1.1.1)
155
193
  parallel (1.20.1)
156
- parser (3.0.0.0)
194
+ parser (3.0.2.0)
157
195
  ast (~> 2.4.1)
196
+ protocol-hpack (1.4.2)
197
+ protocol-http (0.22.5)
198
+ protocol-http1 (0.14.2)
199
+ protocol-http (~> 0.22)
200
+ protocol-http2 (0.14.2)
201
+ protocol-hpack (~> 1.4)
202
+ protocol-http (~> 0.18)
158
203
  public_suffix (4.0.6)
159
204
  raabro (1.4.0)
160
205
  racc (1.5.2)
@@ -177,7 +222,7 @@ GEM
177
222
  rails-dom-testing (2.0.3)
178
223
  activesupport (>= 4.2.0)
179
224
  nokogiri (>= 1.6)
180
- rails-html-sanitizer (1.3.0)
225
+ rails-html-sanitizer (1.4.2)
181
226
  loofah (~> 2.3)
182
227
  railties (5.2.0)
183
228
  actionpack (= 5.2.0)
@@ -186,10 +231,10 @@ GEM
186
231
  rake (>= 0.8.7)
187
232
  thor (>= 0.18.1, < 2.0)
188
233
  rainbow (3.0.0)
189
- rake (13.0.3)
190
- redis (4.2.5)
234
+ rake (13.0.6)
235
+ redis (4.4.0)
191
236
  retriable (3.1.2)
192
- rexml (3.2.4)
237
+ rexml (3.2.5)
193
238
  rly (0.2.3)
194
239
  rspec (3.10.0)
195
240
  rspec-core (~> 3.10.0)
@@ -204,7 +249,7 @@ GEM
204
249
  rspec-mocks (3.10.2)
205
250
  diff-lcs (>= 1.2.0, < 2.0)
206
251
  rspec-support (~> 3.10.0)
207
- rspec-rails (5.0.0)
252
+ rspec-rails (5.0.2)
208
253
  actionpack (>= 5.2)
209
254
  activesupport (>= 5.2)
210
255
  railties (>= 5.2)
@@ -223,11 +268,11 @@ GEM
223
268
  rubocop-rspec (1.37.0)
224
269
  rubocop (>= 0.68.1)
225
270
  ruby-progressbar (1.11.0)
226
- ruby2_keywords (0.0.4)
271
+ ruby2_keywords (0.0.5)
227
272
  sawyer (0.8.2)
228
273
  addressable (>= 2.3.5)
229
274
  faraday (> 0.8, < 2.0)
230
- semantic_logger (4.7.4)
275
+ semantic_logger (4.8.2)
231
276
  concurrent-ruby (~> 1.0)
232
277
  signet (0.15.0)
233
278
  addressable (~> 2.3)
@@ -245,14 +290,15 @@ GEM
245
290
  thor (1.1.0)
246
291
  thread_safe (0.3.6)
247
292
  timecop (0.9.4)
293
+ timers (4.3.3)
248
294
  tzinfo (1.2.9)
249
295
  thread_safe (~> 0.1)
250
296
  unicode-display_width (1.6.1)
251
- webmock (3.12.1)
252
- addressable (>= 2.3.6)
297
+ webmock (3.14.0)
298
+ addressable (>= 2.8.0)
253
299
  crack (>= 0.3.2)
254
300
  hashdiff (>= 0.4.0, < 2.0.0)
255
- websocket-driver (0.7.3)
301
+ websocket-driver (0.7.5)
256
302
  websocket-extensions (>= 0.1.0)
257
303
  websocket-extensions (0.1.5)
258
304
 
@@ -68,16 +68,36 @@ GEM
68
68
  minitest (~> 5.1)
69
69
  tzinfo (~> 1.1)
70
70
  zeitwerk (~> 2.1, >= 2.1.8)
71
- addressable (2.7.0)
71
+ addressable (2.8.0)
72
72
  public_suffix (>= 2.0.2, < 5.0)
73
- appraisal (2.4.0)
73
+ appraisal (2.4.1)
74
74
  bundler
75
75
  rake
76
76
  thor (>= 0.14.0)
77
77
  ast (2.4.2)
78
+ async (1.30.1)
79
+ console (~> 1.10)
80
+ nio4r (~> 2.3)
81
+ timers (~> 4.1)
82
+ async-http (0.56.5)
83
+ async (>= 1.25)
84
+ async-io (>= 1.28)
85
+ async-pool (>= 0.2)
86
+ protocol-http (~> 0.22.0)
87
+ protocol-http1 (~> 0.14.0)
88
+ protocol-http2 (~> 0.14.0)
89
+ async-http-faraday (0.11.0)
90
+ async-http (~> 0.42)
91
+ faraday
92
+ async-io (1.32.2)
93
+ async
94
+ async-pool (0.3.8)
95
+ async (>= 1.25)
78
96
  builder (3.2.4)
79
- concurrent-ruby (1.1.8)
80
- connection_pool (2.2.3)
97
+ concurrent-ruby (1.1.9)
98
+ connection_pool (2.2.5)
99
+ console (1.13.1)
100
+ fiber-local
81
101
  crack (0.4.5)
82
102
  rexml
83
103
  crass (1.0.6)
@@ -85,26 +105,42 @@ GEM
85
105
  erubi (1.10.0)
86
106
  et-orbi (1.2.4)
87
107
  tzinfo
88
- faraday (1.3.0)
108
+ faraday (1.7.0)
109
+ faraday-em_http (~> 1.0)
110
+ faraday-em_synchrony (~> 1.0)
111
+ faraday-excon (~> 1.1)
112
+ faraday-httpclient (~> 1.0.1)
89
113
  faraday-net_http (~> 1.0)
114
+ faraday-net_http_persistent (~> 1.1)
115
+ faraday-patron (~> 1.0)
116
+ faraday-rack (~> 1.0)
90
117
  multipart-post (>= 1.2, < 3)
91
- ruby2_keywords
118
+ ruby2_keywords (>= 0.0.4)
119
+ faraday-em_http (1.0.0)
120
+ faraday-em_synchrony (1.0.0)
121
+ faraday-excon (1.1.0)
92
122
  faraday-http-cache (2.2.0)
93
123
  faraday (>= 0.8)
124
+ faraday-httpclient (1.0.1)
94
125
  faraday-net_http (1.0.1)
95
- fugit (1.4.2)
126
+ faraday-net_http_persistent (1.2.0)
127
+ faraday-patron (1.0.0)
128
+ faraday-rack (1.0.0)
129
+ fiber-local (1.0.0)
130
+ fugit (1.5.1)
96
131
  et-orbi (~> 1.1, >= 1.1.8)
97
132
  raabro (~> 1.4)
98
- github_changelog_generator (1.15.2)
133
+ github_changelog_generator (1.16.4)
99
134
  activesupport
135
+ async (>= 1.25.0)
136
+ async-http-faraday
100
137
  faraday-http-cache
101
138
  multi_json
102
139
  octokit (~> 4.6)
103
140
  rainbow (>= 2.2.1)
104
141
  rake (>= 10.0)
105
- retriable (~> 3.0)
106
- globalid (0.4.2)
107
- activesupport (>= 4.2.0)
142
+ globalid (0.5.2)
143
+ activesupport (>= 5.0)
108
144
  google-cloud-tasks (1.5.1)
109
145
  google-gax (~> 1.8)
110
146
  googleapis-common-protos (>= 1.3.9, < 2.0)
@@ -116,33 +152,33 @@ GEM
116
152
  googleauth (~> 0.9)
117
153
  grpc (~> 1.24)
118
154
  rly (~> 0.2.3)
119
- google-protobuf (3.15.5)
155
+ google-protobuf (3.17.3)
120
156
  googleapis-common-protos (1.3.11)
121
157
  google-protobuf (~> 3.14)
122
158
  googleapis-common-protos-types (>= 1.0.6, < 2.0)
123
159
  grpc (~> 1.27)
124
- googleapis-common-protos-types (1.0.6)
160
+ googleapis-common-protos-types (1.1.0)
125
161
  google-protobuf (~> 3.14)
126
- googleauth (0.16.0)
162
+ googleauth (0.17.0)
127
163
  faraday (>= 0.17.3, < 2.0)
128
164
  jwt (>= 1.4, < 3.0)
129
165
  memoist (~> 0.16)
130
166
  multi_json (~> 1.11)
131
167
  os (>= 0.9, < 2.0)
132
168
  signet (~> 0.14)
133
- grpc (1.36.0)
134
- google-protobuf (~> 3.14)
169
+ grpc (1.38.0)
170
+ google-protobuf (~> 3.15)
135
171
  googleapis-common-protos-types (~> 1.0)
136
172
  grpc-google-iam-v1 (0.6.11)
137
173
  google-protobuf (~> 3.14)
138
174
  googleapis-common-protos (>= 1.3.11, < 2.0)
139
175
  grpc (~> 1.27)
140
176
  hashdiff (1.0.1)
141
- i18n (1.8.9)
177
+ i18n (1.8.10)
142
178
  concurrent-ruby (~> 1.0)
143
179
  jaro_winkler (1.5.4)
144
- jwt (2.2.2)
145
- loofah (2.9.0)
180
+ jwt (2.2.3)
181
+ loofah (2.12.0)
146
182
  crass (~> 1.0.2)
147
183
  nokogiri (>= 1.5.9)
148
184
  mail (2.7.1)
@@ -151,23 +187,32 @@ GEM
151
187
  mimemagic (~> 0.3.2)
152
188
  memoist (0.16.2)
153
189
  method_source (1.0.0)
154
- mimemagic (0.3.5)
155
- mini_mime (1.0.2)
156
- mini_portile2 (2.5.0)
190
+ mimemagic (0.3.10)
191
+ nokogiri (~> 1)
192
+ rake
193
+ mini_mime (1.1.1)
194
+ mini_portile2 (2.6.1)
157
195
  minitest (5.14.4)
158
196
  multi_json (1.15.0)
159
197
  multipart-post (2.1.1)
160
- nio4r (2.5.7)
161
- nokogiri (1.11.2)
162
- mini_portile2 (~> 2.5.0)
198
+ nio4r (2.5.8)
199
+ nokogiri (1.12.3)
200
+ mini_portile2 (~> 2.6.1)
163
201
  racc (~> 1.4)
164
- octokit (4.20.0)
202
+ octokit (4.21.0)
165
203
  faraday (>= 0.9)
166
204
  sawyer (~> 0.8.0, >= 0.5.3)
167
205
  os (1.1.1)
168
206
  parallel (1.20.1)
169
- parser (3.0.0.0)
207
+ parser (3.0.2.0)
170
208
  ast (~> 2.4.1)
209
+ protocol-hpack (1.4.2)
210
+ protocol-http (0.22.5)
211
+ protocol-http1 (0.14.2)
212
+ protocol-http (~> 0.22)
213
+ protocol-http2 (0.14.2)
214
+ protocol-hpack (~> 1.4)
215
+ protocol-http (~> 0.18)
171
216
  public_suffix (4.0.6)
172
217
  raabro (1.4.0)
173
218
  racc (1.5.2)
@@ -192,7 +237,7 @@ GEM
192
237
  rails-dom-testing (2.0.3)
193
238
  activesupport (>= 4.2.0)
194
239
  nokogiri (>= 1.6)
195
- rails-html-sanitizer (1.3.0)
240
+ rails-html-sanitizer (1.4.2)
196
241
  loofah (~> 2.3)
197
242
  railties (6.0.0)
198
243
  actionpack (= 6.0.0)
@@ -201,10 +246,10 @@ GEM
201
246
  rake (>= 0.8.7)
202
247
  thor (>= 0.20.3, < 2.0)
203
248
  rainbow (3.0.0)
204
- rake (13.0.3)
205
- redis (4.2.5)
249
+ rake (13.0.6)
250
+ redis (4.4.0)
206
251
  retriable (3.1.2)
207
- rexml (3.2.4)
252
+ rexml (3.2.5)
208
253
  rly (0.2.3)
209
254
  rspec (3.10.0)
210
255
  rspec-core (~> 3.10.0)
@@ -219,7 +264,7 @@ GEM
219
264
  rspec-mocks (3.10.2)
220
265
  diff-lcs (>= 1.2.0, < 2.0)
221
266
  rspec-support (~> 3.10.0)
222
- rspec-rails (5.0.0)
267
+ rspec-rails (5.0.2)
223
268
  actionpack (>= 5.2)
224
269
  activesupport (>= 5.2)
225
270
  railties (>= 5.2)
@@ -238,11 +283,11 @@ GEM
238
283
  rubocop-rspec (1.37.0)
239
284
  rubocop (>= 0.68.1)
240
285
  ruby-progressbar (1.11.0)
241
- ruby2_keywords (0.0.4)
286
+ ruby2_keywords (0.0.5)
242
287
  sawyer (0.8.2)
243
288
  addressable (>= 2.3.5)
244
289
  faraday (> 0.8, < 2.0)
245
- semantic_logger (4.7.4)
290
+ semantic_logger (4.8.2)
246
291
  concurrent-ruby (~> 1.0)
247
292
  signet (0.15.0)
248
293
  addressable (~> 2.3)
@@ -260,14 +305,15 @@ GEM
260
305
  thor (1.1.0)
261
306
  thread_safe (0.3.6)
262
307
  timecop (0.9.4)
308
+ timers (4.3.3)
263
309
  tzinfo (1.2.9)
264
310
  thread_safe (~> 0.1)
265
311
  unicode-display_width (1.6.1)
266
- webmock (3.12.1)
267
- addressable (>= 2.3.6)
312
+ webmock (3.14.0)
313
+ addressable (>= 2.8.0)
268
314
  crack (>= 0.3.2)
269
315
  hashdiff (>= 0.4.0, < 2.0.0)
270
- websocket-driver (0.7.3)
316
+ websocket-driver (0.7.5)
271
317
  websocket-extensions (>= 0.1.0)
272
318
  websocket-extensions (0.1.5)
273
319
  zeitwerk (2.4.2)