cloudtasker 0.9.1 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,7 @@
1
- # frozen_string_literal: true
2
-
3
1
  # This file was generated by Appraisal
4
2
 
5
- source 'https://rubygems.org'
3
+ source "https://rubygems.org"
6
4
 
7
- gem 'google-cloud-tasks', '1.3'
5
+ gem "google-cloud-tasks", "1.3"
8
6
 
9
- gemspec path: '../'
7
+ gemspec path: "../"
@@ -1,104 +1,147 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- cloudtasker (0.9.1)
4
+ cloudtasker (0.9.4)
5
5
  activesupport
6
6
  fugit
7
- google-cloud-tasks
7
+ google-cloud-tasks (~> 1.0)
8
8
  jwt
9
9
  redis
10
10
 
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.1.4)
15
+ actionpack (= 6.1.4)
16
+ activesupport (= 6.1.4)
16
17
  nio4r (~> 2.0)
17
18
  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)
19
+ actionmailbox (6.1.4)
20
+ actionpack (= 6.1.4)
21
+ activejob (= 6.1.4)
22
+ activerecord (= 6.1.4)
23
+ activestorage (= 6.1.4)
24
+ activesupport (= 6.1.4)
24
25
  mail (>= 2.7.1)
25
- actionmailer (6.0.1)
26
- actionpack (= 6.0.1)
27
- actionview (= 6.0.1)
28
- activejob (= 6.0.1)
26
+ actionmailer (6.1.4)
27
+ actionpack (= 6.1.4)
28
+ actionview (= 6.1.4)
29
+ activejob (= 6.1.4)
30
+ activesupport (= 6.1.4)
29
31
  mail (~> 2.5, >= 2.5.4)
30
32
  rails-dom-testing (~> 2.0)
31
- actionpack (6.0.1)
32
- actionview (= 6.0.1)
33
- activesupport (= 6.0.1)
34
- rack (~> 2.0)
33
+ actionpack (6.1.4)
34
+ actionview (= 6.1.4)
35
+ activesupport (= 6.1.4)
36
+ rack (~> 2.0, >= 2.0.9)
35
37
  rack-test (>= 0.6.3)
36
38
  rails-dom-testing (~> 2.0)
37
39
  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)
40
+ actiontext (6.1.4)
41
+ actionpack (= 6.1.4)
42
+ activerecord (= 6.1.4)
43
+ activestorage (= 6.1.4)
44
+ activesupport (= 6.1.4)
43
45
  nokogiri (>= 1.8.5)
44
- actionview (6.0.1)
45
- activesupport (= 6.0.1)
46
+ actionview (6.1.4)
47
+ activesupport (= 6.1.4)
46
48
  builder (~> 3.1)
47
49
  erubi (~> 1.4)
48
50
  rails-dom-testing (~> 2.0)
49
51
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
50
- activejob (6.0.1)
51
- activesupport (= 6.0.1)
52
+ activejob (6.1.4)
53
+ activesupport (= 6.1.4)
52
54
  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)
62
- marcel (~> 0.3.1)
63
- activesupport (6.0.1)
55
+ activemodel (6.1.4)
56
+ activesupport (= 6.1.4)
57
+ activerecord (6.1.4)
58
+ activemodel (= 6.1.4)
59
+ activesupport (= 6.1.4)
60
+ activestorage (6.1.4)
61
+ actionpack (= 6.1.4)
62
+ activejob (= 6.1.4)
63
+ activerecord (= 6.1.4)
64
+ activesupport (= 6.1.4)
65
+ marcel (~> 1.0.0)
66
+ mini_mime (>= 1.1.0)
67
+ activesupport (6.1.4)
64
68
  concurrent-ruby (~> 1.0, >= 1.0.2)
65
- i18n (>= 0.7, < 2)
66
- minitest (~> 5.1)
67
- tzinfo (~> 1.1)
68
- zeitwerk (~> 2.2)
69
- addressable (2.7.0)
69
+ i18n (>= 1.6, < 2)
70
+ minitest (>= 5.1)
71
+ tzinfo (~> 2.0)
72
+ zeitwerk (~> 2.3)
73
+ addressable (2.8.0)
70
74
  public_suffix (>= 2.0.2, < 5.0)
