cloudtasker 0.12.2 → 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 (41) 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} +7 -8
  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 +9 -0
  9. data/README.md +10 -2
  10. data/Rakefile +0 -6
  11. data/cloudtasker.gemspec +0 -5
  12. data/gemfiles/google_cloud_tasks_1.0.gemfile +1 -0
  13. data/gemfiles/google_cloud_tasks_1.0.gemfile.lock +4 -173
  14. data/gemfiles/google_cloud_tasks_1.1.gemfile +1 -0
  15. data/gemfiles/google_cloud_tasks_1.1.gemfile.lock +4 -173
  16. data/gemfiles/google_cloud_tasks_1.2.gemfile +1 -0
  17. data/gemfiles/google_cloud_tasks_1.2.gemfile.lock +4 -173
  18. data/gemfiles/google_cloud_tasks_1.3.gemfile +1 -0
  19. data/gemfiles/google_cloud_tasks_1.3.gemfile.lock +4 -173
  20. data/gemfiles/rails_5.2.gemfile +1 -0
  21. data/gemfiles/rails_5.2.gemfile.lock +4 -53
  22. data/gemfiles/rails_6.0.gemfile +1 -0
  23. data/gemfiles/rails_6.0.gemfile.lock +4 -53
  24. data/gemfiles/rails_6.1.gemfile +8 -0
  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 +12 -8
  31. data/lib/cloudtasker/backend/memory_task.rb +1 -1
  32. data/lib/cloudtasker/backend/redis_task.rb +7 -3
  33. data/lib/cloudtasker/cloud_task.rb +2 -2
  34. data/lib/cloudtasker/cron/schedule.rb +7 -7
  35. data/lib/cloudtasker/redis_client.rb +39 -14
  36. data/lib/cloudtasker/unique_job/job.rb +3 -2
  37. data/lib/cloudtasker/unique_job/middleware/client.rb +2 -1
  38. data/lib/cloudtasker/version.rb +1 -1
  39. data/lib/cloudtasker/worker.rb +3 -3
  40. data/lib/cloudtasker/worker_wrapper.rb +1 -1
  41. metadata +11 -62
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudtasker (0.12.2)
4
+ cloudtasker (0.13.rc1)
5
5
  activesupport
6
6
  connection_pool
7
7
  fugit
@@ -13,60 +13,7 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
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)
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)
@@ -79,34 +26,11 @@ GEM
79
26
  rake
80
27
  thor (>= 0.14.0)
81
28
  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
29
  concurrent-ruby (1.1.9)
102
30
  connection_pool (2.2.5)
103
- console (1.14.0)
104
- fiber-local
105
31
  crack (0.4.5)
106
32
  rexml
107
- crass (1.0.6)
108
33
  diff-lcs (1.5.0)
109
- erubi (1.10.0)
110
34
  et-orbi (1.2.6)
111
35
  tzinfo
112
36
  faraday (1.8.0)
@@ -123,28 +47,14 @@ GEM
123
47
  faraday-em_http (1.0.0)
124
48
  faraday-em_synchrony (1.0.0)
125
49
  faraday-excon (1.1.0)
126
- faraday-http-cache (2.2.0)
127
- faraday (>= 0.8)
128
50
  faraday-httpclient (1.0.1)
129
51
  faraday-net_http (1.0.1)
130
52
  faraday-net_http_persistent (1.2.0)
131
53
  faraday-patron (1.0.0)
132
54
  faraday-rack (1.0.0)
133
- fiber-local (1.0.0)
134
55
  fugit (1.5.2)
135
56
  et-orbi (~> 1.1, >= 1.1.8)
136
57
  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
58
  google-cloud-tasks (1.1.0)
149
59
  google-gax (~> 1.7)
150
60
  googleapis-common-protos (>= 1.3.9, < 2.0)
@@ -182,69 +92,16 @@ GEM
182
92
  concurrent-ruby (~> 1.0)
183
93
  jaro_winkler (1.5.4)
184
94
  jwt (2.3.0)
185
- loofah (2.13.0)
186
- crass (~> 1.0.2)
187
- nokogiri (>= 1.5.9)
188
- mail (2.7.1)
189
- mini_mime (>= 0.1.1)
190
- marcel (1.0.2)
191
95
  memoist (0.16.2)
