cloudtasker 0.8.0 → 0.9.2

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudtasker (0.2.0)
4
+ cloudtasker (0.9.2)
5
5
  activesupport
6
6
  fugit
7
7
  google-cloud-tasks
@@ -11,56 +11,56 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (6.0.1)
15
- actionpack (= 6.0.1)
14
+ actioncable (6.0.2.1)
15
+ actionpack (= 6.0.2.1)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailbox (6.0.1)
19
- actionpack (= 6.0.1)
20
- activejob (= 6.0.1)
21
- activerecord (= 6.0.1)
22
- activestorage (= 6.0.1)
23
- activesupport (= 6.0.1)
18
+ actionmailbox (6.0.2.1)
19
+ actionpack (= 6.0.2.1)
20
+ activejob (= 6.0.2.1)
21
+ activerecord (= 6.0.2.1)
22
+ activestorage (= 6.0.2.1)
23
+ activesupport (= 6.0.2.1)
24
24
  mail (>= 2.7.1)
25
- actionmailer (6.0.1)
26
- actionpack (= 6.0.1)
27
- actionview (= 6.0.1)
28
- activejob (= 6.0.1)
25
+ actionmailer (6.0.2.1)
26
+ actionpack (= 6.0.2.1)
27
+ actionview (= 6.0.2.1)
28
+ activejob (= 6.0.2.1)
29
29
  mail (~> 2.5, >= 2.5.4)
30
30
  rails-dom-testing (~> 2.0)
31
- actionpack (6.0.1)
32
- actionview (= 6.0.1)
33
- activesupport (= 6.0.1)
34
- rack (~> 2.0)
31
+ actionpack (6.0.2.1)
32
+ actionview (= 6.0.2.1)
33
+ activesupport (= 6.0.2.1)
34
+ rack (~> 2.0, >= 2.0.8)
35
35
  rack-test (>= 0.6.3)
36
36
  rails-dom-testing (~> 2.0)
37
37
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
38
- actiontext (6.0.1)
39
- actionpack (= 6.0.1)
40
- activerecord (= 6.0.1)
41
- activestorage (= 6.0.1)
42
- activesupport (= 6.0.1)
38
+ actiontext (6.0.2.1)
39
+ actionpack (= 6.0.2.1)
40
+ activerecord (= 6.0.2.1)
41
+ activestorage (= 6.0.2.1)
42
+ activesupport (= 6.0.2.1)
43
43
  nokogiri (>= 1.8.5)
44
- actionview (6.0.1)
45
- activesupport (= 6.0.1)
44
+ actionview (6.0.2.1)
45
+ activesupport (= 6.0.2.1)
46
46
  builder (~> 3.1)
47
47
  erubi (~> 1.4)
48
48
  rails-dom-testing (~> 2.0)
49
49
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
50
- activejob (6.0.1)
51
- activesupport (= 6.0.1)
50
+ activejob (6.0.2.1)
51
+ activesupport (= 6.0.2.1)
52
52
  globalid (>= 0.3.6)
53
- activemodel (6.0.1)
54
- activesupport (= 6.0.1)
55
- activerecord (6.0.1)
56
- activemodel (= 6.0.1)
57
- activesupport (= 6.0.1)
58
- activestorage (6.0.1)
59
- actionpack (= 6.0.1)
60
- activejob (= 6.0.1)
61
- activerecord (= 6.0.1)
53
+ activemodel (6.0.2.1)
54
+ activesupport (= 6.0.2.1)
55
+ activerecord (6.0.2.1)
56
+ activemodel (= 6.0.2.1)
57
+ activesupport (= 6.0.2.1)
58
+ activestorage (6.0.2.1)
59
+ actionpack (= 6.0.2.1)
60
+ activejob (= 6.0.2.1)
61
+ activerecord (= 6.0.2.1)
62
62
  marcel (~> 0.3.1)
63
- activesupport (6.0.1)
63
+ activesupport (6.0.2.1)
64
64
  concurrent-ruby (~> 1.0, >= 1.0.2)
65
65
  i18n (>= 0.7, < 2)
66
66
  minitest (~> 5.1)
@@ -73,20 +73,30 @@ GEM
73
73
  rake
74
74
  thor (>= 0.14.0)
75
75
  ast (2.4.0)
