cloudtasker 0.12.2 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/lint_rubocop.yml +20 -0
  3. data/.github/workflows/{test.yml → test_ruby_2.5_2.6.yml} +11 -8
  4. data/.github/workflows/test_ruby_2.7.yml +44 -0
  5. data/.github/workflows/test_ruby_3.x.yml +43 -0
  6. data/.gitignore +1 -0
  7. data/.rubocop.yml +5 -0
  8. data/Appraisals +52 -8
  9. data/CHANGELOG.md +10 -0
  10. data/README.md +14 -3
  11. data/Rakefile +0 -6
  12. data/cloudtasker.gemspec +1 -6
  13. data/docs/CRON_JOBS.md +2 -2
  14. data/gemfiles/google_cloud_tasks_1.0.gemfile +2 -1
  15. data/gemfiles/google_cloud_tasks_1.1.gemfile +2 -1
  16. data/gemfiles/google_cloud_tasks_1.2.gemfile +2 -1
  17. data/gemfiles/google_cloud_tasks_1.3.gemfile +2 -1
  18. data/gemfiles/google_cloud_tasks_1.4.gemfile +8 -0
  19. data/gemfiles/google_cloud_tasks_1.5.gemfile +8 -0
  20. data/gemfiles/google_cloud_tasks_2.0.gemfile +8 -0
  21. data/gemfiles/google_cloud_tasks_2.1.gemfile +8 -0
  22. data/gemfiles/rails_5.2.gemfile +1 -0
  23. data/gemfiles/rails_6.0.gemfile +1 -0
  24. data/gemfiles/{semantic_logger_4.7.gemfile → rails_6.1.gemfile} +2 -1
  25. data/gemfiles/rails_7.0.gemfile +8 -0
  26. data/gemfiles/semantic_logger_3.4.gemfile +1 -0
  27. data/gemfiles/semantic_logger_4.6.gemfile +1 -0
  28. data/gemfiles/semantic_logger_4.7.0.gemfile +1 -0
  29. data/gemfiles/semantic_logger_4.7.2.gemfile +1 -0
  30. data/lib/cloudtasker/backend/{google_cloud_task.rb → google_cloud_task_v1.rb} +15 -11
  31. data/lib/cloudtasker/backend/google_cloud_task_v2.rb +210 -0
  32. data/lib/cloudtasker/backend/memory_task.rb +1 -1
  33. data/lib/cloudtasker/backend/redis_task.rb +7 -3
  34. data/lib/cloudtasker/cloud_task.rb +43 -5
  35. data/lib/cloudtasker/cron/schedule.rb +7 -7
  36. data/lib/cloudtasker/redis_client.rb +39 -14
  37. data/lib/cloudtasker/unique_job/job.rb +3 -2
  38. data/lib/cloudtasker/unique_job/middleware/client.rb +2 -1
  39. data/lib/cloudtasker/version.rb +1 -1
  40. data/lib/cloudtasker/worker.rb +3 -3
  41. data/lib/cloudtasker/worker_wrapper.rb +1 -1
  42. data/lib/tasks/setup_queue.rake +2 -2
  43. metadata +19 -77
  44. data/gemfiles/google_cloud_tasks_1.0.gemfile.lock +0 -342
  45. data/gemfiles/google_cloud_tasks_1.1.gemfile.lock +0 -342
  46. data/gemfiles/google_cloud_tasks_1.2.gemfile.lock +0 -342
  47. data/gemfiles/google_cloud_tasks_1.3.gemfile.lock +0 -343
  48. data/gemfiles/rails_4.0.gemfile +0 -10
  49. data/gemfiles/rails_4.1.gemfile +0 -9
  50. data/gemfiles/rails_4.2.gemfile +0 -9
  51. data/gemfiles/rails_5.0.gemfile +0 -9
  52. data/gemfiles/rails_5.1.gemfile +0 -9
  53. data/gemfiles/rails_5.2.gemfile.lock +0 -327
  54. data/gemfiles/rails_6.0.gemfile.lock +0 -343