192
- method_source (1.0.0)
193
- mini_mime (1.1.2)
194
- mini_portile2 (2.6.1)
195
96
  minitest (5.15.0)
196
97
  multi_json (1.15.0)
197
98
  multipart-post (2.1.1)
198
- nio4r (2.5.8)
199
- nokogiri (1.12.5)
200
- mini_portile2 (~> 2.6.1)
201
- racc (~> 1.4)
202
- octokit (4.21.0)
203
- faraday (>= 0.9)
204
- sawyer (~> 0.8.0, >= 0.5.3)
205
99
  os (1.1.4)
206
100
  parallel (1.21.0)
207
101
  parser (3.0.3.2)
208
102
  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
103
  public_suffix (4.0.6)
217
104
  raabro (1.4.0)
218
- racc (1.6.0)
219
- rack (2.2.3)
220
- rack-test (1.1.0)
221
- rack (>= 1.0, < 3)
222
- rails (6.1.4.4)
223
- actioncable (= 6.1.4.4)
224
- actionmailbox (= 6.1.4.4)
225
- actionmailer (= 6.1.4.4)
226
- actionpack (= 6.1.4.4)
227
- actiontext (= 6.1.4.4)
228
- actionview (= 6.1.4.4)
229
- activejob (= 6.1.4.4)
230
- activemodel (= 6.1.4.4)
231
- activerecord (= 6.1.4.4)
232
- activestorage (= 6.1.4.4)
233
- activesupport (= 6.1.4.4)
234
- bundler (>= 1.15.0)
235
- railties (= 6.1.4.4)
236
- sprockets-rails (>= 2.0.0)
237
- rails-dom-testing (2.0.3)
238
- activesupport (>= 4.2.0)
239
- nokogiri (>= 1.6)
240
- rails-html-sanitizer (1.4.2)
241
- loofah (~> 2.3)
242
- railties (6.1.4.4)
243
- actionpack (= 6.1.4.4)
244
- activesupport (= 6.1.4.4)
245
- method_source
246
- rake (>= 0.13)
247
- thor (~> 1.0)
248
105
  rainbow (3.0.0)
249
106
  rake (13.0.6)
250
107
  redis (4.5.1)
@@ -264,14 +121,6 @@ GEM
264
121
  rspec-mocks (3.10.2)
265
122
  diff-lcs (>= 1.2.0, < 2.0)
266
123
  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
124
  rspec-support (3.10.3)
276
125
  rubocop (0.76.0)
277
126
  jaro_winkler (~> 1.5.1)
@@ -284,9 +133,6 @@ GEM
284
133
  rubocop (>= 0.68.1)
285
134
  ruby-progressbar (1.11.0)
286
135
  ruby2_keywords (0.0.5)
287
- sawyer (0.8.2)
288
- addressable (>= 2.3.5)
289
- faraday (> 0.8, < 2.0)
290
136
  semantic_logger (4.9.0)
291
137
  concurrent-ruby (~> 1.0)
292
138
  signet (0.16.0)
@@ -294,17 +140,8 @@ GEM
294
140
  faraday (>= 0.17.3, < 2.0)
295
141
  jwt (>= 1.5, < 3.0)
296
142
  multi_json (~> 1.10)
297
- sprockets (4.0.2)
298
- concurrent-ruby (~> 1.0)
299
- rack (> 1, < 3)
300
- sprockets-rails (3.4.2)
301
- actionpack (>= 5.2)
302
- activesupport (>= 5.2)
303
- sprockets (>= 3.0.0)
304
- sqlite3 (1.4.2)
305
143
  thor (1.1.0)
306
144
  timecop (0.9.4)
307
- timers (4.3.3)
308
145
  tzinfo (2.0.4)
309
146
  concurrent-ruby (~> 1.0)
310
147
  unicode-display_width (1.6.1)
@@ -312,31 +149,25 @@ GEM
312
149
  addressable (>= 2.8.0)
313
150
  crack (>= 0.3.2)
314
151
  hashdiff (>= 0.4.0, < 2.0.0)
315
- websocket-driver (0.7.5)
316
- websocket-extensions (>= 0.1.0)
317
- websocket-extensions (0.1.5)
318
152
  zeitwerk (2.5.3)