76
- builder (3.2.3)
77
- concurrent-ruby (1.1.5)
76
+ builder (3.2.4)
77
+ concurrent-ruby (1.1.6)
78
78
  crack (0.4.3)
79
79
  safe_yaml (~> 1.0.0)
80
- crass (1.0.5)
80
+ crass (1.0.6)
81
81
  diff-lcs (1.3)
82
82
  erubi (1.9.0)
83
83
  et-orbi (1.2.2)
84
84
  tzinfo
85
- faraday (0.17.0)
85
+ faraday (0.17.3)
86
86
  multipart-post (>= 1.2, < 3)
87
+ faraday-http-cache (2.0.0)
88
+ faraday (~> 0.8)
87
89
  fugit (1.3.3)
88
90
  et-orbi (~> 1.1, >= 1.1.8)
89
91
  raabro (~> 1.1)
92
+ github_changelog_generator (1.15.0)
93
+ activesupport
94
+ faraday-http-cache
95
+ multi_json
96
+ octokit (~> 4.6)
97
+ rainbow (>= 2.2.1)
98
+ rake (>= 10.0)
99
+ retriable (~> 3.0)
90
100
  globalid (0.4.2)
91
101
  activesupport (>= 4.2.0)
92
102
  google-cloud-tasks (1.1.0)
@@ -99,98 +109,102 @@ GEM
99
109
  googleauth (~> 0.9)
100
110
  grpc (~> 1.24)
101
111
  rly (~> 0.2.3)
102
- google-protobuf (3.10.1)
112
+ google-protobuf (3.11.4)
103
113
  googleapis-common-protos (1.3.9)
104
114
  google-protobuf (~> 3.0)
105
115
  googleapis-common-protos-types (~> 1.0)
106
116
  grpc (~> 1.0)
107
117
  googleapis-common-protos-types (1.0.4)
108
118
  google-protobuf (~> 3.0)
109
- googleauth (0.10.0)
110
- faraday (~> 0.12)
119
+ googleauth (0.11.0)
120
+ faraday (>= 0.17.3, < 2.0)
111
121
  jwt (>= 1.4, < 3.0)
112
122
  memoist (~> 0.16)
113
123
  multi_json (~> 1.11)
114
124
  os (>= 0.9, < 2.0)
115
125
  signet (~> 0.12)
116
- grpc (1.25.0)
117
- google-protobuf (~> 3.8)
126
+ grpc (1.27.0)
127
+ google-protobuf (~> 3.11)
118
128
  googleapis-common-protos-types (~> 1.0)
119
129
  grpc-google-iam-v1 (0.6.9)
120
130
  googleapis-common-protos (>= 1.3.1, < 2.0)
121
131
  grpc (~> 1.0)
122
- hashdiff (1.0.0)
123
- i18n (1.7.0)
132
+ hashdiff (1.0.1)
133
+ i18n (1.8.2)
124
134
  concurrent-ruby (~> 1.0)
125
135
  jaro_winkler (1.5.4)
126
136
  jwt (2.2.1)
127
- loofah (2.3.1)
137
+ loofah (2.4.0)
128
138
  crass (~> 1.0.2)
129
139
  nokogiri (>= 1.5.9)
130
140
  mail (2.7.1)
131
141
  mini_mime (>= 0.1.1)
132
142
  marcel (0.3.3)
133
143
  mimemagic (~> 0.3.2)
134
- memoist (0.16.1)
144
+ memoist (0.16.2)
135
145
  method_source (0.9.2)
136
- mimemagic (0.3.3)
146
+ mimemagic (0.3.4)
137
147
  mini_mime (1.0.2)
138
148
  mini_portile2 (2.4.0)
139
- minitest (5.13.0)
149
+ minitest (5.14.0)
140
150
  multi_json (1.14.1)
141
151
  multipart-post (2.1.1)
142
152
  nio4r (2.5.2)
143
- nokogiri (1.10.5)
153
+ nokogiri (1.10.9)
144
154
  mini_portile2 (~> 2.4.0)
155
+ octokit (4.16.0)
156
+ faraday (>= 0.9)
157
+ sawyer (~> 0.8.0, >= 0.5.3)
145
158
  os (1.0.1)
146
- parallel (1.19.0)
147
- parser (2.6.5.0)
159
+ parallel (1.19.1)
160
+ parser (2.7.0.4)
148
161
  ast (~> 2.4.0)