71
- appraisal (2.2.0)
75
+ appraisal (2.4.1)
72
76
  bundler
73
77
  rake
74
78
  thor (>= 0.14.0)
75
- ast (2.4.0)
76
- builder (3.2.3)
77
- concurrent-ruby (1.1.5)
78
- crack (0.4.3)
79
- safe_yaml (~> 1.0.0)
80
- crass (1.0.5)
81
- diff-lcs (1.3)
82
- erubi (1.9.0)
83
- et-orbi (1.2.2)
79
+ ast (2.4.2)
80
+ async (1.30.1)
81
+ console (~> 1.10)
82
+ nio4r (~> 2.3)
83
+ timers (~> 4.1)
84
+ async-http (0.56.5)
85
+ async (>= 1.25)
86
+ async-io (>= 1.28)
87
+ async-pool (>= 0.2)
88
+ protocol-http (~> 0.22.0)
89
+ protocol-http1 (~> 0.14.0)
90
+ protocol-http2 (~> 0.14.0)
91
+ async-http-faraday (0.11.0)
92
+ async-http (~> 0.42)
93
+ faraday
94
+ async-io (1.32.2)
95
+ async
96
+ async-pool (0.3.8)
97
+ async (>= 1.25)
98
+ builder (3.2.4)
99
+ concurrent-ruby (1.1.9)
100
+ console (1.13.1)
101
+ fiber-local
102
+ crack (0.4.5)
103
+ rexml
104
+ crass (1.0.6)
105
+ diff-lcs (1.4.4)
106
+ erubi (1.10.0)
107
+ et-orbi (1.2.4)
84
108
  tzinfo
85
- faraday (0.17.1)
109
+ faraday (1.7.0)
110
+ faraday-em_http (~> 1.0)
111
+ faraday-em_synchrony (~> 1.0)
112
+ faraday-excon (~> 1.1)
113
+ faraday-httpclient (~> 1.0.1)
114
+ faraday-net_http (~> 1.0)
115
+ faraday-net_http_persistent (~> 1.1)
116
+ faraday-patron (~> 1.0)
117
+ faraday-rack (~> 1.0)
86
118
  multipart-post (>= 1.2, < 3)
87
- faraday-http-cache (2.0.0)
88
- faraday (~> 0.8)
89
- fugit (1.3.3)
119
+ ruby2_keywords (>= 0.0.4)
120
+ faraday-em_http (1.0.0)
121
+ faraday-em_synchrony (1.0.0)
122
+ faraday-excon (1.1.0)
123
+ faraday-http-cache (2.2.0)
124
+ faraday (>= 0.8)
125
+ faraday-httpclient (1.0.1)
126
+ faraday-net_http (1.0.1)
127
+ faraday-net_http_persistent (1.2.0)
128
+ faraday-patron (1.0.0)
129
+ faraday-rack (1.0.0)
130
+ fiber-local (1.0.0)
131
+ fugit (1.5.1)
90
132
  et-orbi (~> 1.1, >= 1.1.8)
91
- raabro (~> 1.1)
92
- github_changelog_generator (1.15.0)
133
+ raabro (~> 1.4)
134
+ github_changelog_generator (1.16.4)
93
135
  activesupport
136
+ async (>= 1.25.0)
137
+ async-http-faraday
94
138
  faraday-http-cache
95
139
  multi_json
96
140
  octokit (~> 4.6)
97
141
  rainbow (>= 2.2.1)
98
142
  rake (>= 10.0)
99
- retriable (~> 3.0)
100
- globalid (0.4.2)
101
- activesupport (>= 4.2.0)
143
+ globalid (0.5.2)
144
+ activesupport (>= 5.0)
102
145
  google-cloud-tasks (1.3.0)
103
146
  google-gax (~> 1.8)
104
147
  googleapis-common-protos (>= 1.3.9, < 2.0)
@@ -110,112 +153,121 @@ GEM
110
153
  googleauth (~> 0.9)