319
153
 
320
154
  PLATFORMS
321
155
  ruby
322
156
 
323
157
  DEPENDENCIES
158
+ activesupport (= 6.1)
324
159
  appraisal
325
160
  bundler (~> 2.0)
326
161
  cloudtasker!
327
- github_changelog_generator
328
162
  google-cloud-tasks (= 1.1)
329
- rails
330
163
  rake (>= 12.3.3)
331
164
  rspec (~> 3.0)
332
165
  rspec-json_expectations (~> 2.2)
333
- rspec-rails
334
166
  rubocop (= 0.76.0)
335
167
  rubocop-rspec (= 1.37.0)
336
168
  semantic_logger
337
- sqlite3
338
169
  timecop
339
170
  webmock
340
171
 
341
172
  BUNDLED WITH
342
- 2.2.26
173
+ 2.3.4
@@ -2,6 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "activesupport", "6.1"
5
6
  gem "google-cloud-tasks", "1.2"
6
7
 
7
8
  gemspec path: "../"
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudtasker (0.12.2)
4
+ cloudtasker (0.13.rc1)
5
5
  activesupport
6
6
  connection_pool
7
7
  fugit
@@ -13,60 +13,7 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
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)
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)
@@ -79,34 +26,11 @@ GEM
79
26
  rake
80
27
  thor (>= 0.14.0)
81
28
  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
29
  concurrent-ruby (1.1.9)
102
30
  connection_pool (2.2.5)
103
- console (1.14.0)
104
- fiber-local
105
31
  crack (0.4.5)
106
32
  rexml
107
- crass (1.0.6)
108
33
  diff-lcs (1.5.0)
109
- erubi (1.10.0)
110
34
  et-orbi (1.2.6)
111
35
  tzinfo
112
36
  faraday (1.8.0)
@@ -123,28 +47,14 @@ GEM
123
47
  faraday-em_http (1.0.0)
124
48
  faraday-em_synchrony (1.0.0)
125
49
  faraday-excon (1.1.0)
126
- faraday-http-cache (2.2.0)
127
- faraday (>= 0.8)
128
50
  faraday-httpclient (1.0.1)
129
51
  faraday-net_http (1.0.1)
130
52
  faraday-net_http_persistent (1.2.0)
131
53
  faraday-patron (1.0.0)
132
54
  faraday-rack (1.0.0)
133
- fiber-local (1.0.0)
134
55
  fugit (1.5.2)
135
56
  et-orbi (~> 1.1, >= 1.1.8)
136
57
  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
58
  google-cloud-tasks (1.2.0)
149
59
  google-gax (~> 1.8)
150
60
  googleapis-common-protos (>= 1.3.9, < 2.0)
@@ -182,69 +92,16 @@ GEM
182
92
  concurrent-ruby (~> 1.0)
183
93
  jaro_winkler (1.5.4)
184
94
  jwt (2.3.0)
185
- loofah (2.13.0)
186
- crass (~> 1.0.2)
187
- nokogiri (>= 1.5.9)
188
- mail (2.7.1)
189
- mini_mime (>= 0.1.1)
190
- marcel (1.0.2)
191
95
  memoist (0.16.2)
192
- method_source (1.0.0)
193
- mini_mime (1.1.2)
194
- mini_portile2 (2.6.1)
195
96
  minitest (5.15.0)
196
97
  multi_json (1.15.0)
197
98
  multipart-post (2.1.1)
198
- nio4r (2.5.8)
199
- nokogiri (1.12.5)
200
- mini_portile2 (~> 2.6.1)
201
- racc (~> 1.4)
202
- octokit (4.21.0)
203
- faraday (>= 0.9)
204
- sawyer (~> 0.8.0, >= 0.5.3)
205
99
  os (1.1.4)
206
100
  parallel (1.21.0)
207
101
  parser (3.0.3.2)
208
102
  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
103
  public_suffix (4.0.6)
217
104
  raabro (1.4.0)