149
- public_suffix (4.0.1)
162
+ public_suffix (4.0.3)
150
163
  raabro (1.1.6)
151
- rack (2.0.7)
164
+ rack (2.2.2)
152
165
  rack-test (1.1.0)
153
166
  rack (>= 1.0, < 3)
154
- rails (6.0.1)
155
- actioncable (= 6.0.1)
156
- actionmailbox (= 6.0.1)
157
- actionmailer (= 6.0.1)
158
- actionpack (= 6.0.1)
159
- actiontext (= 6.0.1)
160
- actionview (= 6.0.1)
161
- activejob (= 6.0.1)
162
- activemodel (= 6.0.1)
163
- activerecord (= 6.0.1)
164
- activestorage (= 6.0.1)
165
- activesupport (= 6.0.1)
167
+ rails (6.0.2.1)
168
+ actioncable (= 6.0.2.1)
169
+ actionmailbox (= 6.0.2.1)
170
+ actionmailer (= 6.0.2.1)
171
+ actionpack (= 6.0.2.1)
172
+ actiontext (= 6.0.2.1)
173
+ actionview (= 6.0.2.1)
174
+ activejob (= 6.0.2.1)
175
+ activemodel (= 6.0.2.1)
176
+ activerecord (= 6.0.2.1)
177
+ activestorage (= 6.0.2.1)
178
+ activesupport (= 6.0.2.1)
166
179
  bundler (>= 1.3.0)
167
- railties (= 6.0.1)
180
+ railties (= 6.0.2.1)
168
181
  sprockets-rails (>= 2.0.0)
169
182
  rails-dom-testing (2.0.3)
170
183
  activesupport (>= 4.2.0)
171
184
  nokogiri (>= 1.6)
172
185
  rails-html-sanitizer (1.3.0)
173
186
  loofah (~> 2.3)
174
- railties (6.0.1)
175
- actionpack (= 6.0.1)
176
- activesupport (= 6.0.1)
187
+ railties (6.0.2.1)
188
+ actionpack (= 6.0.2.1)
189
+ activesupport (= 6.0.2.1)
177
190
  method_source
178
191
  rake (>= 0.8.7)
179
192
  thor (>= 0.20.3, < 2.0)
180
193
  rainbow (3.0.0)
181
- rake (10.5.0)
194
+ rake (13.0.1)
182
195
  redis (4.1.3)
196
+ retriable (3.1.2)
183
197
  rly (0.2.3)
184
198
  rspec (3.9.0)
185
199
  rspec-core (~> 3.9.0)
186
200
  rspec-expectations (~> 3.9.0)
187
201
  rspec-mocks (~> 3.9.0)
188
- rspec-core (3.9.0)
189
- rspec-support (~> 3.9.0)
202
+ rspec-core (3.9.1)
203
+ rspec-support (~> 3.9.1)
190
204
  rspec-expectations (3.9.0)
191
205
  diff-lcs (>= 1.2.0, < 2.0)
192
206
  rspec-support (~> 3.9.0)
193
- rspec-mocks (3.9.0)
207
+ rspec-mocks (3.9.1)
194
208
  diff-lcs (>= 1.2.0, < 2.0)
195
209
  rspec-support (~> 3.9.0)
196
210
  rspec-rails (3.9.0)
@@ -201,7 +215,7 @@ GEM
201
215
  rspec-expectations (~> 3.9.0)
202
216
  rspec-mocks (~> 3.9.0)
203
217
  rspec-support (~> 3.9.0)
204
- rspec-support (3.9.0)
218
+ rspec-support (3.9.2)
205
219
  rubocop (0.76.0)
206
220
  jaro_winkler (~> 1.5.1)
207
221
  parallel (~> 1.10)
@@ -209,13 +223,16 @@ GEM
209
223
  rainbow (>= 2.2.2, < 4.0)
210
224
  ruby-progressbar (~> 1.7)
211
225
  unicode-display_width (>= 1.4.0, < 1.7)
212
- rubocop-rspec (1.36.0)
226
+ rubocop-rspec (1.37.0)
213
227
  rubocop (>= 0.68.1)
214
228
  ruby-progressbar (1.10.1)
215
229
  safe_yaml (1.0.5)
216
- signet (0.12.0)
230
+ sawyer (0.8.2)
231
+ addressable (>= 2.3.5)
232
+ faraday (> 0.8, < 2.0)
233
+ signet (0.13.0)
217
234
  addressable (~> 2.3)
