cloudtasker 0.11.rc1 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +1 -5
- data/.rubocop.yml +4 -0
- data/CHANGELOG.md +32 -0
- data/README.md +94 -0
- data/app/controllers/cloudtasker/worker_controller.rb +4 -1
- data/cloudtasker.gemspec +1 -0
- data/docs/BATCH_JOBS.md +1 -1
- data/gemfiles/google_cloud_tasks_1.0.gemfile.lock +200 -147
- data/gemfiles/google_cloud_tasks_1.1.gemfile.lock +200 -147
- data/gemfiles/google_cloud_tasks_1.2.gemfile.lock +200 -147
- data/gemfiles/google_cloud_tasks_1.3.gemfile.lock +200 -147
- data/gemfiles/rails_5.2.gemfile.lock +136 -82
- data/gemfiles/rails_6.0.gemfile.lock +137 -83
- data/lib/active_job/queue_adapters/cloudtasker_adapter.rb +82 -0
- data/lib/cloudtasker/batch/job.rb +4 -0
- data/lib/cloudtasker/batch/middleware.rb +2 -0
- data/lib/cloudtasker/cli.rb +1 -0
- data/lib/cloudtasker/engine.rb +5 -1
- data/lib/cloudtasker/version.rb +1 -1
- data/lib/cloudtasker.rb +1 -0
- metadata +22 -8
- data/app/controllers/cloudtasker/application_controller.rb +0 -8
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
cloudtasker (0.11.
|
4
|
+
cloudtasker (0.11.0)
|
5
5
|
activesupport
|
6
6
|
connection_pool
|
7
7
|
fugit
|
@@ -54,41 +54,80 @@ GEM
|
|
54
54
|
i18n (>= 0.7, < 2)
|
55
55
|
minitest (~> 5.1)
|
56
56
|
tzinfo (~> 1.1)
|
57
|
-
addressable (2.
|
57
|
+
addressable (2.8.0)
|
58
58
|
public_suffix (>= 2.0.2, < 5.0)
|
59
|
-
appraisal (2.
|
59
|
+
appraisal (2.4.1)
|
60
60
|
bundler
|
61
61
|
rake
|
62
62
|
thor (>= 0.14.0)
|
63
63
|
arel (9.0.0)
|
64
|
-
ast (2.4.
|
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.
|
67
|
-
connection_pool (2.2.
|
68
|
-
|
69
|
-
|
84
|
+
concurrent-ruby (1.1.9)
|
85
|
+
connection_pool (2.2.5)
|
86
|
+
console (1.13.1)
|
87
|
+
fiber-local
|
88
|
+
crack (0.4.5)
|
89
|
+
rexml
|
70
90
|
crass (1.0.6)
|
71
|
-
diff-lcs (1.
|
72
|
-
erubi (1.
|
91
|
+
diff-lcs (1.4.4)
|
92
|
+
erubi (1.10.0)
|
73
93
|
et-orbi (1.2.4)
|
74
94
|
tzinfo
|
75
|
-
faraday (1.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)
|
100
|
+
faraday-net_http (~> 1.0)
|
101
|
+
faraday-net_http_persistent (~> 1.1)
|
102
|
+
faraday-patron (~> 1.0)
|
103
|
+
faraday-rack (~> 1.0)
|
76
104
|
multipart-post (>= 1.2, < 3)
|
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)
|
77
109
|
faraday-http-cache (2.2.0)
|
78
110
|
faraday (>= 0.8)
|
79
|
-
|
111
|
+
faraday-httpclient (1.0.1)
|
112
|
+
faraday-net_http (1.0.1)
|
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)
|
80
118
|
et-orbi (~> 1.1, >= 1.1.8)
|
81
|
-
raabro (~> 1.
|
82
|
-
github_changelog_generator (1.
|
119
|
+
raabro (~> 1.4)
|
120
|
+
github_changelog_generator (1.16.4)
|
83
121
|
activesupport
|
122
|
+
async (>= 1.25.0)
|
123
|
+
async-http-faraday
|
84
124
|
faraday-http-cache
|
85
125
|
multi_json
|
86
126
|
octokit (~> 4.6)
|
87
127
|
rainbow (>= 2.2.1)
|
88
128
|
rake (>= 10.0)
|
89
|
-
|
90
|
-
|
91
|
-
activesupport (>= 4.2.0)
|
129
|
+
globalid (0.5.2)
|
130
|
+
activesupport (>= 5.0)
|
92
131
|
google-cloud-tasks (1.5.1)
|
93
132
|
google-gax (~> 1.8)
|
94
133
|
googleapis-common-protos (>= 1.3.9, < 2.0)
|
@@ -100,33 +139,33 @@ GEM
|
|
100
139
|
googleauth (~> 0.9)
|
101
140
|
grpc (~> 1.24)
|
102
141
|
rly (~> 0.2.3)
|
103
|
-
google-protobuf (3.
|
104
|
-
googleapis-common-protos (1.3.
|
105
|
-
google-protobuf (~> 3.
|
106
|
-
googleapis-common-protos-types (>= 1.0.
|
142
|
+
google-protobuf (3.17.3)
|
143
|
+
googleapis-common-protos (1.3.11)
|
144
|
+
google-protobuf (~> 3.14)
|
145
|
+
googleapis-common-protos-types (>= 1.0.6, < 2.0)
|
107
146
|
grpc (~> 1.27)
|
108
|
-
googleapis-common-protos-types (1.0
|
109
|
-
google-protobuf (~> 3.
|
110
|
-
googleauth (0.
|
147
|
+
googleapis-common-protos-types (1.1.0)
|
148
|
+
google-protobuf (~> 3.14)
|
149
|
+
googleauth (0.17.0)
|
111
150
|
faraday (>= 0.17.3, < 2.0)
|
112
151
|
jwt (>= 1.4, < 3.0)
|
113
152
|
memoist (~> 0.16)
|
114
153
|
multi_json (~> 1.11)
|
115
154
|
os (>= 0.9, < 2.0)
|
116
155
|
signet (~> 0.14)
|
117
|
-
grpc (1.
|
118
|
-
google-protobuf (~> 3.
|
156
|
+
grpc (1.38.0)
|
157
|
+
google-protobuf (~> 3.15)
|
119
158
|
googleapis-common-protos-types (~> 1.0)
|
120
|
-
grpc-google-iam-v1 (0.6.
|
121
|
-
google-protobuf (~> 3.
|
122
|
-
googleapis-common-protos (>= 1.3.
|
159
|
+
grpc-google-iam-v1 (0.6.11)
|
160
|
+
google-protobuf (~> 3.14)
|
161
|
+
googleapis-common-protos (>= 1.3.11, < 2.0)
|
123
162
|
grpc (~> 1.27)
|
124
163
|
hashdiff (1.0.1)
|
125
|
-
i18n (1.8.
|
164
|
+
i18n (1.8.10)
|
126
165
|
concurrent-ruby (~> 1.0)
|
127
166
|
jaro_winkler (1.5.4)
|
128
|
-
jwt (2.2.
|
129
|
-
loofah (2.
|
167
|
+
jwt (2.2.3)
|
168
|
+
loofah (2.12.0)
|
130
169
|
crass (~> 1.0.2)
|
131
170
|
nokogiri (>= 1.5.9)
|
132
171
|
mail (2.7.1)
|
@@ -135,25 +174,36 @@ GEM
|
|
135
174
|
mimemagic (~> 0.3.2)
|
136
175
|
memoist (0.16.2)
|
137
176
|
method_source (1.0.0)
|
138
|
-
mimemagic (0.3.
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
177
|
+
mimemagic (0.3.10)
|
178
|
+
nokogiri (~> 1)
|
179
|
+
rake
|
180
|
+
mini_mime (1.1.1)
|
181
|
+
mini_portile2 (2.6.1)
|
182
|
+
minitest (5.14.4)
|
183
|
+
multi_json (1.15.0)
|
143
184
|
multipart-post (2.1.1)
|
144
|
-
nio4r (2.5.
|
145
|
-
nokogiri (1.
|
146
|
-
mini_portile2 (~> 2.
|
147
|
-
|
185
|
+
nio4r (2.5.8)
|
186
|
+
nokogiri (1.12.3)
|
187
|
+
mini_portile2 (~> 2.6.1)
|
188
|
+
racc (~> 1.4)
|
189
|
+
octokit (4.21.0)
|
148
190
|
faraday (>= 0.9)
|
149
191
|
sawyer (~> 0.8.0, >= 0.5.3)
|
150
192
|
os (1.1.1)
|
151
|
-
parallel (1.
|
152
|
-
parser (
|
153
|
-
ast (~> 2.4.
|
154
|
-
|
193
|
+
parallel (1.20.1)
|
194
|
+
parser (3.0.2.0)
|
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)
|
203
|
+
public_suffix (4.0.6)
|
155
204
|
raabro (1.4.0)
|
156
|
-
|
205
|
+
racc (1.5.2)
|
206
|
+
rack (2.2.3)
|
157
207
|
rack-test (1.1.0)
|
158
208
|
rack (>= 1.0, < 3)
|
159
209
|
rails (5.2.0)
|
@@ -172,7 +222,7 @@ GEM
|
|
172
222
|
rails-dom-testing (2.0.3)
|
173
223
|
activesupport (>= 4.2.0)
|
174
224
|
nokogiri (>= 1.6)
|
175
|
-
rails-html-sanitizer (1.
|
225
|
+
rails-html-sanitizer (1.4.2)
|
176
226
|
loofah (~> 2.3)
|
177
227
|
railties (5.2.0)
|
178
228
|
actionpack (= 5.2.0)
|
@@ -181,31 +231,33 @@ GEM
|
|
181
231
|
rake (>= 0.8.7)
|
182
232
|
thor (>= 0.18.1, < 2.0)
|
183
233
|
rainbow (3.0.0)
|
184
|
-
rake (13.0.
|
185
|
-
redis (4.
|
234
|
+
rake (13.0.6)
|
235
|
+
redis (4.4.0)
|
186
236
|
retriable (3.1.2)
|
237
|
+
rexml (3.2.5)
|
187
238
|
rly (0.2.3)
|
188
|
-
rspec (3.
|
189
|
-
rspec-core (~> 3.
|
190
|
-
rspec-expectations (~> 3.
|
191
|
-
rspec-mocks (~> 3.
|
192
|
-
rspec-core (3.
|
193
|
-
rspec-support (~> 3.
|
194
|
-
rspec-expectations (3.
|
239
|
+
rspec (3.10.0)
|
240
|
+
rspec-core (~> 3.10.0)
|
241
|
+
rspec-expectations (~> 3.10.0)
|
242
|
+
rspec-mocks (~> 3.10.0)
|
243
|
+
rspec-core (3.10.1)
|
244
|
+
rspec-support (~> 3.10.0)
|
245
|
+
rspec-expectations (3.10.1)
|
195
246
|
diff-lcs (>= 1.2.0, < 2.0)
|
196
|
-
rspec-support (~> 3.
|
197
|
-
rspec-
|
247
|
+
rspec-support (~> 3.10.0)
|
248
|
+
rspec-json_expectations (2.2.0)
|
249
|
+
rspec-mocks (3.10.2)
|
198
250
|
diff-lcs (>= 1.2.0, < 2.0)
|
199
|
-
rspec-support (~> 3.
|
200
|
-
rspec-rails (
|
201
|
-
actionpack (>=
|
202
|
-
activesupport (>=
|
203
|
-
railties (>=
|
204
|
-
rspec-core (~> 3.
|
205
|
-
rspec-expectations (~> 3.
|
206
|
-
rspec-mocks (~> 3.
|
207
|
-
rspec-support (~> 3.
|
208
|
-
rspec-support (3.
|
251
|
+
rspec-support (~> 3.10.0)
|
252
|
+
rspec-rails (5.0.2)
|
253
|
+
actionpack (>= 5.2)
|
254
|
+
activesupport (>= 5.2)
|
255
|
+
railties (>= 5.2)
|
256
|
+
rspec-core (~> 3.10)
|
257
|
+
rspec-expectations (~> 3.10)
|
258
|
+
rspec-mocks (~> 3.10)
|
259
|
+
rspec-support (~> 3.10)
|
260
|
+
rspec-support (3.10.2)
|
209
261
|
rubocop (0.76.0)
|
210
262
|
jaro_winkler (~> 1.5.1)
|
211
263
|
parallel (~> 1.10)
|
@@ -215,39 +267,40 @@ GEM
|
|
215
267
|
unicode-display_width (>= 1.4.0, < 1.7)
|
216
268
|
rubocop-rspec (1.37.0)
|
217
269
|
rubocop (>= 0.68.1)
|
218
|
-
ruby-progressbar (1.
|
219
|
-
|
270
|
+
ruby-progressbar (1.11.0)
|
271
|
+
ruby2_keywords (0.0.5)
|
220
272
|
sawyer (0.8.2)
|
221
273
|
addressable (>= 2.3.5)
|
222
274
|
faraday (> 0.8, < 2.0)
|
223
|
-
semantic_logger (4.
|
275
|
+
semantic_logger (4.8.2)
|
224
276
|
concurrent-ruby (~> 1.0)
|
225
|
-
signet (0.
|
277
|
+
signet (0.15.0)
|
226
278
|
addressable (~> 2.3)
|
227
279
|
faraday (>= 0.17.3, < 2.0)
|
228
280
|
jwt (>= 1.5, < 3.0)
|
229
281
|
multi_json (~> 1.10)
|
230
|
-
sprockets (4.0.
|
282
|
+
sprockets (4.0.2)
|
231
283
|
concurrent-ruby (~> 1.0)
|
232
284
|
rack (> 1, < 3)
|
233
|
-
sprockets-rails (3.2.
|
285
|
+
sprockets-rails (3.2.2)
|
234
286
|
actionpack (>= 4.0)
|
235
287
|
activesupport (>= 4.0)
|
236
288
|
sprockets (>= 3.0.0)
|
237
289
|
sqlite3 (1.4.2)
|
238
|
-
thor (1.0
|
290
|
+
thor (1.1.0)
|
239
291
|
thread_safe (0.3.6)
|
240
|
-
timecop (0.9.
|
241
|
-
|
292
|
+
timecop (0.9.4)
|
293
|
+
timers (4.3.3)
|
294
|
+
tzinfo (1.2.9)
|
242
295
|
thread_safe (~> 0.1)
|
243
296
|
unicode-display_width (1.6.1)
|
244
|
-
webmock (3.
|
245
|
-
addressable (>= 2.
|
297
|
+
webmock (3.14.0)
|
298
|
+
addressable (>= 2.8.0)
|
246
299
|
crack (>= 0.3.2)
|
247
300
|
hashdiff (>= 0.4.0, < 2.0.0)
|
248
|
-
websocket-driver (0.7.
|
301
|
+
websocket-driver (0.7.5)
|
249
302
|
websocket-extensions (>= 0.1.0)
|
250
|
-
websocket-extensions (0.1.
|
303
|
+
websocket-extensions (0.1.5)
|
251
304
|
|
252
305
|
PLATFORMS
|
253
306
|
ruby
|
@@ -260,6 +313,7 @@ DEPENDENCIES
|
|
260
313
|
rails (= 5.2)
|
261
314
|
rake (>= 12.3.3)
|
262
315
|
rspec (~> 3.0)
|
316
|
+
rspec-json_expectations (~> 2.2)
|
263
317
|
rspec-rails
|
264
318
|
rubocop (= 0.76.0)
|
265
319
|
rubocop-rspec (= 1.37.0)
|
@@ -269,4 +323,4 @@ DEPENDENCIES
|
|
269
323
|
webmock
|
270
324
|
|
271
325
|
BUNDLED WITH
|
272
|
-
2.
|
326
|
+
2.2.9
|
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
cloudtasker (0.11.
|
4
|
+
cloudtasker (0.11.0)
|
5
5
|
activesupport
|
6
6
|
connection_pool
|
7
7
|
fugit
|
@@ -68,40 +68,79 @@ GEM
|
|
68
68
|
minitest (~> 5.1)
|
69
69
|
tzinfo (~> 1.1)
|
70
70
|
zeitwerk (~> 2.1, >= 2.1.8)
|
71
|
-
addressable (2.
|
71
|
+
addressable (2.8.0)
|
72
72
|
public_suffix (>= 2.0.2, < 5.0)
|
73
|
-
appraisal (2.
|
73
|
+
appraisal (2.4.1)
|
74
74
|
bundler
|
75
75
|
rake
|
76
76
|
thor (>= 0.14.0)
|
77
|
-
ast (2.4.
|
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.
|
80
|
-
connection_pool (2.2.
|
81
|
-
|
82
|
-
|
97
|
+
concurrent-ruby (1.1.9)
|
98
|
+
connection_pool (2.2.5)
|
99
|
+
console (1.13.1)
|
100
|
+
fiber-local
|
101
|
+
crack (0.4.5)
|
102
|
+
rexml
|
83
103
|
crass (1.0.6)
|
84
|
-
diff-lcs (1.
|
85
|
-
erubi (1.
|
104
|
+
diff-lcs (1.4.4)
|
105
|
+
erubi (1.10.0)
|
86
106
|
et-orbi (1.2.4)
|
87
107
|
tzinfo
|
88
|
-
faraday (1.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)
|
113
|
+
faraday-net_http (~> 1.0)
|
114
|
+
faraday-net_http_persistent (~> 1.1)
|
115
|
+
faraday-patron (~> 1.0)
|
116
|
+
faraday-rack (~> 1.0)
|
89
117
|
multipart-post (>= 1.2, < 3)
|
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)
|
90
122
|
faraday-http-cache (2.2.0)
|
91
123
|
faraday (>= 0.8)
|
92
|
-
|
124
|
+
faraday-httpclient (1.0.1)
|
125
|
+
faraday-net_http (1.0.1)
|
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)
|
93
131
|
et-orbi (~> 1.1, >= 1.1.8)
|
94
|
-
raabro (~> 1.
|
95
|
-
github_changelog_generator (1.
|
132
|
+
raabro (~> 1.4)
|
133
|
+
github_changelog_generator (1.16.4)
|
96
134
|
activesupport
|
135
|
+
async (>= 1.25.0)
|
136
|
+
async-http-faraday
|
97
137
|
faraday-http-cache
|
98
138
|
multi_json
|
99
139
|
octokit (~> 4.6)
|
100
140
|
rainbow (>= 2.2.1)
|
101
141
|
rake (>= 10.0)
|
102
|
-
|
103
|
-
|
104
|
-
activesupport (>= 4.2.0)
|
142
|
+
globalid (0.5.2)
|
143
|
+
activesupport (>= 5.0)
|
105
144
|
google-cloud-tasks (1.5.1)
|
106
145
|
google-gax (~> 1.8)
|
107
146
|
googleapis-common-protos (>= 1.3.9, < 2.0)
|
@@ -113,33 +152,33 @@ GEM
|
|
113
152
|
googleauth (~> 0.9)
|
114
153
|
grpc (~> 1.24)
|
115
154
|
rly (~> 0.2.3)
|
116
|
-
google-protobuf (3.
|
117
|
-
googleapis-common-protos (1.3.
|
118
|
-
google-protobuf (~> 3.
|
119
|
-
googleapis-common-protos-types (>= 1.0.
|
155
|
+
google-protobuf (3.17.3)
|
156
|
+
googleapis-common-protos (1.3.11)
|
157
|
+
google-protobuf (~> 3.14)
|
158
|
+
googleapis-common-protos-types (>= 1.0.6, < 2.0)
|
120
159
|
grpc (~> 1.27)
|
121
|
-
googleapis-common-protos-types (1.0
|
122
|
-
google-protobuf (~> 3.
|
123
|
-
googleauth (0.
|
160
|
+
googleapis-common-protos-types (1.1.0)
|
161
|
+
google-protobuf (~> 3.14)
|
162
|
+
googleauth (0.17.0)
|
124
163
|
faraday (>= 0.17.3, < 2.0)
|
125
164
|
jwt (>= 1.4, < 3.0)
|
126
165
|
memoist (~> 0.16)
|
127
166
|
multi_json (~> 1.11)
|
128
167
|
os (>= 0.9, < 2.0)
|
129
168
|
signet (~> 0.14)
|
130
|
-
grpc (1.
|
131
|
-
google-protobuf (~> 3.
|
169
|
+
grpc (1.38.0)
|
170
|
+
google-protobuf (~> 3.15)
|
132
171
|
googleapis-common-protos-types (~> 1.0)
|
133
|
-
grpc-google-iam-v1 (0.6.
|
134
|
-
google-protobuf (~> 3.
|
135
|
-
googleapis-common-protos (>= 1.3.
|
172
|
+
grpc-google-iam-v1 (0.6.11)
|
173
|
+
google-protobuf (~> 3.14)
|
174
|
+
googleapis-common-protos (>= 1.3.11, < 2.0)
|
136
175
|
grpc (~> 1.27)
|
137
176
|
hashdiff (1.0.1)
|
138
|
-
i18n (1.8.
|
177
|
+
i18n (1.8.10)
|
139
178
|
concurrent-ruby (~> 1.0)
|
140
179
|
jaro_winkler (1.5.4)
|
141
|
-
jwt (2.2.
|
142
|
-
loofah (2.
|
180
|
+
jwt (2.2.3)
|
181
|
+
loofah (2.12.0)
|
143
182
|
crass (~> 1.0.2)
|
144
183
|
nokogiri (>= 1.5.9)
|
145
184
|
mail (2.7.1)
|
@@ -148,25 +187,36 @@ GEM
|
|
148
187
|
mimemagic (~> 0.3.2)
|
149
188
|
memoist (0.16.2)
|
150
189
|
method_source (1.0.0)
|
151
|
-
mimemagic (0.3.
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
190
|
+
mimemagic (0.3.10)
|
191
|
+
nokogiri (~> 1)
|
192
|
+
rake
|
193
|
+
mini_mime (1.1.1)
|
194
|
+
mini_portile2 (2.6.1)
|
195
|
+
minitest (5.14.4)
|
196
|
+
multi_json (1.15.0)
|
156
197
|
multipart-post (2.1.1)
|
157
|
-
nio4r (2.5.
|
158
|
-
nokogiri (1.
|
159
|
-
mini_portile2 (~> 2.
|
160
|
-
|
198
|
+
nio4r (2.5.8)
|
199
|
+
nokogiri (1.12.3)
|
200
|
+
mini_portile2 (~> 2.6.1)
|
201
|
+
racc (~> 1.4)
|
202
|
+
octokit (4.21.0)
|
161
203
|
faraday (>= 0.9)
|
162
204
|
sawyer (~> 0.8.0, >= 0.5.3)
|
163
205
|
os (1.1.1)
|
164
|
-
parallel (1.
|
165
|
-
parser (
|
166
|
-
ast (~> 2.4.
|
167
|
-
|
206
|
+
parallel (1.20.1)
|
207
|
+
parser (3.0.2.0)
|
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)
|
216
|
+
public_suffix (4.0.6)
|
168
217
|
raabro (1.4.0)
|
169
|
-
|
218
|
+
racc (1.5.2)
|
219
|
+
rack (2.2.3)
|
170
220
|
rack-test (1.1.0)
|
171
221
|
rack (>= 1.0, < 3)
|
172
222
|
rails (6.0.0)
|
@@ -187,7 +237,7 @@ GEM
|
|
187
237
|
rails-dom-testing (2.0.3)
|
188
238
|
activesupport (>= 4.2.0)
|
189
239
|
nokogiri (>= 1.6)
|
190
|
-
rails-html-sanitizer (1.
|
240
|
+
rails-html-sanitizer (1.4.2)
|
191
241
|
loofah (~> 2.3)
|
192
242
|
railties (6.0.0)
|
193
243
|
actionpack (= 6.0.0)
|
@@ -196,31 +246,33 @@ GEM
|
|
196
246
|
rake (>= 0.8.7)
|
197
247
|
thor (>= 0.20.3, < 2.0)
|
198
248
|
rainbow (3.0.0)
|
199
|
-
rake (13.0.
|
200
|
-
redis (4.
|
249
|
+
rake (13.0.6)
|
250
|
+
redis (4.4.0)
|
201
251
|
retriable (3.1.2)
|
252
|
+
rexml (3.2.5)
|
202
253
|
rly (0.2.3)
|
203
|
-
rspec (3.
|
204
|
-
rspec-core (~> 3.
|
205
|
-
rspec-expectations (~> 3.
|
206
|
-
rspec-mocks (~> 3.
|
207
|
-
rspec-core (3.
|
208
|
-
rspec-support (~> 3.
|
209
|
-
rspec-expectations (3.
|
254
|
+
rspec (3.10.0)
|
255
|
+
rspec-core (~> 3.10.0)
|
256
|
+
rspec-expectations (~> 3.10.0)
|
257
|
+
rspec-mocks (~> 3.10.0)
|
258
|
+
rspec-core (3.10.1)
|
259
|
+
rspec-support (~> 3.10.0)
|
260
|
+
rspec-expectations (3.10.1)
|
210
261
|
diff-lcs (>= 1.2.0, < 2.0)
|
211
|
-
rspec-support (~> 3.
|
212
|
-
rspec-
|
262
|
+
rspec-support (~> 3.10.0)
|
263
|
+
rspec-json_expectations (2.2.0)
|
264
|
+
rspec-mocks (3.10.2)
|
213
265
|
diff-lcs (>= 1.2.0, < 2.0)
|
214
|
-
rspec-support (~> 3.
|
215
|
-
rspec-rails (
|
216
|
-
actionpack (>=
|
217
|
-
activesupport (>=
|
218
|
-
railties (>=
|
219
|
-
rspec-core (~> 3.
|
220
|
-
rspec-expectations (~> 3.
|
221
|
-
rspec-mocks (~> 3.
|
222
|
-
rspec-support (~> 3.
|
223
|
-
rspec-support (3.
|
266
|
+
rspec-support (~> 3.10.0)
|
267
|
+
rspec-rails (5.0.2)
|
268
|
+
actionpack (>= 5.2)
|
269
|
+
activesupport (>= 5.2)
|
270
|
+
railties (>= 5.2)
|
271
|
+
rspec-core (~> 3.10)
|
272
|
+
rspec-expectations (~> 3.10)
|
273
|
+
rspec-mocks (~> 3.10)
|
274
|
+
rspec-support (~> 3.10)
|
275
|
+
rspec-support (3.10.2)
|
224
276
|
rubocop (0.76.0)
|
225
277
|
jaro_winkler (~> 1.5.1)
|
226
278
|
parallel (~> 1.10)
|
@@ -230,40 +282,41 @@ GEM
|
|
230
282
|
unicode-display_width (>= 1.4.0, < 1.7)
|
231
283
|
rubocop-rspec (1.37.0)
|
232
284
|
rubocop (>= 0.68.1)
|
233
|
-
ruby-progressbar (1.
|
234
|
-
|
285
|
+
ruby-progressbar (1.11.0)
|
286
|
+
ruby2_keywords (0.0.5)
|
235
287
|
sawyer (0.8.2)
|
236
288
|
addressable (>= 2.3.5)
|
237
289
|
faraday (> 0.8, < 2.0)
|
238
|
-
semantic_logger (4.
|
290
|
+
semantic_logger (4.8.2)
|
239
291
|
concurrent-ruby (~> 1.0)
|
240
|
-
signet (0.
|
292
|
+
signet (0.15.0)
|
241
293
|
addressable (~> 2.3)
|
242
294
|
faraday (>= 0.17.3, < 2.0)
|
243
295
|
jwt (>= 1.5, < 3.0)
|
244
296
|
multi_json (~> 1.10)
|
245
|
-
sprockets (4.0.
|
297
|
+
sprockets (4.0.2)
|
246
298
|
concurrent-ruby (~> 1.0)
|
247
299
|
rack (> 1, < 3)
|
248
|
-
sprockets-rails (3.2.
|
300
|
+
sprockets-rails (3.2.2)
|
249
301
|
actionpack (>= 4.0)
|
250
302
|
activesupport (>= 4.0)
|
251
303
|
sprockets (>= 3.0.0)
|
252
304
|
sqlite3 (1.4.2)
|
253
|
-
thor (1.0
|
305
|
+
thor (1.1.0)
|
254
306
|
thread_safe (0.3.6)
|
255
|
-
timecop (0.9.
|
256
|
-
|
307
|
+
timecop (0.9.4)
|
308
|
+
timers (4.3.3)
|
309
|
+
tzinfo (1.2.9)
|
257
310
|
thread_safe (~> 0.1)
|
258
311
|
unicode-display_width (1.6.1)
|
259
|
-
webmock (3.
|
260
|
-
addressable (>= 2.
|
312
|
+
webmock (3.14.0)
|
313
|
+
addressable (>= 2.8.0)
|
261
314
|
crack (>= 0.3.2)
|
262
315
|
hashdiff (>= 0.4.0, < 2.0.0)
|
263
|
-
websocket-driver (0.7.
|
316
|
+
websocket-driver (0.7.5)
|
264
317
|
websocket-extensions (>= 0.1.0)
|
265
|
-
websocket-extensions (0.1.
|
266
|
-
zeitwerk (2.
|
318
|
+
websocket-extensions (0.1.5)
|
319
|
+
zeitwerk (2.4.2)
|
267
320
|
|
268
321
|
PLATFORMS
|
269
322
|
ruby
|
@@ -276,6 +329,7 @@ DEPENDENCIES
|
|
276
329
|
rails (= 6.0)
|
277
330
|
rake (>= 12.3.3)
|
278
331
|
rspec (~> 3.0)
|
332
|
+
rspec-json_expectations (~> 2.2)
|
279
333
|
rspec-rails
|
280
334
|
rubocop (= 0.76.0)
|
281
335
|
rubocop-rspec (= 1.37.0)
|
@@ -285,4 +339,4 @@ DEPENDENCIES
|
|
285
339
|
webmock
|
286
340
|
|
287
341
|
BUNDLED WITH
|
288
|
-
2.
|
342
|
+
2.2.9
|