cloudtasker 0.12.rc11 → 0.13.rc1

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