218
- faraday (~> 0.9)
235
+ faraday (>= 0.17.3, < 2.0)
219
236
  jwt (>= 1.5, < 3.0)
220
237
  multi_json (~> 1.10)
221
238
  sprockets (4.0.0)
@@ -225,21 +242,21 @@ GEM
225
242
  actionpack (>= 4.0)
226
243
  activesupport (>= 4.0)
227
244
  sprockets (>= 3.0.0)
228
- sqlite3 (1.4.1)
229
- thor (0.20.3)
245
+ sqlite3 (1.4.2)
246
+ thor (1.0.1)
230
247
  thread_safe (0.3.6)
231
248
  timecop (0.9.1)
232
- tzinfo (1.2.5)
249
+ tzinfo (1.2.6)
233
250
  thread_safe (~> 0.1)
234
- unicode-display_width (1.6.0)
235
- webmock (3.7.6)
251
+ unicode-display_width (1.6.1)
252
+ webmock (3.8.2)
236
253
  addressable (>= 2.3.6)
237
254
  crack (>= 0.3.2)
238
255
  hashdiff (>= 0.4.0, < 2.0.0)
239
256
  websocket-driver (0.7.1)
240
257
  websocket-extensions (>= 0.1.0)
241
258
  websocket-extensions (0.1.4)
242
- zeitwerk (2.2.1)
259
+ zeitwerk (2.3.0)
243
260
 
244
261
  PLATFORMS
245
262
  ruby
@@ -248,13 +265,14 @@ DEPENDENCIES
248
265
  appraisal
249
266
  bundler (~> 2.0)
250
267
  cloudtasker!
268
+ github_changelog_generator
251
269
  google-cloud-tasks (= 1.1)
252
270
  rails
253
- rake (~> 10.0)
271
+ rake (>= 12.3.3)
254
272
  rspec (~> 3.0)
255
273
  rspec-rails
256
274
  rubocop (= 0.76.0)
257
- rubocop-rspec
275
+ rubocop-rspec (= 1.37.0)
258
276
  sqlite3
259
277
  timecop
260
278
  webmock
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudtasker (0.2.0)
4
+ cloudtasker (0.9.2)
5
5
  activesupport
6
6
  fugit
7
7
  google-cloud-tasks
@@ -11,56 +11,56 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (6.0.1)
15
- actionpack (= 6.0.1)
14
+ actioncable (6.0.2.1)
15
+ actionpack (= 6.0.2.1)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailbox (6.0.1)
19
- actionpack (= 6.0.1)
20
- activejob (= 6.0.1)
21
- activerecord (= 6.0.1)
22
- activestorage (= 6.0.1)
23
- activesupport (= 6.0.1)
18
+ actionmailbox (6.0.2.1)
19
+ actionpack (= 6.0.2.1)
20
+ activejob (= 6.0.2.1)
21
+ activerecord (= 6.0.2.1)
22
+ activestorage (= 6.0.2.1)
23
+ activesupport (= 6.0.2.1)
24
24
  mail (>= 2.7.1)
25
- actionmailer (6.0.1)
26
- actionpack (= 6.0.1)
27
- actionview (= 6.0.1)
28
- activejob (= 6.0.1)
25
+ actionmailer (6.0.2.1)
26
+ actionpack (= 6.0.2.1)
27
+ actionview (= 6.0.2.1)
28
+ activejob (= 6.0.2.1)
29
29
  mail (~> 2.5, >= 2.5.4)
30
30
  rails-dom-testing (~> 2.0)
31
- actionpack (6.0.1)
32
- actionview (= 6.0.1)
33
- activesupport (= 6.0.1)
34
- rack (~> 2.0)
31
+ actionpack (6.0.2.1)
32
+ actionview (= 6.0.2.1)
33
+ activesupport (= 6.0.2.1)
34
+ rack (~> 2.0, >= 2.0.8)
35
35
  rack-test (>= 0.6.3)
36
36
  rails-dom-testing (~> 2.0)
37
37
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
38
- actiontext (6.0.1)
39
- actionpack (= 6.0.1)
40
- activerecord (= 6.0.1)
41
- activestorage (= 6.0.1)
42
- activesupport (= 6.0.1)
38
+ actiontext (6.0.2.1)
39
+ actionpack (= 6.0.2.1)
40
+ activerecord (= 6.0.2.1)
41
+ activestorage (= 6.0.2.1)
42
+ activesupport (= 6.0.2.1)
43
43
  nokogiri (>= 1.8.5)
