cloudtasker 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/cloudtasker.gemspec +2 -2
- data/gemfiles/google_cloud_tasks_1.0.gemfile.lock +86 -85
- data/gemfiles/google_cloud_tasks_1.1.gemfile.lock +86 -85
- data/gemfiles/google_cloud_tasks_1.2.gemfile.lock +86 -85
- data/gemfiles/google_cloud_tasks_1.3.gemfile.lock +86 -85
- data/gemfiles/rails_5.2.gemfile.lock +34 -33
- data/gemfiles/rails_6.0.gemfile.lock +35 -34
- data/lib/cloudtasker/backend/google_cloud_task.rb +1 -1
- data/lib/cloudtasker/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f86bcf36c7219610dea98de24a9c19ac055a1d205637c94e8a80c8f4c8e7e32b
|
4
|
+
data.tar.gz: f0d86b959b129cb9e4f8c9620b52b5e4a54c190b3cf6be63b70bd1f50f5345c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebbb141e2929c1dae0e501230b349a6eddfc69ece423c161011489641aeac2ba9f1a48f69abc28ca9a6261ca8da23b90c7fca25f13cd1513777013e961d5c9c4
|
7
|
+
data.tar.gz: 2b1254f1dd38d9fef70d68af840976e0720698e9ea49470c24e73f069da110b3f284db51f6e5823c2a1df5ae17c1f0d32c7d0dd8ac5e5e82420faa0f47e8f462
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [v0.9.2](https://github.com/keypup-io/cloudtasker/tree/v0.9.2) (2020-03-04)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/keypup-io/cloudtasker/compare/v0.9.1...v0.9.2)
|
6
|
+
|
7
|
+
**Fixed bugs:**
|
8
|
+
- Cloud Task: ignore "not found" errors when trying to delete an already deleted task.
|
9
|
+
|
3
10
|
## [v0.9.1](https://github.com/keypup-io/cloudtasker/tree/v0.9.1) (2020-02-11)
|
4
11
|
|
5
12
|
[Full Changelog](https://github.com/keypup-io/cloudtasker/compare/v0.9.0...v0.9.1)
|
data/cloudtasker.gemspec
CHANGED
@@ -39,10 +39,10 @@ Gem::Specification.new do |spec|
|
|
39
39
|
spec.add_development_dependency 'appraisal'
|
40
40
|
spec.add_development_dependency 'bundler', '~> 2.0'
|
41
41
|
spec.add_development_dependency 'github_changelog_generator'
|
42
|
-
spec.add_development_dependency 'rake', '
|
42
|
+
spec.add_development_dependency 'rake', '>= 12.3.3'
|
43
43
|
spec.add_development_dependency 'rspec', '~> 3.0'
|
44
44
|
spec.add_development_dependency 'rubocop', '0.76.0'
|
45
|
-
spec.add_development_dependency 'rubocop-rspec'
|
45
|
+
spec.add_development_dependency 'rubocop-rspec', '1.37.0'
|
46
46
|
spec.add_development_dependency 'timecop'
|
47
47
|
spec.add_development_dependency 'webmock'
|
48
48
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
cloudtasker (0.9.
|
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,16 +73,16 @@ GEM
|
|
73
73
|
rake
|
74
74
|
thor (>= 0.14.0)
|
75
75
|
ast (2.4.0)
|
76
|
-
builder (3.2.
|
77
|
-
concurrent-ruby (1.1.
|
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.
|
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.
|
85
|
+
faraday (0.17.3)
|
86
86
|
multipart-post (>= 1.2, < 3)
|
87
87
|
faraday-http-cache (2.0.0)
|
88
88
|
faraday (~> 0.8)
|
@@ -109,28 +109,28 @@ GEM
|
|
109
109
|
googleauth (~> 0.9)
|
110
110
|
grpc (~> 1.24)
|
111
111
|
rly (~> 0.2.3)
|
112
|
-
google-protobuf (3.11.
|
112
|
+
google-protobuf (3.11.4)
|
113
113
|
googleapis-common-protos (1.3.9)
|
114
114
|
google-protobuf (~> 3.0)
|
115
115
|
googleapis-common-protos-types (~> 1.0)
|
116
116
|
grpc (~> 1.0)
|
117
117
|
googleapis-common-protos-types (1.0.4)
|
118
118
|
google-protobuf (~> 3.0)
|
119
|
-
googleauth (0.
|
120
|
-
faraday (
|
119
|
+
googleauth (0.11.0)
|
120
|
+
faraday (>= 0.17.3, < 2.0)
|
121
121
|
jwt (>= 1.4, < 3.0)
|
122
122
|
memoist (~> 0.16)
|
123
123
|
multi_json (~> 1.11)
|
124
124
|
os (>= 0.9, < 2.0)
|
125
125
|
signet (~> 0.12)
|
126
|
-
grpc (1.
|
127
|
-
google-protobuf (~> 3.
|
126
|
+
grpc (1.27.0)
|
127
|
+
google-protobuf (~> 3.11)
|
128
128
|
googleapis-common-protos-types (~> 1.0)
|
129
129
|
grpc-google-iam-v1 (0.6.9)
|
130
130
|
googleapis-common-protos (>= 1.3.1, < 2.0)
|
131
131
|
grpc (~> 1.0)
|
132
|
-
hashdiff (1.0.
|
133
|
-
i18n (1.
|
132
|
+
hashdiff (1.0.1)
|
133
|
+
i18n (1.8.2)
|
134
134
|
concurrent-ruby (~> 1.0)
|
135
135
|
jaro_winkler (1.5.4)
|
136
136
|
jwt (2.2.1)
|
@@ -143,54 +143,55 @@ GEM
|
|
143
143
|
mimemagic (~> 0.3.2)
|
144
144
|
memoist (0.16.2)
|
145
145
|
method_source (0.9.2)
|
146
|
-
mimemagic (0.3.
|
146
|
+
mimemagic (0.3.4)
|
147
147
|
mini_mime (1.0.2)
|
148
148
|
mini_portile2 (2.4.0)
|
149
|
-
minitest (5.
|
149
|
+
minitest (5.14.0)
|
150
150
|
multi_json (1.14.1)
|
151
151
|
multipart-post (2.1.1)
|
152
152
|
nio4r (2.5.2)
|
153
|
-
nokogiri (1.10.
|
153
|
+
nokogiri (1.10.9)
|
154
154
|
mini_portile2 (~> 2.4.0)
|
155
|
-
octokit (4.
|
155
|
+
octokit (4.16.0)
|
156
|
+
faraday (>= 0.9)
|
156
157
|
sawyer (~> 0.8.0, >= 0.5.3)
|
157
158
|
os (1.0.1)
|
158
159
|
parallel (1.19.1)
|
159
|
-
parser (2.
|
160
|
+
parser (2.7.0.4)
|
160
161
|
ast (~> 2.4.0)
|
161
|
-
public_suffix (4.0.
|
162
|
+
public_suffix (4.0.3)
|
162
163
|
raabro (1.1.6)
|
163
|
-
rack (2.
|
164
|
+
rack (2.2.2)
|
164
165
|
rack-test (1.1.0)
|
165
166
|
rack (>= 1.0, < 3)
|
166
|
-
rails (6.0.1)
|
167
|
-
actioncable (= 6.0.1)
|
168
|
-
actionmailbox (= 6.0.1)
|
169
|
-
actionmailer (= 6.0.1)
|
170
|
-
actionpack (= 6.0.1)
|
171
|
-
actiontext (= 6.0.1)
|
172
|
-
actionview (= 6.0.1)
|
173
|
-
activejob (= 6.0.1)
|
174
|
-
activemodel (= 6.0.1)
|
175
|
-
activerecord (= 6.0.1)
|
176
|
-
activestorage (= 6.0.1)
|
177
|
-
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)
|
178
179
|
bundler (>= 1.3.0)
|
179
|
-
railties (= 6.0.1)
|
180
|
+
railties (= 6.0.2.1)
|
180
181
|
sprockets-rails (>= 2.0.0)
|
181
182
|
rails-dom-testing (2.0.3)
|
182
183
|
activesupport (>= 4.2.0)
|
183
184
|
nokogiri (>= 1.6)
|
184
185
|
rails-html-sanitizer (1.3.0)
|
185
186
|
loofah (~> 2.3)
|
186
|
-
railties (6.0.1)
|
187
|
-
actionpack (= 6.0.1)
|
188
|
-
activesupport (= 6.0.1)
|
187
|
+
railties (6.0.2.1)
|
188
|
+
actionpack (= 6.0.2.1)
|
189
|
+
activesupport (= 6.0.2.1)
|
189
190
|
method_source
|
190
191
|
rake (>= 0.8.7)
|
191
192
|
thor (>= 0.20.3, < 2.0)
|
192
193
|
rainbow (3.0.0)
|
193
|
-
rake (
|
194
|
+
rake (13.0.1)
|
194
195
|
redis (4.1.3)
|
195
196
|
retriable (3.1.2)
|
196
197
|
rly (0.2.3)
|
@@ -198,12 +199,12 @@ GEM
|
|
198
199
|
rspec-core (~> 3.9.0)
|
199
200
|
rspec-expectations (~> 3.9.0)
|
200
201
|
rspec-mocks (~> 3.9.0)
|
201
|
-
rspec-core (3.9.
|
202
|
-
rspec-support (~> 3.9.
|
202
|
+
rspec-core (3.9.1)
|
203
|
+
rspec-support (~> 3.9.1)
|
203
204
|
rspec-expectations (3.9.0)
|
204
205
|
diff-lcs (>= 1.2.0, < 2.0)
|
205
206
|
rspec-support (~> 3.9.0)
|
206
|
-
rspec-mocks (3.9.
|
207
|
+
rspec-mocks (3.9.1)
|
207
208
|
diff-lcs (>= 1.2.0, < 2.0)
|
208
209
|
rspec-support (~> 3.9.0)
|
209
210
|
rspec-rails (3.9.0)
|
@@ -214,7 +215,7 @@ GEM
|
|
214
215
|
rspec-expectations (~> 3.9.0)
|
215
216
|
rspec-mocks (~> 3.9.0)
|
216
217
|
rspec-support (~> 3.9.0)
|
217
|
-
rspec-support (3.9.
|
218
|
+
rspec-support (3.9.2)
|
218
219
|
rubocop (0.76.0)
|
219
220
|
jaro_winkler (~> 1.5.1)
|
220
221
|
parallel (~> 1.10)
|
@@ -229,9 +230,9 @@ GEM
|
|
229
230
|
sawyer (0.8.2)
|
230
231
|
addressable (>= 2.3.5)
|
231
232
|
faraday (> 0.8, < 2.0)
|
232
|
-
signet (0.
|
233
|
+
signet (0.13.0)
|
233
234
|
addressable (~> 2.3)
|
234
|
-
faraday (
|
235
|
+
faraday (>= 0.17.3, < 2.0)
|
235
236
|
jwt (>= 1.5, < 3.0)
|
236
237
|
multi_json (~> 1.10)
|
237
238
|
sprockets (4.0.0)
|
@@ -241,21 +242,21 @@ GEM
|
|
241
242
|
actionpack (>= 4.0)
|
242
243
|
activesupport (>= 4.0)
|
243
244
|
sprockets (>= 3.0.0)
|
244
|
-
sqlite3 (1.4.
|
245
|
-
thor (0.
|
245
|
+
sqlite3 (1.4.2)
|
246
|
+
thor (1.0.1)
|
246
247
|
thread_safe (0.3.6)
|
247
248
|
timecop (0.9.1)
|
248
|
-
tzinfo (1.2.
|
249
|
+
tzinfo (1.2.6)
|
249
250
|
thread_safe (~> 0.1)
|
250
|
-
unicode-display_width (1.6.
|
251
|
-
webmock (3.
|
251
|
+
unicode-display_width (1.6.1)
|
252
|
+
webmock (3.8.2)
|
252
253
|
addressable (>= 2.3.6)
|
253
254
|
crack (>= 0.3.2)
|
254
255
|
hashdiff (>= 0.4.0, < 2.0.0)
|
255
256
|
websocket-driver (0.7.1)
|
256
257
|
websocket-extensions (>= 0.1.0)
|
257
258
|
websocket-extensions (0.1.4)
|
258
|
-
zeitwerk (2.
|
259
|
+
zeitwerk (2.3.0)
|
259
260
|
|
260
261
|
PLATFORMS
|
261
262
|
ruby
|
@@ -267,11 +268,11 @@ DEPENDENCIES
|
|
267
268
|
github_changelog_generator
|
268
269
|
google-cloud-tasks (= 1.0)
|
269
270
|
rails
|
270
|
-
rake (
|
271
|
+
rake (>= 12.3.3)
|
271
272
|
rspec (~> 3.0)
|
272
273
|
rspec-rails
|
273
274
|
rubocop (= 0.76.0)
|
274
|
-
rubocop-rspec
|
275
|
+
rubocop-rspec (= 1.37.0)
|
275
276
|
sqlite3
|
276
277
|
timecop
|
277
278
|
webmock
|
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
cloudtasker (0.9.
|
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,16 +73,16 @@ GEM
|
|
73
73
|
rake
|
74
74
|
thor (>= 0.14.0)
|
75
75
|
ast (2.4.0)
|
76
|
-
builder (3.2.
|
77
|
-
concurrent-ruby (1.1.
|
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.
|
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.
|
85
|
+
faraday (0.17.3)
|
86
86
|
multipart-post (>= 1.2, < 3)
|
87
87
|
faraday-http-cache (2.0.0)
|
88
88
|
faraday (~> 0.8)
|
@@ -109,28 +109,28 @@ GEM
|
|
109
109
|
googleauth (~> 0.9)
|
110
110
|
grpc (~> 1.24)
|
111
111
|
rly (~> 0.2.3)
|
112
|
-
google-protobuf (3.11.
|
112
|
+
google-protobuf (3.11.4)
|
113
113
|
googleapis-common-protos (1.3.9)
|
114
114
|
google-protobuf (~> 3.0)
|
115
115
|
googleapis-common-protos-types (~> 1.0)
|
116
116
|
grpc (~> 1.0)
|
117
117
|
googleapis-common-protos-types (1.0.4)
|
118
118
|
google-protobuf (~> 3.0)
|
119
|
-
googleauth (0.
|
120
|
-
faraday (
|
119
|
+
googleauth (0.11.0)
|
120
|
+
faraday (>= 0.17.3, < 2.0)
|
121
121
|
jwt (>= 1.4, < 3.0)
|
122
122
|
memoist (~> 0.16)
|
123
123
|
multi_json (~> 1.11)
|
124
124
|
os (>= 0.9, < 2.0)
|
125
125
|
signet (~> 0.12)
|
126
|
-
grpc (1.
|
127
|
-
google-protobuf (~> 3.
|
126
|
+
grpc (1.27.0)
|
127
|
+
google-protobuf (~> 3.11)
|
128
128
|
googleapis-common-protos-types (~> 1.0)
|
129
129
|
grpc-google-iam-v1 (0.6.9)
|
130
130
|
googleapis-common-protos (>= 1.3.1, < 2.0)
|
131
131
|
grpc (~> 1.0)
|
132
|
-
hashdiff (1.0.
|
133
|
-
i18n (1.
|
132
|
+
hashdiff (1.0.1)
|
133
|
+
i18n (1.8.2)
|
134
134
|
concurrent-ruby (~> 1.0)
|
135
135
|
jaro_winkler (1.5.4)
|
136
136
|
jwt (2.2.1)
|
@@ -143,54 +143,55 @@ GEM
|
|
143
143
|
mimemagic (~> 0.3.2)
|
144
144
|
memoist (0.16.2)
|
145
145
|
method_source (0.9.2)
|
146
|
-
mimemagic (0.3.
|
146
|
+
mimemagic (0.3.4)
|
147
147
|
mini_mime (1.0.2)
|
148
148
|
mini_portile2 (2.4.0)
|
149
|
-
minitest (5.
|
149
|
+
minitest (5.14.0)
|
150
150
|
multi_json (1.14.1)
|
151
151
|
multipart-post (2.1.1)
|
152
152
|
nio4r (2.5.2)
|
153
|
-
nokogiri (1.10.
|
153
|
+
nokogiri (1.10.9)
|
154
154
|
mini_portile2 (~> 2.4.0)
|
155
|
-
octokit (4.
|
155
|
+
octokit (4.16.0)
|
156
|
+
faraday (>= 0.9)
|
156
157
|
sawyer (~> 0.8.0, >= 0.5.3)
|
157
158
|
os (1.0.1)
|
158
159
|
parallel (1.19.1)
|
159
|
-
parser (2.
|
160
|
+
parser (2.7.0.4)
|
160
161
|
ast (~> 2.4.0)
|
161
|
-
public_suffix (4.0.
|
162
|
+
public_suffix (4.0.3)
|
162
163
|
raabro (1.1.6)
|
163
|
-
rack (2.
|
164
|
+
rack (2.2.2)
|
164
165
|
rack-test (1.1.0)
|
165
166
|
rack (>= 1.0, < 3)
|
166
|
-
rails (6.0.1)
|
167
|
-
actioncable (= 6.0.1)
|
168
|
-
actionmailbox (= 6.0.1)
|
169
|
-
actionmailer (= 6.0.1)
|
170
|
-
actionpack (= 6.0.1)
|
171
|
-
actiontext (= 6.0.1)
|
172
|
-
actionview (= 6.0.1)
|
173
|
-
activejob (= 6.0.1)
|
174
|
-
activemodel (= 6.0.1)
|
175
|
-
activerecord (= 6.0.1)
|
176
|
-
activestorage (= 6.0.1)
|
177
|
-
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)
|
178
179
|
bundler (>= 1.3.0)
|
179
|
-
railties (= 6.0.1)
|
180
|
+
railties (= 6.0.2.1)
|
180
181
|
sprockets-rails (>= 2.0.0)
|
181
182
|
rails-dom-testing (2.0.3)
|
182
183
|
activesupport (>= 4.2.0)
|
183
184
|
nokogiri (>= 1.6)
|
184
185
|
rails-html-sanitizer (1.3.0)
|
185
186
|
loofah (~> 2.3)
|
186
|
-
railties (6.0.1)
|
187
|
-
actionpack (= 6.0.1)
|
188
|
-
activesupport (= 6.0.1)
|
187
|
+
railties (6.0.2.1)
|
188
|
+
actionpack (= 6.0.2.1)
|
189
|
+
activesupport (= 6.0.2.1)
|
189
190
|
method_source
|
190
191
|
rake (>= 0.8.7)
|
191
192
|
thor (>= 0.20.3, < 2.0)
|
192
193
|
rainbow (3.0.0)
|
193
|
-
rake (
|
194
|
+
rake (13.0.1)
|
194
195
|
redis (4.1.3)
|
195
196
|
retriable (3.1.2)
|
196
197
|
rly (0.2.3)
|
@@ -198,12 +199,12 @@ GEM
|
|
198
199
|
rspec-core (~> 3.9.0)
|
199
200
|
rspec-expectations (~> 3.9.0)
|
200
201
|
rspec-mocks (~> 3.9.0)
|
201
|
-
rspec-core (3.9.
|
202
|
-
rspec-support (~> 3.9.
|
202
|
+
rspec-core (3.9.1)
|
203
|
+
rspec-support (~> 3.9.1)
|
203
204
|
rspec-expectations (3.9.0)
|
204
205
|
diff-lcs (>= 1.2.0, < 2.0)
|
205
206
|
rspec-support (~> 3.9.0)
|
206
|
-
rspec-mocks (3.9.
|
207
|
+
rspec-mocks (3.9.1)
|
207
208
|
diff-lcs (>= 1.2.0, < 2.0)
|
208
209
|
rspec-support (~> 3.9.0)
|
209
210
|
rspec-rails (3.9.0)
|
@@ -214,7 +215,7 @@ GEM
|
|
214
215
|
rspec-expectations (~> 3.9.0)
|
215
216
|
rspec-mocks (~> 3.9.0)
|
216
217
|
rspec-support (~> 3.9.0)
|
217
|
-
rspec-support (3.9.
|
218
|
+
rspec-support (3.9.2)
|
218
219
|
rubocop (0.76.0)
|
219
220
|
jaro_winkler (~> 1.5.1)
|
220
221
|
parallel (~> 1.10)
|
@@ -229,9 +230,9 @@ GEM
|
|
229
230
|
sawyer (0.8.2)
|
230
231
|
addressable (>= 2.3.5)
|
231
232
|
faraday (> 0.8, < 2.0)
|
232
|
-
signet (0.
|
233
|
+
signet (0.13.0)
|
233
234
|
addressable (~> 2.3)
|
234
|
-
faraday (
|
235
|
+
faraday (>= 0.17.3, < 2.0)
|
235
236
|
jwt (>= 1.5, < 3.0)
|
236
237
|
multi_json (~> 1.10)
|
237
238
|
sprockets (4.0.0)
|
@@ -241,21 +242,21 @@ GEM
|
|
241
242
|
actionpack (>= 4.0)
|
242
243
|
activesupport (>= 4.0)
|
243
244
|
sprockets (>= 3.0.0)
|
244
|
-
sqlite3 (1.4.
|
245
|
-
thor (0.
|
245
|
+
sqlite3 (1.4.2)
|
246
|
+
thor (1.0.1)
|
246
247
|
thread_safe (0.3.6)
|
247
248
|
timecop (0.9.1)
|
248
|
-
tzinfo (1.2.
|
249
|
+
tzinfo (1.2.6)
|
249
250
|
thread_safe (~> 0.1)
|
250
|
-
unicode-display_width (1.6.
|
251
|
-
webmock (3.
|
251
|
+
unicode-display_width (1.6.1)
|
252
|
+
webmock (3.8.2)
|
252
253
|
addressable (>= 2.3.6)
|
253
254
|
crack (>= 0.3.2)
|
254
255
|
hashdiff (>= 0.4.0, < 2.0.0)
|
255
256
|
websocket-driver (0.7.1)
|
256
257
|
websocket-extensions (>= 0.1.0)
|
257
258
|
websocket-extensions (0.1.4)
|
258
|
-
zeitwerk (2.
|
259
|
+
zeitwerk (2.3.0)
|
259
260
|
|
260
261
|
PLATFORMS
|
261
262
|
ruby
|
@@ -267,11 +268,11 @@ DEPENDENCIES
|
|
267
268
|
github_changelog_generator
|
268
269
|
google-cloud-tasks (= 1.1)
|
269
270
|
rails
|
270
|
-
rake (
|
271
|
+
rake (>= 12.3.3)
|
271
272
|
rspec (~> 3.0)
|
272
273
|
rspec-rails
|
273
274
|
rubocop (= 0.76.0)
|
274
|
-
rubocop-rspec
|
275
|
+
rubocop-rspec (= 1.37.0)
|
275
276
|
sqlite3
|
276
277
|
timecop
|
277
278
|
webmock
|