111
154
  grpc (~> 1.24)
112
155
  rly (~> 0.2.3)
113
- google-protobuf (3.11.1)
114
- googleapis-common-protos (1.3.9)
115
- google-protobuf (~> 3.0)
116
- googleapis-common-protos-types (~> 1.0)
117
- grpc (~> 1.0)
118
- googleapis-common-protos-types (1.0.4)
119
- google-protobuf (~> 3.0)
120
- googleauth (0.10.0)
121
- faraday (~> 0.12)
156
+ google-protobuf (3.17.3)
157
+ googleapis-common-protos (1.3.11)
158
+ google-protobuf (~> 3.14)
159
+ googleapis-common-protos-types (>= 1.0.6, < 2.0)
160
+ grpc (~> 1.27)
161
+ googleapis-common-protos-types (1.1.0)
162
+ google-protobuf (~> 3.14)
163
+ googleauth (0.17.0)
164
+ faraday (>= 0.17.3, < 2.0)
122
165
  jwt (>= 1.4, < 3.0)
123
166
  memoist (~> 0.16)
124
167
  multi_json (~> 1.11)
125
168
  os (>= 0.9, < 2.0)
126
- signet (~> 0.12)
127
- grpc (1.25.0)
128
- google-protobuf (~> 3.8)
169
+ signet (~> 0.14)
170
+ grpc (1.38.0)
171
+ google-protobuf (~> 3.15)
129
172
  googleapis-common-protos-types (~> 1.0)
130
- grpc-google-iam-v1 (0.6.9)
131
- googleapis-common-protos (>= 1.3.1, < 2.0)
132
- grpc (~> 1.0)
133
- hashdiff (1.0.0)
134
- i18n (1.7.0)
173
+ grpc-google-iam-v1 (0.6.11)
174
+ google-protobuf (~> 3.14)
175
+ googleapis-common-protos (>= 1.3.11, < 2.0)
176
+ grpc (~> 1.27)
177
+ hashdiff (1.0.1)
178
+ i18n (1.8.10)
135
179
  concurrent-ruby (~> 1.0)
136
180
  jaro_winkler (1.5.4)
137
- jwt (2.2.1)
138
- loofah (2.4.0)
181
+ jwt (2.2.3)
182
+ loofah (2.12.0)
139
183
  crass (~> 1.0.2)
140
184
  nokogiri (>= 1.5.9)
141
185
  mail (2.7.1)
142
186
  mini_mime (>= 0.1.1)
143
- marcel (0.3.3)
144
- mimemagic (~> 0.3.2)
187
+ marcel (1.0.1)
145
188
  memoist (0.16.2)
146
- method_source (0.9.2)
147
- mimemagic (0.3.3)
148
- mini_mime (1.0.2)
149
- mini_portile2 (2.4.0)
150
- minitest (5.13.0)
151
- multi_json (1.14.1)
189
+ method_source (1.0.0)
190
+ mini_mime (1.1.0)
191
+ mini_portile2 (2.6.1)
192
+ minitest (5.14.4)
193
+ multi_json (1.15.0)
152
194
  multipart-post (2.1.1)
153
- nio4r (2.5.2)
154
- nokogiri (1.10.7)
155
- mini_portile2 (~> 2.4.0)
156
- octokit (4.14.0)
195
+ nio4r (2.5.8)
196
+ nokogiri (1.12.3)
197
+ mini_portile2 (~> 2.6.1)
198
+ racc (~> 1.4)
199
+ octokit (4.21.0)
200
+ faraday (>= 0.9)
157
201
  sawyer (~> 0.8.0, >= 0.5.3)