44
- actionview (6.0.1)
45
- activesupport (= 6.0.1)
44
+ actionview (6.0.2.1)
45
+ activesupport (= 6.0.2.1)
46
46
  builder (~> 3.1)
47
47
  erubi (~> 1.4)
48
48
  rails-dom-testing (~> 2.0)
49
49
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
50
- activejob (6.0.1)
51
- activesupport (= 6.0.1)
50
+ activejob (6.0.2.1)
51
+ activesupport (= 6.0.2.1)
52
52
  globalid (>= 0.3.6)
53
- activemodel (6.0.1)
54
- activesupport (= 6.0.1)
55
- activerecord (6.0.1)
56
- activemodel (= 6.0.1)
57
- activesupport (= 6.0.1)
58
- activestorage (6.0.1)
59
- actionpack (= 6.0.1)
60
- activejob (= 6.0.1)
61
- activerecord (= 6.0.1)
53
+ activemodel (6.0.2.1)
54
+ activesupport (= 6.0.2.1)
55
+ activerecord (6.0.2.1)
56
+ activemodel (= 6.0.2.1)
57
+ activesupport (= 6.0.2.1)
58
+ activestorage (6.0.2.1)
59
+ actionpack (= 6.0.2.1)
60
+ activejob (= 6.0.2.1)
61
+ activerecord (= 6.0.2.1)
62
62
  marcel (~> 0.3.1)
63
- activesupport (6.0.1)
63
+ activesupport (6.0.2.1)
64
64
  concurrent-ruby (~> 1.0, >= 1.0.2)
65
65
  i18n (>= 0.7, < 2)
66
66
  minitest (~> 5.1)
@@ -73,20 +73,30 @@ GEM
73
73
  rake
74
74
  thor (>= 0.14.0)
75
75
  ast (2.4.0)
76
- builder (3.2.3)
77
- concurrent-ruby (1.1.5)
76
+ builder (3.2.4)
77
+ concurrent-ruby (1.1.6)
78
78
  crack (0.4.3)
79
79
  safe_yaml (~> 1.0.0)
80
- crass (1.0.5)
80
+ crass (1.0.6)
81
81
  diff-lcs (1.3)
82
82
  erubi (1.9.0)
83
83
  et-orbi (1.2.2)
84
84
  tzinfo
85
- faraday (0.17.0)
85
+ faraday (0.17.3)
86
86
  multipart-post (>= 1.2, < 3)
87
+ faraday-http-cache (2.0.0)
88
+ faraday (~> 0.8)
87
89
  fugit (1.3.3)
88
90
  et-orbi (~> 1.1, >= 1.1.8)
89
91
  raabro (~> 1.1)
92
+ github_changelog_generator (1.15.0)
93
+ activesupport
94
+ faraday-http-cache
95
+ multi_json
96
+ octokit (~> 4.6)
97
+ rainbow (>= 2.2.1)
98
+ rake (>= 10.0)
99
+ retriable (~> 3.0)
90
100
  globalid (0.4.2)
91
101
  activesupport (>= 4.2.0)
92
102
  google-cloud-tasks (1.2.0)
@@ -99,98 +109,102 @@ GEM
99
109
  googleauth (~> 0.9)
100
110
  grpc (~> 1.24)
101
111
  rly (~> 0.2.3)
102
- google-protobuf (3.10.1-universal-darwin)
112
+ google-protobuf (3.11.4)
103
113
  googleapis-common-protos (1.3.9)
104
114
  google-protobuf (~> 3.0)
105
115
  googleapis-common-protos-types (~> 1.0)
106
116
  grpc (~> 1.0)
107
117
  googleapis-common-protos-types (1.0.4)
108
118
  google-protobuf (~> 3.0)
109
- googleauth (0.10.0)
110
- faraday (~> 0.12)
119
+ googleauth (0.11.0)
120
+ faraday (>= 0.17.3, < 2.0)
111
121
  jwt (>= 1.4, < 3.0)
112
122
  memoist (~> 0.16)
113
123
  multi_json (~> 1.11)
114
124
  os (>= 0.9, < 2.0)