@@ -1,343 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- cloudtasker (0.12.2)
5
- activesupport
6
- connection_pool
7
- fugit
8
- google-cloud-tasks (~> 1.0)
9
- jwt
10
- redis
11
- retriable
12
-
13
- GEM
14
- remote: https://rubygems.org/
15
- specs:
16
- actioncable (6.1.4.4)
17
- actionpack (= 6.1.4.4)
18
- activesupport (= 6.1.4.4)
19
- nio4r (~> 2.0)
20
- websocket-driver (>= 0.6.1)
21
- actionmailbox (6.1.4.4)
22
- actionpack (= 6.1.4.4)
23
- activejob (= 6.1.4.4)
24
- activerecord (= 6.1.4.4)
25
- activestorage (= 6.1.4.4)
26
- activesupport (= 6.1.4.4)
27
- mail (>= 2.7.1)
28
- actionmailer (6.1.4.4)
29
- actionpack (= 6.1.4.4)
30
- actionview (= 6.1.4.4)
31
- activejob (= 6.1.4.4)
32
- activesupport (= 6.1.4.4)
33
- mail (~> 2.5, >= 2.5.4)
34
- rails-dom-testing (~> 2.0)
35
- actionpack (6.1.4.4)
36
- actionview (= 6.1.4.4)
37
- activesupport (= 6.1.4.4)
38
- rack (~> 2.0, >= 2.0.9)
39
- rack-test (>= 0.6.3)
40
- rails-dom-testing (~> 2.0)
41
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
42
- actiontext (6.1.4.4)
43
- actionpack (= 6.1.4.4)
44
- activerecord (= 6.1.4.4)
45
- activestorage (= 6.1.4.4)
46
- activesupport (= 6.1.4.4)
47
- nokogiri (>= 1.8.5)
48
- actionview (6.1.4.4)
49
- activesupport (= 6.1.4.4)
50
- builder (~> 3.1)
51
- erubi (~> 1.4)
52
- rails-dom-testing (~> 2.0)
53
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
54
- activejob (6.1.4.4)
55
- activesupport (= 6.1.4.4)
56
- globalid (>= 0.3.6)
57
- activemodel (6.1.4.4)
58
- activesupport (= 6.1.4.4)
59
- activerecord (6.1.4.4)
60
- activemodel (= 6.1.4.4)
61
- activesupport (= 6.1.4.4)
62
- activestorage (6.1.4.4)
63
- actionpack (= 6.1.4.4)
64
- activejob (= 6.1.4.4)
65
- activerecord (= 6.1.4.4)
66
- activesupport (= 6.1.4.4)
67
- marcel (~> 1.0.0)
68
- mini_mime (>= 1.1.0)
69
- activesupport (6.1.4.4)
70
- concurrent-ruby (~> 1.0, >= 1.0.2)
71
- i18n (>= 1.6, < 2)
72
- minitest (>= 5.1)
73
- tzinfo (~> 2.0)
74
- zeitwerk (~> 2.3)
75
- addressable (2.8.0)
76
- public_suffix (>= 2.0.2, < 5.0)
77
- appraisal (2.4.1)
78
- bundler
79
- rake
80
- thor (>= 0.14.0)
81
- ast (2.4.2)
82
- async (1.30.1)
83
- console (~> 1.10)
84
- nio4r (~> 2.3)
85
- timers (~> 4.1)
86
- async-http (0.56.5)
87
- async (>= 1.25)
88
- async-io (>= 1.28)
89
- async-pool (>= 0.2)
90
- protocol-http (~> 0.22.0)
91
- protocol-http1 (~> 0.14.0)
92
- protocol-http2 (~> 0.14.0)
93
- async-http-faraday (0.11.0)
94
- async-http (~> 0.42)
95
- faraday
96
- async-io (1.32.2)
97
- async
98
- async-pool (0.3.9)
99
- async (>= 1.25)
100
- builder (3.2.4)
101
- concurrent-ruby (1.1.9)
102
- connection_pool (2.2.5)
103
- console (1.14.0)
104
- fiber-local
105
- crack (0.4.5)
106
- rexml
107
- crass (1.0.6)
108
- diff-lcs (1.5.0)
109
- erubi (1.10.0)
110
- et-orbi (1.2.6)
111
- tzinfo
112
- faraday (1.8.0)
113
- faraday-em_http (~> 1.0)
114
- faraday-em_synchrony (~> 1.0)
115
- faraday-excon (~> 1.1)
116
- faraday-httpclient (~> 1.0.1)
117
- faraday-net_http (~> 1.0)
118
- faraday-net_http_persistent (~> 1.1)
119
- faraday-patron (~> 1.0)
120
- faraday-rack (~> 1.0)
121
- multipart-post (>= 1.2, < 3)
122
- ruby2_keywords (>= 0.0.4)
123
- faraday-em_http (1.0.0)
124
- faraday-em_synchrony (1.0.0)
125
- faraday-excon (1.1.0)
126
- faraday-http-cache (2.2.0)
127
- faraday (>= 0.8)
128
- faraday-httpclient (1.0.1)
129
- faraday-net_http (1.0.1)
130
- faraday-net_http_persistent (1.2.0)
131
- faraday-patron (1.0.0)
132
- faraday-rack (1.0.0)
133
- fiber-local (1.0.0)
134
- fugit (1.5.2)
135
- et-orbi (~> 1.1, >= 1.1.8)
136
- raabro (~> 1.4)
137
- github_changelog_generator (1.16.4)
138
- activesupport
139
- async (>= 1.25.0)
140
- async-http-faraday
141
- faraday-http-cache
142
- multi_json
143
- octokit (~> 4.6)
144
- rainbow (>= 2.2.1)
145
- rake (>= 10.0)
146
- globalid (1.0.0)
147
- activesupport (>= 5.0)
148
- google-cloud-tasks (1.3.0)
149
- google-gax (~> 1.8)
150
- googleapis-common-protos (>= 1.3.9, < 2.0)
151
- googleapis-common-protos-types (>= 1.0.4, < 2.0)
152
- grpc-google-iam-v1 (~> 0.6.9)
153
- google-gax (1.8.2)
154
- google-protobuf (~> 3.9)
155
- googleapis-common-protos (>= 1.3.9, < 2.0)
156
- googleapis-common-protos-types (>= 1.0.4, < 2.0)
157
- googleauth (~> 0.9)
158
- grpc (~> 1.24)
159
- rly (~> 0.2.3)
160
- google-protobuf (3.19.1)
161
- googleapis-common-protos (1.3.12)
162
- google-protobuf (~> 3.14)
163
- googleapis-common-protos-types (~> 1.2)
164
- grpc (~> 1.27)
165
- googleapis-common-protos-types (1.3.0)
166
- google-protobuf (~> 3.14)
167
- googleauth (0.17.1)
168
- faraday (>= 0.17.3, < 2.0)
169
- jwt (>= 1.4, < 3.0)
170
- memoist (~> 0.16)
171
- multi_json (~> 1.11)
172
- os (>= 0.9, < 2.0)
173
- signet (~> 0.15)
174
- grpc (1.42.0)
175
- google-protobuf (~> 3.18)
176
- googleapis-common-protos-types (~> 1.0)
177
- grpc-google-iam-v1 (0.6.11)
178
- google-protobuf (~> 3.14)
179
- googleapis-common-protos (>= 1.3.11, < 2.0)
180
- grpc (~> 1.27)
181
- hashdiff (1.0.1)
182
- i18n (1.8.11)
183
- concurrent-ruby (~> 1.0)
184
- jaro_winkler (1.5.4)
185
- jwt (2.3.0)
186
- loofah (2.13.0)
187
- crass (~> 1.0.2)
188
- nokogiri (>= 1.5.9)
189
- mail (2.7.1)
190
- mini_mime (>= 0.1.1)
191
- marcel (1.0.2)
192
- memoist (0.16.2)
193
- method_source (1.0.0)
194
- mini_mime (1.1.2)
195
- mini_portile2 (2.6.1)
196
- minitest (5.15.0)
197
- multi_json (1.15.0)
198
- multipart-post (2.1.1)
199
- nio4r (2.5.8)
200
- nokogiri (1.12.5)
201
- mini_portile2 (~> 2.6.1)
202
- racc (~> 1.4)
203
- octokit (4.21.0)
204
- faraday (>= 0.9)
205
- sawyer (~> 0.8.0, >= 0.5.3)
206
- os (1.1.4)
207
- parallel (1.21.0)
208
- parser (3.0.3.2)
209
- ast (~> 2.4.1)
210
- protocol-hpack (1.4.2)
211
- protocol-http (0.22.5)
212
- protocol-http1 (0.14.2)
213
- protocol-http (~> 0.22)
214
- protocol-http2 (0.14.2)
215
- protocol-hpack (~> 1.4)
216
- protocol-http (~> 0.18)
217
- public_suffix (4.0.6)
218
- raabro (1.4.0)
219
- racc (1.6.0)
220
- rack (2.2.3)
221
- rack-test (1.1.0)
222
- rack (>= 1.0, < 3)
223
- rails (6.1.4.4)
224
- actioncable (= 6.1.4.4)
225
- actionmailbox (= 6.1.4.4)
226
- actionmailer (= 6.1.4.4)
227
- actionpack (= 6.1.4.4)
228
- actiontext (= 6.1.4.4)
229
- actionview (= 6.1.4.4)
230
- activejob (= 6.1.4.4)
231
- activemodel (= 6.1.4.4)
232
- activerecord (= 6.1.4.4)
233
- activestorage (= 6.1.4.4)
234
- activesupport (= 6.1.4.4)
235
- bundler (>= 1.15.0)
236
- railties (= 6.1.4.4)
237
- sprockets-rails (>= 2.0.0)
238
- rails-dom-testing (2.0.3)
239
- activesupport (>= 4.2.0)
240
- nokogiri (>= 1.6)
241
- rails-html-sanitizer (1.4.2)
242
- loofah (~> 2.3)
243
- railties (6.1.4.4)
244
- actionpack (= 6.1.4.4)
245
- activesupport (= 6.1.4.4)
246
- method_source
247
- rake (>= 0.13)
248
- thor (~> 1.0)
249
- rainbow (3.0.0)
250
- rake (13.0.6)
251
- redis (4.5.1)
252
- retriable (3.1.2)
253
- rexml (3.2.5)
254
- rly (0.2.3)
255
- rspec (3.10.0)
256
- rspec-core (~> 3.10.0)
257
- rspec-expectations (~> 3.10.0)
258
- rspec-mocks (~> 3.10.0)
259
- rspec-core (3.10.1)
260
- rspec-support (~> 3.10.0)
261
- rspec-expectations (3.10.1)
262
- diff-lcs (>= 1.2.0, < 2.0)
263
- rspec-support (~> 3.10.0)
264
- rspec-json_expectations (2.2.0)
265
- rspec-mocks (3.10.2)
266
- diff-lcs (>= 1.2.0, < 2.0)
267
- rspec-support (~> 3.10.0)
268
- rspec-rails (5.0.2)
269
- actionpack (>= 5.2)
270
- activesupport (>= 5.2)
271
- railties (>= 5.2)
272
- rspec-core (~> 3.10)
273
- rspec-expectations (~> 3.10)
274
- rspec-mocks (~> 3.10)
275
- rspec-support (~> 3.10)
276
- rspec-support (3.10.3)
277
- rubocop (0.76.0)
278
- jaro_winkler (~> 1.5.1)
279
- parallel (~> 1.10)
280
- parser (>= 2.6)
281
- rainbow (>= 2.2.2, < 4.0)
282
- ruby-progressbar (~> 1.7)
283
- unicode-display_width (>= 1.4.0, < 1.7)
284
- rubocop-rspec (1.37.0)
285
- rubocop (>= 0.68.1)
286
- ruby-progressbar (1.11.0)
287
- ruby2_keywords (0.0.5)
288
- sawyer (0.8.2)
289
- addressable (>= 2.3.5)
290
- faraday (> 0.8, < 2.0)
291
- semantic_logger (4.9.0)
292
- concurrent-ruby (~> 1.0)
293
- signet (0.16.0)
294
- addressable (~> 2.8)
295
- faraday (>= 0.17.3, < 2.0)
296
- jwt (>= 1.5, < 3.0)
297
- multi_json (~> 1.10)
298
- sprockets (4.0.2)
299
- concurrent-ruby (~> 1.0)
300
- rack (> 1, < 3)
301
- sprockets-rails (3.4.2)
302
- actionpack (>= 5.2)
303
- activesupport (>= 5.2)
304
- sprockets (>= 3.0.0)
305
- sqlite3 (1.4.2)
306
- thor (1.1.0)
307
- timecop (0.9.4)
308
- timers (4.3.3)
309
- tzinfo (2.0.4)
310
- concurrent-ruby (~> 1.0)
311
- unicode-display_width (1.6.1)
312
- webmock (3.14.0)
313
- addressable (>= 2.8.0)
314
- crack (>= 0.3.2)
315
- hashdiff (>= 0.4.0, < 2.0.0)
316
- websocket-driver (0.7.5)
317
- websocket-extensions (>= 0.1.0)
318
- websocket-extensions (0.1.5)
319
- zeitwerk (2.5.3)
320
-
321
- PLATFORMS
322
- ruby
323
-
324
- DEPENDENCIES
325
- appraisal
326
- bundler (~> 2.0)
327
- cloudtasker!
328
- github_changelog_generator
329
- google-cloud-tasks (= 1.3)
330
- rails
331
- rake (>= 12.3.3)
332
- rspec (~> 3.0)
333
- rspec-json_expectations (~> 2.2)
334
- rspec-rails
335
- rubocop (= 0.76.0)
336
- rubocop-rspec (= 1.37.0)
337
- semantic_logger
338
- sqlite3
339
- timecop
340
- webmock
341
-
342
- BUNDLED WITH
343
- 2.2.26
@@ -1,10 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source 'https://rubygems.org'
6
-
7
- gem 'bundler', '1.17'
8
- gem 'rails', '4.0'
9
-
10
- gemspec path: '../'
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source 'https://rubygems.org'
6
-
7
- gem 'rails', '4.1'
8
-
9
- gemspec path: '../'
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source 'https://rubygems.org'
6
-
7
- gem 'rails', '4.0'
8
-
9
- gemspec path: '../'
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source 'https://rubygems.org'
6
-
7
- gem 'rails', '5.0'
8
-
9
- gemspec path: '../'
@@ -1,9 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # This file was generated by Appraisal
4
-
5
- source 'https://rubygems.org'
6
-
7
- gem 'rails', '5.1'
8
-
9
- gemspec path: '../'
@@ -1,327 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- cloudtasker (0.12.2)
5
- activesupport
6
- connection_pool
7
- fugit
8
- google-cloud-tasks (~> 1.0)
9
- jwt
10
- redis
11
- retriable
12
-
13
- GEM
14
- remote: https://rubygems.org/
15
- specs:
16
- actioncable (5.2.0)
17
- actionpack (= 5.2.0)
18
- nio4r (~> 2.0)
19
- websocket-driver (>= 0.6.1)
20
- actionmailer (5.2.0)
21
- actionpack (= 5.2.0)
22
- actionview (= 5.2.0)
23
- activejob (= 5.2.0)
24
- mail (~> 2.5, >= 2.5.4)
25
- rails-dom-testing (~> 2.0)
26
- actionpack (5.2.0)
27
- actionview (= 5.2.0)
28
- activesupport (= 5.2.0)
29
- rack (~> 2.0)
30
- rack-test (>= 0.6.3)
31
- rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
- actionview (5.2.0)
34
- activesupport (= 5.2.0)
35
- builder (~> 3.1)
36
- erubi (~> 1.4)
37
- rails-dom-testing (~> 2.0)
38
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
39
- activejob (5.2.0)
40
- activesupport (= 5.2.0)
41
- globalid (>= 0.3.6)
42
- activemodel (5.2.0)
43
- activesupport (= 5.2.0)
44
- activerecord (5.2.0)
45
- activemodel (= 5.2.0)
46
- activesupport (= 5.2.0)
47
- arel (>= 9.0)
48
- activestorage (5.2.0)
49
- actionpack (= 5.2.0)
50
- activerecord (= 5.2.0)
51
- marcel (~> 0.3.1)
52
- activesupport (5.2.0)
53
- concurrent-ruby (~> 1.0, >= 1.0.2)
54
- i18n (>= 0.7, < 2)
55
- minitest (~> 5.1)
56
- tzinfo (~> 1.1)
57
- addressable (2.8.0)
58
- public_suffix (>= 2.0.2, < 5.0)
59
- appraisal (2.4.1)
60
- bundler
61
- rake
62
- thor (>= 0.14.0)
63
- arel (9.0.0)
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.9)
82
- async (>= 1.25)
83
- builder (3.2.4)
84
- concurrent-ruby (1.1.9)
85
- connection_pool (2.2.5)
86
- console (1.14.0)
87
- fiber-local
88
- crack (0.4.5)
89
- rexml
90
- crass (1.0.6)
91
- diff-lcs (1.5.0)
92
- erubi (1.10.0)
93
- et-orbi (1.2.6)
94
- tzinfo
95
- faraday (1.8.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)
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)
109
- faraday-http-cache (2.2.0)
110
- faraday (>= 0.8)
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.2)
118
- et-orbi (~> 1.1, >= 1.1.8)
119
- raabro (~> 1.4)
120
- github_changelog_generator (1.16.4)
121
- activesupport
122
- async (>= 1.25.0)
123
- async-http-faraday
124
- faraday-http-cache
125
- multi_json
126
- octokit (~> 4.6)
127
- rainbow (>= 2.2.1)
128
- rake (>= 10.0)
129
- globalid (1.0.0)
130
- activesupport (>= 5.0)
131
- google-cloud-tasks (1.5.1)
132
- google-gax (~> 1.8)
133
- googleapis-common-protos (>= 1.3.9, < 2.0)
134
- googleapis-common-protos-types (>= 1.0.4, < 2.0)
135
- grpc-google-iam-v1 (~> 0.6.9)
136
- google-gax (1.8.2)
137
- google-protobuf (~> 3.9)
138
- googleapis-common-protos (>= 1.3.9, < 2.0)
139
- googleapis-common-protos-types (>= 1.0.4, < 2.0)
140
- googleauth (~> 0.9)
141
- grpc (~> 1.24)
142
- rly (~> 0.2.3)
143
- google-protobuf (3.19.1)
144
- googleapis-common-protos (1.3.12)
145
- google-protobuf (~> 3.14)
146
- googleapis-common-protos-types (~> 1.2)
147
- grpc (~> 1.27)
148
- googleapis-common-protos-types (1.3.0)
149
- google-protobuf (~> 3.14)
150
- googleauth (0.17.1)
151
- faraday (>= 0.17.3, < 2.0)
152
- jwt (>= 1.4, < 3.0)
153
- memoist (~> 0.16)
154
- multi_json (~> 1.11)
155
- os (>= 0.9, < 2.0)
156
- signet (~> 0.15)
157
- grpc (1.42.0)
158
- google-protobuf (~> 3.18)
159
- googleapis-common-protos-types (~> 1.0)
160
- grpc-google-iam-v1 (0.6.11)
161
- google-protobuf (~> 3.14)
162
- googleapis-common-protos (>= 1.3.11, < 2.0)
163
- grpc (~> 1.27)
164
- hashdiff (1.0.1)
165
- i18n (1.8.11)
166
- concurrent-ruby (~> 1.0)
167
- jaro_winkler (1.5.4)
168
- jwt (2.3.0)
169
- loofah (2.13.0)
170
- crass (~> 1.0.2)
171
- nokogiri (>= 1.5.9)
172
- mail (2.7.1)
173
- mini_mime (>= 0.1.1)
174
- marcel (0.3.3)
175
- mimemagic (~> 0.3.2)
176
- memoist (0.16.2)
177
- method_source (1.0.0)
178
- mimemagic (0.3.10)
179
- nokogiri (~> 1)
180
- rake
181
- mini_mime (1.1.2)
182
- mini_portile2 (2.6.1)
183
- minitest (5.15.0)
184
- multi_json (1.15.0)
185
- multipart-post (2.1.1)
186
- nio4r (2.5.8)
187
- nokogiri (1.12.5)
188
- mini_portile2 (~> 2.6.1)
189
- racc (~> 1.4)
190
- octokit (4.21.0)
191
- faraday (>= 0.9)
192
- sawyer (~> 0.8.0, >= 0.5.3)
193
- os (1.1.4)
194
- parallel (1.21.0)
195
- parser (3.0.3.2)
196
- ast (~> 2.4.1)
197
- protocol-hpack (1.4.2)
198
- protocol-http (0.22.5)
199
- protocol-http1 (0.14.2)
200
- protocol-http (~> 0.22)
201
- protocol-http2 (0.14.2)
202
- protocol-hpack (~> 1.4)
203
- protocol-http (~> 0.18)
204
- public_suffix (4.0.6)
205
- raabro (1.4.0)
206
- racc (1.6.0)
207
- rack (2.2.3)
208
- rack-test (1.1.0)
209
- rack (>= 1.0, < 3)
210
- rails (5.2.0)
211
- actioncable (= 5.2.0)
212
- actionmailer (= 5.2.0)
213
- actionpack (= 5.2.0)
214
- actionview (= 5.2.0)
215
- activejob (= 5.2.0)
216
- activemodel (= 5.2.0)
217
- activerecord (= 5.2.0)
218
- activestorage (= 5.2.0)
219
- activesupport (= 5.2.0)
220
- bundler (>= 1.3.0)
221
- railties (= 5.2.0)
222
- sprockets-rails (>= 2.0.0)
223
- rails-dom-testing (2.0.3)
224
- activesupport (>= 4.2.0)
225
- nokogiri (>= 1.6)
226
- rails-html-sanitizer (1.4.2)
227
- loofah (~> 2.3)
228
- railties (5.2.0)
229
- actionpack (= 5.2.0)
230
- activesupport (= 5.2.0)
231
- method_source
232
- rake (>= 0.8.7)
233
- thor (>= 0.18.1, < 2.0)
234
- rainbow (3.0.0)
235
- rake (13.0.6)
236
- redis (4.5.1)
237
- retriable (3.1.2)
238
- rexml (3.2.5)
239
- rly (0.2.3)
240
- rspec (3.10.0)
241
- rspec-core (~> 3.10.0)
242
- rspec-expectations (~> 3.10.0)
243
- rspec-mocks (~> 3.10.0)
244
- rspec-core (3.10.1)
245
- rspec-support (~> 3.10.0)
246
- rspec-expectations (3.10.1)
247
- diff-lcs (>= 1.2.0, < 2.0)
248
- rspec-support (~> 3.10.0)
249
- rspec-json_expectations (2.2.0)
250
- rspec-mocks (3.10.2)
251
- diff-lcs (>= 1.2.0, < 2.0)
252
- rspec-support (~> 3.10.0)
253
- rspec-rails (5.0.2)
254
- actionpack (>= 5.2)
255
- activesupport (>= 5.2)
256
- railties (>= 5.2)
257
- rspec-core (~> 3.10)
258
- rspec-expectations (~> 3.10)
259
- rspec-mocks (~> 3.10)
260
- rspec-support (~> 3.10)
261
- rspec-support (3.10.3)
262
- rubocop (0.76.0)
263
- jaro_winkler (~> 1.5.1)
264
- parallel (~> 1.10)
265
- parser (>= 2.6)
266
- rainbow (>= 2.2.2, < 4.0)
267
- ruby-progressbar (~> 1.7)
268
- unicode-display_width (>= 1.4.0, < 1.7)
269
- rubocop-rspec (1.37.0)
270
- rubocop (>= 0.68.1)
271
- ruby-progressbar (1.11.0)
272
- ruby2_keywords (0.0.5)
273
- sawyer (0.8.2)
274
- addressable (>= 2.3.5)
275
- faraday (> 0.8, < 2.0)
276
- semantic_logger (4.9.0)
277
- concurrent-ruby (~> 1.0)
278
- signet (0.16.0)
279
- addressable (~> 2.8)
280
- faraday (>= 0.17.3, < 2.0)
281
- jwt (>= 1.5, < 3.0)
282
- multi_json (~> 1.10)
283
- sprockets (4.0.2)
284
- concurrent-ruby (~> 1.0)
285
- rack (> 1, < 3)
286
- sprockets-rails (3.4.2)
287
- actionpack (>= 5.2)
288
- activesupport (>= 5.2)
289
- sprockets (>= 3.0.0)
290
- sqlite3 (1.4.2)
291
- thor (1.1.0)
292
- thread_safe (0.3.6)
293
- timecop (0.9.4)
294
- timers (4.3.3)
295
- tzinfo (1.2.9)
296
- thread_safe (~> 0.1)
297
- unicode-display_width (1.6.1)
298
- webmock (3.14.0)
299
- addressable (>= 2.8.0)
300
- crack (>= 0.3.2)
301
- hashdiff (>= 0.4.0, < 2.0.0)
302
- websocket-driver (0.7.5)
303
- websocket-extensions (>= 0.1.0)
304
- websocket-extensions (0.1.5)
305
-
306
- PLATFORMS
307
- ruby
308
-
309
- DEPENDENCIES
310
- appraisal
311
- bundler (~> 2.0)
312
- cloudtasker!
313
- github_changelog_generator
314
- rails (= 5.2)
315
- rake (>= 12.3.3)
316
- rspec (~> 3.0)
317
- rspec-json_expectations (~> 2.2)
318
- rspec-rails
319
- rubocop (= 0.76.0)
320
- rubocop-rspec (= 1.37.0)
321
- semantic_logger
322
- sqlite3
323
- timecop
324
- webmock
325
-
326
- BUNDLED WITH
327
- 2.2.26