218
- racc (1.6.0)
219
- rack (2.2.3)
220
- rack-test (1.1.0)
221
- rack (>= 1.0, < 3)
222
- rails (6.1.4.4)
223
- actioncable (= 6.1.4.4)
224
- actionmailbox (= 6.1.4.4)
225
- actionmailer (= 6.1.4.4)
226
- actionpack (= 6.1.4.4)
227
- actiontext (= 6.1.4.4)
228
- actionview (= 6.1.4.4)
229
- activejob (= 6.1.4.4)
230
- activemodel (= 6.1.4.4)
231
- activerecord (= 6.1.4.4)
232
- activestorage (= 6.1.4.4)
233
- activesupport (= 6.1.4.4)
234
- bundler (>= 1.15.0)
235
- railties (= 6.1.4.4)
236
- sprockets-rails (>= 2.0.0)
237
- rails-dom-testing (2.0.3)
238
- activesupport (>= 4.2.0)
239
- nokogiri (>= 1.6)
240
- rails-html-sanitizer (1.4.2)
241
- loofah (~> 2.3)
242
- railties (6.1.4.4)
243
- actionpack (= 6.1.4.4)
244
- activesupport (= 6.1.4.4)
245
- method_source
246
- rake (>= 0.13)
247
- thor (~> 1.0)
248
105
  rainbow (3.0.0)
249
106
  rake (13.0.6)
250
107
  redis (4.5.1)
@@ -264,14 +121,6 @@ GEM
264
121
  rspec-mocks (3.10.2)
265
122
  diff-lcs (>= 1.2.0, < 2.0)
266
123
  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
124
  rspec-support (3.10.3)
276
125
  rubocop (0.76.0)
277
126
  jaro_winkler (~> 1.5.1)
@@ -284,9 +133,6 @@ GEM
284
133
  rubocop (>= 0.68.1)
285
134
  ruby-progressbar (1.11.0)
286
135
  ruby2_keywords (0.0.5)
287
- sawyer (0.8.2)
288
- addressable (>= 2.3.5)
289
- faraday (> 0.8, < 2.0)
290
136
  semantic_logger (4.9.0)
291
137
  concurrent-ruby (~> 1.0)
292
138
  signet (0.16.0)
@@ -294,17 +140,8 @@ GEM
294
140
  faraday (>= 0.17.3, < 2.0)
295
141
  jwt (>= 1.5, < 3.0)
296
142
  multi_json (~> 1.10)
297
- sprockets (4.0.2)
298
- concurrent-ruby (~> 1.0)
299
- rack (> 1, < 3)
300
- sprockets-rails (3.4.2)
301
- actionpack (>= 5.2)
302
- activesupport (>= 5.2)
303
- sprockets (>= 3.0.0)
304
- sqlite3 (1.4.2)
305
143
  thor (1.1.0)
306
144
  timecop (0.9.4)
307
- timers (4.3.3)
308
145
  tzinfo (2.0.4)
309
146
  concurrent-ruby (~> 1.0)
310
147
  unicode-display_width (1.6.1)
@@ -312,31 +149,25 @@ GEM
312
149
  addressable (>= 2.8.0)
313
150
  crack (>= 0.3.2)
314
151
  hashdiff (>= 0.4.0, < 2.0.0)
315
- websocket-driver (0.7.5)
316
- websocket-extensions (>= 0.1.0)
317
- websocket-extensions (0.1.5)
318
152
  zeitwerk (2.5.3)
319
153
 
320
154
  PLATFORMS
321
155
  ruby
322
156
 
323
157
  DEPENDENCIES
158
+ activesupport (= 6.1)
324
159
  appraisal
325
160
  bundler (~> 2.0)
326
161
  cloudtasker!
327
- github_changelog_generator
328
162
  google-cloud-tasks (= 1.2)
329
- rails
330
163
  rake (>= 12.3.3)
331
164
  rspec (~> 3.0)
332
165
  rspec-json_expectations (~> 2.2)
333
- rspec-rails
334
166
  rubocop (= 0.76.0)
335
167
  rubocop-rspec (= 1.37.0)
336
168
  semantic_logger
337
- sqlite3
338
169
  timecop
339
170
  webmock
340
171
 
341
172
  BUNDLED WITH
342
- 2.2.26
173
+ 2.3.4
@@ -2,6 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
+ gem "activesupport", "6.1"
5
6
  gem "google-cloud-tasks", "1.3"
6
7
 
7
8
  gemspec path: "../"