115
125
  signet (~> 0.12)
116
- grpc (1.25.0-universal-darwin)
117
- google-protobuf (~> 3.8)
126
+ grpc (1.27.0)
127
+ google-protobuf (~> 3.11)
118
128
  googleapis-common-protos-types (~> 1.0)
119
129
  grpc-google-iam-v1 (0.6.9)
120
130
  googleapis-common-protos (>= 1.3.1, < 2.0)
121
131
  grpc (~> 1.0)
122
- hashdiff (1.0.0)
123
- i18n (1.7.0)
132
+ hashdiff (1.0.1)
133
+ i18n (1.8.2)
124
134
  concurrent-ruby (~> 1.0)
125
135
  jaro_winkler (1.5.4)
126
136
  jwt (2.2.1)
127
- loofah (2.3.1)
137
+ loofah (2.4.0)
128
138
  crass (~> 1.0.2)
129
139
  nokogiri (>= 1.5.9)
130
140
  mail (2.7.1)
131
141
  mini_mime (>= 0.1.1)
132
142
  marcel (0.3.3)
133
143
  mimemagic (~> 0.3.2)
134
- memoist (0.16.1)
144
+ memoist (0.16.2)
135
145
  method_source (0.9.2)
136
- mimemagic (0.3.3)
146
+ mimemagic (0.3.4)
137
147
  mini_mime (1.0.2)
138
148
  mini_portile2 (2.4.0)
139
- minitest (5.13.0)
149
+ minitest (5.14.0)
140
150
  multi_json (1.14.1)
141
151
  multipart-post (2.1.1)
142
152
  nio4r (2.5.2)
143
- nokogiri (1.10.5)
153
+ nokogiri (1.10.9)
144
154
  mini_portile2 (~> 2.4.0)
155
+ octokit (4.16.0)
156
+ faraday (>= 0.9)
157
+ sawyer (~> 0.8.0, >= 0.5.3)
145
158
  os (1.0.1)
146
- parallel (1.19.0)
147
- parser (2.6.5.0)
159
+ parallel (1.19.1)
160
+ parser (2.7.0.4)
148
161
  ast (~> 2.4.0)
149
- public_suffix (4.0.1)
162
+ public_suffix (4.0.3)
150
163
  raabro (1.1.6)
151
- rack (2.0.7)
164
+ rack (2.2.2)
152
165
  rack-test (1.1.0)
153
166
  rack (>= 1.0, < 3)
154
- rails (6.0.1)
155
- actioncable (= 6.0.1)
156
- actionmailbox (= 6.0.1)
157
- actionmailer (= 6.0.1)
158
- actionpack (= 6.0.1)
159
- actiontext (= 6.0.1)
160
- actionview (= 6.0.1)
161
- activejob (= 6.0.1)
162
- activemodel (= 6.0.1)
163
- activerecord (= 6.0.1)
164
- activestorage (= 6.0.1)
165
- activesupport (= 6.0.1)
167
+ rails (6.0.2.1)
168
+ actioncable (= 6.0.2.1)
169
+ actionmailbox (= 6.0.2.1)
170
+ actionmailer (= 6.0.2.1)
171
+ actionpack (= 6.0.2.1)
172
+ actiontext (= 6.0.2.1)
173
+ actionview (= 6.0.2.1)
174
+ activejob (= 6.0.2.1)
175
+ activemodel (= 6.0.2.1)
176
+ activerecord (= 6.0.2.1)
177
+ activestorage (= 6.0.2.1)
178
+ activesupport (= 6.0.2.1)
166
179
  bundler (>= 1.3.0)
167
- railties (= 6.0.1)
180
+ railties (= 6.0.2.1)
168
181
  sprockets-rails (>= 2.0.0)
169
182
  rails-dom-testing (2.0.3)
170
183
  activesupport (>= 4.2.0)
171
184
  nokogiri (>= 1.6)
172
185
  rails-html-sanitizer (1.3.0)
173
186
  loofah (~> 2.3)
174
- railties (6.0.1)
175
- actionpack (= 6.0.1)
176
- activesupport (= 6.0.1)
187
+ railties (6.0.2.1)
188
+ actionpack (= 6.0.2.1)
189
+ activesupport (= 6.0.2.1)
177
190
  method_source
178
191
  rake (>= 0.8.7)
179
192
  thor (>= 0.20.3, < 2.0)