158
- os (1.0.1)
159
- parallel (1.19.1)
160
- parser (2.6.5.0)
161
- ast (~> 2.4.0)
162
- public_suffix (4.0.1)
163
- raabro (1.1.6)
164
- rack (2.0.7)
202
+ os (1.1.1)
203
+ parallel (1.20.1)
204
+ parser (3.0.2.0)
205
+ ast (~> 2.4.1)
206
+ protocol-hpack (1.4.2)
207
+ protocol-http (0.22.5)
208
+ protocol-http1 (0.14.1)
209
+ protocol-http (~> 0.22)
210
+ protocol-http2 (0.14.2)
211
+ protocol-hpack (~> 1.4)
212
+ protocol-http (~> 0.18)
213
+ public_suffix (4.0.6)
214
+ raabro (1.4.0)
215
+ racc (1.5.2)
216
+ rack (2.2.3)
165
217
  rack-test (1.1.0)
166
218
  rack (>= 1.0, < 3)
167
- rails (6.0.1)
168
- actioncable (= 6.0.1)
169
- actionmailbox (= 6.0.1)
170
- actionmailer (= 6.0.1)
171
- actionpack (= 6.0.1)
172
- actiontext (= 6.0.1)
173
- actionview (= 6.0.1)
174
- activejob (= 6.0.1)
175
- activemodel (= 6.0.1)
176
- activerecord (= 6.0.1)
177
- activestorage (= 6.0.1)
178
- activesupport (= 6.0.1)
179
- bundler (>= 1.3.0)
180
- railties (= 6.0.1)
219
+ rails (6.1.4)
220
+ actioncable (= 6.1.4)
221
+ actionmailbox (= 6.1.4)
222
+ actionmailer (= 6.1.4)
223
+ actionpack (= 6.1.4)
224
+ actiontext (= 6.1.4)
225
+ actionview (= 6.1.4)
226
+ activejob (= 6.1.4)
227
+ activemodel (= 6.1.4)
228
+ activerecord (= 6.1.4)
229
+ activestorage (= 6.1.4)
230
+ activesupport (= 6.1.4)
231
+ bundler (>= 1.15.0)
232
+ railties (= 6.1.4)
181
233
  sprockets-rails (>= 2.0.0)
182
234
  rails-dom-testing (2.0.3)
183
235
  activesupport (>= 4.2.0)
184
236
  nokogiri (>= 1.6)
185
- rails-html-sanitizer (1.3.0)
237
+ rails-html-sanitizer (1.4.1)
186
238
  loofah (~> 2.3)
187
- railties (6.0.1)
188
- actionpack (= 6.0.1)
189
- activesupport (= 6.0.1)
239
+ railties (6.1.4)
240
+ actionpack (= 6.1.4)
241
+ activesupport (= 6.1.4)
190
242
  method_source
191
- rake (>= 0.8.7)
192
- thor (>= 0.20.3, < 2.0)
243
+ rake (>= 0.13)
244
+ thor (~> 1.0)
193
245
  rainbow (3.0.0)
194
- rake (10.5.0)
195
- redis (4.1.3)
196
- retriable (3.1.2)
246
+ rake (13.0.6)
247
+ redis (4.4.0)
248
+ rexml (3.2.5)
197
249
  rly (0.2.3)
198
- rspec (3.9.0)
199
- rspec-core (~> 3.9.0)
200
- rspec-expectations (~> 3.9.0)
201
- rspec-mocks (~> 3.9.0)
202
- rspec-core (3.9.0)
203
- rspec-support (~> 3.9.0)
204
- rspec-expectations (3.9.0)
250
+ rspec (3.10.0)
251
+ rspec-core (~> 3.10.0)
252
+ rspec-expectations (~> 3.10.0)
253
+ rspec-mocks (~> 3.10.0)
254
+ rspec-core (3.10.1)
255
+ rspec-support (~> 3.10.0)
256
+ rspec-expectations (3.10.1)
205
257
  diff-lcs (>= 1.2.0, < 2.0)
206
- rspec-support (~> 3.9.0)
207
- rspec-mocks (3.9.0)
258
+ rspec-support (~> 3.10.0)
259
+ rspec-mocks (3.10.2)
208
260
  diff-lcs (>= 1.2.0, < 2.0)