180
193
  rainbow (3.0.0)
181
- rake (10.5.0)
194
+ rake (13.0.1)
182
195
  redis (4.1.3)
196
+ retriable (3.1.2)
183
197
  rly (0.2.3)
184
198
  rspec (3.9.0)
185
199
  rspec-core (~> 3.9.0)
186
200
  rspec-expectations (~> 3.9.0)
187
201
  rspec-mocks (~> 3.9.0)
188
- rspec-core (3.9.0)
189
- rspec-support (~> 3.9.0)
202
+ rspec-core (3.9.1)
203
+ rspec-support (~> 3.9.1)
190
204
  rspec-expectations (3.9.0)
191
205
  diff-lcs (>= 1.2.0, < 2.0)
192
206
  rspec-support (~> 3.9.0)
193
- rspec-mocks (3.9.0)
207
+ rspec-mocks (3.9.1)
194
208
  diff-lcs (>= 1.2.0, < 2.0)
195
209
  rspec-support (~> 3.9.0)
196
210
  rspec-rails (3.9.0)
@@ -201,7 +215,7 @@ GEM
201
215
  rspec-expectations (~> 3.9.0)
202
216
  rspec-mocks (~> 3.9.0)
203
217
  rspec-support (~> 3.9.0)
204
- rspec-support (3.9.0)
218
+ rspec-support (3.9.2)
205
219
  rubocop (0.76.0)
206
220
  jaro_winkler (~> 1.5.1)
207
221
  parallel (~> 1.10)
@@ -209,13 +223,16 @@ GEM
209
223
  rainbow (>= 2.2.2, < 4.0)
210
224
  ruby-progressbar (~> 1.7)
211
225
  unicode-display_width (>= 1.4.0, < 1.7)
212
- rubocop-rspec (1.36.0)
226
+ rubocop-rspec (1.37.0)
213
227
  rubocop (>= 0.68.1)
214
228
  ruby-progressbar (1.10.1)
215
229
  safe_yaml (1.0.5)
216
- signet (0.12.0)
230
+ sawyer (0.8.2)
231
+ addressable (>= 2.3.5)
232
+ faraday (> 0.8, < 2.0)
233
+ signet (0.13.0)
217
234
  addressable (~> 2.3)
218
- faraday (~> 0.9)
235
+ faraday (>= 0.17.3, < 2.0)
219
236
  jwt (>= 1.5, < 3.0)
220
237
  multi_json (~> 1.10)
221
238
  sprockets (4.0.0)
@@ -225,21 +242,21 @@ GEM
225
242
  actionpack (>= 4.0)
226
243
  activesupport (>= 4.0)
227
244
  sprockets (>= 3.0.0)
228
- sqlite3 (1.4.1)
229
- thor (0.20.3)
245
+ sqlite3 (1.4.2)
246
+ thor (1.0.1)
230
247
  thread_safe (0.3.6)
231
248
  timecop (0.9.1)
232
- tzinfo (1.2.5)
249
+ tzinfo (1.2.6)
233
250
  thread_safe (~> 0.1)
234
- unicode-display_width (1.6.0)
235
- webmock (3.7.6)
251
+ unicode-display_width (1.6.1)
252
+ webmock (3.8.2)
236
253
  addressable (>= 2.3.6)
237
254
  crack (>= 0.3.2)
238
255
  hashdiff (>= 0.4.0, < 2.0.0)
239
256
  websocket-driver (0.7.1)
240
257
  websocket-extensions (>= 0.1.0)
241
258
  websocket-extensions (0.1.4)
242
- zeitwerk (2.2.1)
259
+ zeitwerk (2.3.0)
243
260
 
244
261
  PLATFORMS
245
262
  ruby
@@ -248,13 +265,14 @@ DEPENDENCIES
248
265
  appraisal
249
266
  bundler (~> 2.0)
250
267
  cloudtasker!
268
+ github_changelog_generator
251
269
  google-cloud-tasks (= 1.2)
252
270
  rails
253
- rake (~> 10.0)
271
+ rake (>= 12.3.3)
254
272
  rspec (~> 3.0)
255
273
  rspec-rails
256
274
  rubocop (= 0.76.0)
257
- rubocop-rspec
275
+ rubocop-rspec (= 1.37.0)
258
276
  sqlite3
259
277
  timecop
260
278
  webmock