209
- rspec-support (~> 3.9.0)
210
- rspec-rails (3.9.0)
211
- actionpack (>= 3.0)
212
- activesupport (>= 3.0)
213
- railties (>= 3.0)
214
- rspec-core (~> 3.9.0)
215
- rspec-expectations (~> 3.9.0)
216
- rspec-mocks (~> 3.9.0)
217
- rspec-support (~> 3.9.0)
218
- rspec-support (3.9.0)
261
+ rspec-support (~> 3.10.0)
262
+ rspec-rails (5.0.2)
263
+ actionpack (>= 5.2)
264
+ activesupport (>= 5.2)
265
+ railties (>= 5.2)
266
+ rspec-core (~> 3.10)
267
+ rspec-expectations (~> 3.10)
268
+ rspec-mocks (~> 3.10)
269
+ rspec-support (~> 3.10)
270
+ rspec-support (3.10.2)
219
271
  rubocop (0.76.0)
220
272
  jaro_winkler (~> 1.5.1)
221
273
  parallel (~> 1.10)
@@ -225,38 +277,40 @@ GEM
225
277
  unicode-display_width (>= 1.4.0, < 1.7)
226
278
  rubocop-rspec (1.37.0)
227
279
  rubocop (>= 0.68.1)
228
- ruby-progressbar (1.10.1)
229
- safe_yaml (1.0.5)
280
+ ruby-progressbar (1.11.0)
281
+ ruby2_keywords (0.0.5)
230
282
  sawyer (0.8.2)
231
283
  addressable (>= 2.3.5)
232
284
  faraday (> 0.8, < 2.0)
233
- signet (0.12.0)
285
+ semantic_logger (4.8.2)
286
+ concurrent-ruby (~> 1.0)
287
+ signet (0.15.0)
234
288
  addressable (~> 2.3)
235
- faraday (~> 0.9)
289
+ faraday (>= 0.17.3, < 2.0)
236
290
  jwt (>= 1.5, < 3.0)
237
291
  multi_json (~> 1.10)
238
- sprockets (4.0.0)
292
+ sprockets (4.0.2)
239
293
  concurrent-ruby (~> 1.0)
240
294
  rack (> 1, < 3)
241
- sprockets-rails (3.2.1)
295
+ sprockets-rails (3.2.2)
242
296
  actionpack (>= 4.0)
243
297
  activesupport (>= 4.0)
244
298
  sprockets (>= 3.0.0)
245
- sqlite3 (1.4.1)
246
- thor (0.20.3)
247
- thread_safe (0.3.6)
248
- timecop (0.9.1)
249
- tzinfo (1.2.5)
250
- thread_safe (~> 0.1)
251
- unicode-display_width (1.6.0)
252
- webmock (3.7.6)
253
- addressable (>= 2.3.6)
299
+ sqlite3 (1.4.2)
300
+ thor (1.1.0)
301
+ timecop (0.9.4)
302
+ timers (4.3.3)
303
+ tzinfo (2.0.4)
304
+ concurrent-ruby (~> 1.0)
305
+ unicode-display_width (1.6.1)
306
+ webmock (3.14.0)
307
+ addressable (>= 2.8.0)
254
308
  crack (>= 0.3.2)
255
309
  hashdiff (>= 0.4.0, < 2.0.0)
256
- websocket-driver (0.7.1)
310
+ websocket-driver (0.7.5)
257
311
  websocket-extensions (>= 0.1.0)
258
- websocket-extensions (0.1.4)
259
- zeitwerk (2.2.2)
312
+ websocket-extensions (0.1.5)
313
+ zeitwerk (2.4.2)
260
314
 
261
315
  PLATFORMS
262
316
  ruby
@@ -268,14 +322,15 @@ DEPENDENCIES
268
322
  github_changelog_generator
269
323
  google-cloud-tasks (= 1.3)
270
324
  rails
271
- rake (~> 10.0)
325
+ rake (>= 12.3.3)
272
326
  rspec (~> 3.0)
273
327
  rspec-rails
274
328
  rubocop (= 0.76.0)
275
- rubocop-rspec
329
+ rubocop-rspec (= 1.37.0)
330
+ semantic_logger
276
331
  sqlite3
277
332
  timecop
278
333
  webmock
279
334
 
280
335
  BUNDLED WITH
281
- 2.0.2
336
+ 2.2.9