cloudtasker 0.9.4 → 0.9.5

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.
@@ -11,93 +11,137 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (6.0.3.3)
15
- actionpack (= 6.0.3.3)
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.3.3)
19
- actionpack (= 6.0.3.3)
20
- activejob (= 6.0.3.3)
21
- activerecord (= 6.0.3.3)
22
- activestorage (= 6.0.3.3)
23
- activesupport (= 6.0.3.3)
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.3.3)
26
- actionpack (= 6.0.3.3)
27
- actionview (= 6.0.3.3)
28
- activejob (= 6.0.3.3)
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.3.3)
32
- actionview (= 6.0.3.3)
33
- activesupport (= 6.0.3.3)
34
- rack (~> 2.0, >= 2.0.8)
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.3.3)
39
- actionpack (= 6.0.3.3)
40
- activerecord (= 6.0.3.3)
41
- activestorage (= 6.0.3.3)
42
- activesupport (= 6.0.3.3)
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.3.3)
45
- activesupport (= 6.0.3.3)
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.3.3)
51
- activesupport (= 6.0.3.3)
52
+ activejob (6.1.4)
53
+ activesupport (= 6.1.4)
52
54
  globalid (>= 0.3.6)
53
- activemodel (6.0.3.3)
54
- activesupport (= 6.0.3.3)
55
- activerecord (6.0.3.3)
56
- activemodel (= 6.0.3.3)
57
- activesupport (= 6.0.3.3)
58
- activestorage (6.0.3.3)
59
- actionpack (= 6.0.3.3)
60
- activejob (= 6.0.3.3)
61
- activerecord (= 6.0.3.3)
62
- marcel (~> 0.3.1)
63
- activesupport (6.0.3.3)
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, >= 2.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.3.0)
75
+ appraisal (2.4.1)
72
76
  bundler
73
77
  rake
74
78
  thor (>= 0.14.0)
75
- ast (2.4.1)
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)
76
98
  builder (3.2.4)
77
- concurrent-ruby (1.1.7)
78
- crack (0.4.4)
99
+ concurrent-ruby (1.1.9)
100
+ console (1.13.1)
101
+ fiber-local
102
+ crack (0.4.5)
103
+ rexml
79
104
  crass (1.0.6)
80
105
  diff-lcs (1.4.4)
81
- erubi (1.9.0)
106
+ erubi (1.10.0)
82
107
  et-orbi (1.2.4)
83
108
  tzinfo
84
- faraday (1.0.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)
85
118
  multipart-post (>= 1.2, < 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)
86
123
  faraday-http-cache (2.2.0)
87
124
  faraday (>= 0.8)
88
- fugit (1.3.9)
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)
89
132
  et-orbi (~> 1.1, >= 1.1.8)
90
- raabro (~> 1.3)
91
- github_changelog_generator (1.15.2)
133
+ raabro (~> 1.4)
134
+ github_changelog_generator (1.16.4)
92
135
  activesupport
136
+ async (>= 1.25.0)
137
+ async-http-faraday
93
138
  faraday-http-cache
94
139
  multi_json
95
140
  octokit (~> 4.6)
96
141
  rainbow (>= 2.2.1)
97
142
  rake (>= 10.0)
98
- retriable (~> 3.0)
99
- globalid (0.4.2)
100
- activesupport (>= 4.2.0)
143
+ globalid (0.5.2)
144
+ activesupport (>= 5.0)
101
145
  google-cloud-tasks (1.3.0)
102
146
  google-gax (~> 1.8)
103
147
  googleapis-common-protos (>= 1.3.9, < 2.0)
@@ -109,114 +153,121 @@ GEM
109
153
  googleauth (~> 0.9)
110
154
  grpc (~> 1.24)
111
155
  rly (~> 0.2.3)
112
- google-protobuf (3.13.0-universal-darwin)
113
- googleapis-common-protos (1.3.10)
114
- google-protobuf (~> 3.11)
115
- googleapis-common-protos-types (>= 1.0.5, < 2.0)
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)
116
160
  grpc (~> 1.27)
117
- googleapis-common-protos-types (1.0.5)
118
- google-protobuf (~> 3.11)
119
- googleauth (0.13.1)
161
+ googleapis-common-protos-types (1.1.0)
162
+ google-protobuf (~> 3.14)
163
+ googleauth (0.17.0)
120
164
  faraday (>= 0.17.3, < 2.0)
121
165
  jwt (>= 1.4, < 3.0)
122
166
  memoist (~> 0.16)
123
167
  multi_json (~> 1.11)
124
168
  os (>= 0.9, < 2.0)
125
169
  signet (~> 0.14)
126
- grpc (1.32.0-universal-darwin)
127
- google-protobuf (~> 3.13)
170
+ grpc (1.38.0)
171
+ google-protobuf (~> 3.15)
128
172
  googleapis-common-protos-types (~> 1.0)
129
- grpc-google-iam-v1 (0.6.10)
130
- google-protobuf (~> 3.11)
131
- googleapis-common-protos (>= 1.3.10, < 2.0)
173
+ grpc-google-iam-v1 (0.6.11)
174
+ google-protobuf (~> 3.14)
175
+ googleapis-common-protos (>= 1.3.11, < 2.0)
132
176
  grpc (~> 1.27)
133
177
  hashdiff (1.0.1)
134
- i18n (1.8.5)
178
+ i18n (1.8.10)
135
179
  concurrent-ruby (~> 1.0)
136
180
  jaro_winkler (1.5.4)
137
- jwt (2.2.2)
138
- loofah (2.7.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
189
  method_source (1.0.0)
147
- mimemagic (0.3.5)
148
- mini_mime (1.0.2)
149
- mini_portile2 (2.4.0)
150
- minitest (5.14.2)
190
+ mini_mime (1.1.0)
191
+ mini_portile2 (2.6.1)
192
+ minitest (5.14.4)
151
193
  multi_json (1.15.0)
152
194
  multipart-post (2.1.1)
153
- nio4r (2.5.4)
154
- nokogiri (1.10.10)
155
- mini_portile2 (~> 2.4.0)
156
- octokit (4.18.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)
157
200
  faraday (>= 0.9)
158
201
  sawyer (~> 0.8.0, >= 0.5.3)
159
202
  os (1.1.1)
160
- parallel (1.19.2)
161
- parser (2.7.1.5)
203
+ parallel (1.20.1)
204
+ parser (3.0.2.0)
162
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)
163
213
  public_suffix (4.0.6)
164
- raabro (1.3.3)
214
+ raabro (1.4.0)
215
+ racc (1.5.2)
165
216
  rack (2.2.3)
166
217
  rack-test (1.1.0)
167
218
  rack (>= 1.0, < 3)
168
- rails (6.0.3.3)
169
- actioncable (= 6.0.3.3)
170
- actionmailbox (= 6.0.3.3)
171
- actionmailer (= 6.0.3.3)
172
- actionpack (= 6.0.3.3)
173
- actiontext (= 6.0.3.3)
174
- actionview (= 6.0.3.3)
175
- activejob (= 6.0.3.3)
176
- activemodel (= 6.0.3.3)
177
- activerecord (= 6.0.3.3)
178
- activestorage (= 6.0.3.3)
179
- activesupport (= 6.0.3.3)
180
- bundler (>= 1.3.0)
181
- railties (= 6.0.3.3)
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)
182
233
  sprockets-rails (>= 2.0.0)
183
234
  rails-dom-testing (2.0.3)
184
235
  activesupport (>= 4.2.0)
185
236
  nokogiri (>= 1.6)
186
- rails-html-sanitizer (1.3.0)
237
+ rails-html-sanitizer (1.4.1)
187
238
  loofah (~> 2.3)
188
- railties (6.0.3.3)
189
- actionpack (= 6.0.3.3)
190
- activesupport (= 6.0.3.3)
239
+ railties (6.1.4)
240
+ actionpack (= 6.1.4)
241
+ activesupport (= 6.1.4)
191
242
  method_source
192
- rake (>= 0.8.7)
193
- thor (>= 0.20.3, < 2.0)
243
+ rake (>= 0.13)
244
+ thor (~> 1.0)
194
245
  rainbow (3.0.0)
195
- rake (13.0.1)
196
- redis (4.2.2)
197
- retriable (3.1.2)
246
+ rake (13.0.6)
247
+ redis (4.4.0)
248
+ rexml (3.2.5)
198
249
  rly (0.2.3)
199
- rspec (3.9.0)
200
- rspec-core (~> 3.9.0)
201
- rspec-expectations (~> 3.9.0)
202
- rspec-mocks (~> 3.9.0)
203
- rspec-core (3.9.3)
204
- rspec-support (~> 3.9.3)
205
- rspec-expectations (3.9.2)
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)
206
257
  diff-lcs (>= 1.2.0, < 2.0)
207
- rspec-support (~> 3.9.0)
208
- rspec-mocks (3.9.1)
258
+ rspec-support (~> 3.10.0)
259
+ rspec-mocks (3.10.2)
209
260
  diff-lcs (>= 1.2.0, < 2.0)
210
- rspec-support (~> 3.9.0)
211
- rspec-rails (4.0.1)
212
- actionpack (>= 4.2)
213
- activesupport (>= 4.2)
214
- railties (>= 4.2)
215
- rspec-core (~> 3.9)
216
- rspec-expectations (~> 3.9)
217
- rspec-mocks (~> 3.9)
218
- rspec-support (~> 3.9)
219
- rspec-support (3.9.3)
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)
220
271
  rubocop (0.76.0)
221
272
  jaro_winkler (~> 1.5.1)
222
273
  parallel (~> 1.10)
@@ -226,13 +277,14 @@ GEM
226
277
  unicode-display_width (>= 1.4.0, < 1.7)
227
278
  rubocop-rspec (1.37.0)
228
279
  rubocop (>= 0.68.1)
229
- ruby-progressbar (1.10.1)
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
- semantic_logger (4.7.2)
285
+ semantic_logger (4.8.2)
234
286
  concurrent-ruby (~> 1.0)
235
- signet (0.14.0)
287
+ signet (0.15.0)
236
288
  addressable (~> 2.3)
237
289
  faraday (>= 0.17.3, < 2.0)
238
290
  jwt (>= 1.5, < 3.0)
@@ -245,20 +297,20 @@ GEM
245
297
  activesupport (>= 4.0)
246
298
  sprockets (>= 3.0.0)
247
299
  sqlite3 (1.4.2)
248
- thor (1.0.1)
249
- thread_safe (0.3.6)
250
- timecop (0.9.1)
251
- tzinfo (1.2.7)
252
- thread_safe (~> 0.1)
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)
253
305
  unicode-display_width (1.6.1)
254
- webmock (3.9.1)
255
- addressable (>= 2.3.6)
306
+ webmock (3.14.0)
307
+ addressable (>= 2.8.0)
256
308
  crack (>= 0.3.2)
257
309
  hashdiff (>= 0.4.0, < 2.0.0)
258
- websocket-driver (0.7.3)
310
+ websocket-driver (0.7.5)
259
311
  websocket-extensions (>= 0.1.0)
260
312
  websocket-extensions (0.1.5)
261
- zeitwerk (2.4.0)
313
+ zeitwerk (2.4.2)
262
314
 
263
315
  PLATFORMS
264
316
  ruby
@@ -281,4 +333,4 @@ DEPENDENCIES
281
333
  webmock
282
334
 
283
335
  BUNDLED WITH
284
- 2.1.4
336
+ 2.2.9
@@ -52,39 +52,79 @@ GEM
52
52
  i18n (>= 0.7, < 2)
53
53
  minitest (~> 5.1)
54
54
  tzinfo (~> 1.1)
55
- addressable (2.7.0)
55
+ addressable (2.8.0)
56
56
  public_suffix (>= 2.0.2, < 5.0)
57
- appraisal (2.3.0)
57
+ appraisal (2.4.1)
58
58
  bundler
59
59
  rake
60
60
  thor (>= 0.14.0)
61
61
  arel (9.0.0)
62
- ast (2.4.1)
62
+ ast (2.4.2)
63
+ async (1.30.1)
64
+ console (~> 1.10)
65
+ nio4r (~> 2.3)
66
+ timers (~> 4.1)
67
+ async-http (0.56.5)
68
+ async (>= 1.25)
69
+ async-io (>= 1.28)
70
+ async-pool (>= 0.2)
71
+ protocol-http (~> 0.22.0)
72
+ protocol-http1 (~> 0.14.0)
73
+ protocol-http2 (~> 0.14.0)
74
+ async-http-faraday (0.11.0)
75
+ async-http (~> 0.42)
76
+ faraday
77
+ async-io (1.32.2)
78
+ async
79
+ async-pool (0.3.8)
80
+ async (>= 1.25)
63
81
  builder (3.2.4)
64
- concurrent-ruby (1.1.7)
65
- crack (0.4.4)
82
+ concurrent-ruby (1.1.9)
83
+ console (1.13.1)
84
+ fiber-local
85
+ crack (0.4.5)
86
+ rexml
66
87
  crass (1.0.6)
67
88
  diff-lcs (1.4.4)
68
- erubi (1.9.0)
89
+ erubi (1.10.0)
69
90
  et-orbi (1.2.4)
70
91
  tzinfo
71
- faraday (1.0.1)
92
+ faraday (1.7.0)
93
+ faraday-em_http (~> 1.0)
94
+ faraday-em_synchrony (~> 1.0)
95
+ faraday-excon (~> 1.1)
96
+ faraday-httpclient (~> 1.0.1)
97
+ faraday-net_http (~> 1.0)
98
+ faraday-net_http_persistent (~> 1.1)
99
+ faraday-patron (~> 1.0)
100
+ faraday-rack (~> 1.0)
72
101
  multipart-post (>= 1.2, < 3)
102
+ ruby2_keywords (>= 0.0.4)
103
+ faraday-em_http (1.0.0)
104
+ faraday-em_synchrony (1.0.0)
105
+ faraday-excon (1.1.0)
73
106
  faraday-http-cache (2.2.0)
74
107
  faraday (>= 0.8)
75
- fugit (1.3.9)
108
+ faraday-httpclient (1.0.1)
109
+ faraday-net_http (1.0.1)
110
+ faraday-net_http_persistent (1.2.0)
111
+ faraday-patron (1.0.0)
112
+ faraday-rack (1.0.0)
113
+ fiber-local (1.0.0)
114
+ fugit (1.5.1)
76
115
  et-orbi (~> 1.1, >= 1.1.8)
77
- raabro (~> 1.3)
78
- github_changelog_generator (1.15.2)
116
+ raabro (~> 1.4)
117
+ github_changelog_generator (1.16.4)
79
118
  activesupport
119
+ async (>= 1.25.0)
120
+ async-http-faraday
80
121
  faraday-http-cache
81
122
  multi_json
82
123
  octokit (~> 4.6)
83
124
  rainbow (>= 2.2.1)
84
125
  rake (>= 10.0)
85
- retriable (~> 3.0)
86
- globalid (0.4.2)
87
- activesupport (>= 4.2.0)
126
+ globalid (0.5.2)
127
+ activesupport (>= 5.0)
88
128
  google-cloud-tasks (1.5.1)
89
129
  google-gax (~> 1.8)
90
130
  googleapis-common-protos (>= 1.3.9, < 2.0)
@@ -96,33 +136,33 @@ GEM
96
136
  googleauth (~> 0.9)
97
137
  grpc (~> 1.24)
98
138
  rly (~> 0.2.3)
99
- google-protobuf (3.13.0-universal-darwin)
100
- googleapis-common-protos (1.3.10)
101
- google-protobuf (~> 3.11)
102
- googleapis-common-protos-types (>= 1.0.5, < 2.0)
139
+ google-protobuf (3.17.3)
140
+ googleapis-common-protos (1.3.11)
141
+ google-protobuf (~> 3.14)
142
+ googleapis-common-protos-types (>= 1.0.6, < 2.0)
103
143
  grpc (~> 1.27)
104
- googleapis-common-protos-types (1.0.5)
105
- google-protobuf (~> 3.11)
106
- googleauth (0.13.1)
144
+ googleapis-common-protos-types (1.1.0)
145
+ google-protobuf (~> 3.14)
146
+ googleauth (0.17.0)
107
147
  faraday (>= 0.17.3, < 2.0)
108
148
  jwt (>= 1.4, < 3.0)
109
149
  memoist (~> 0.16)
110
150
  multi_json (~> 1.11)
111
151
  os (>= 0.9, < 2.0)
112
152
  signet (~> 0.14)
113
- grpc (1.32.0-universal-darwin)
114
- google-protobuf (~> 3.13)
153
+ grpc (1.38.0)
154
+ google-protobuf (~> 3.15)
115
155
  googleapis-common-protos-types (~> 1.0)
116
- grpc-google-iam-v1 (0.6.10)
117
- google-protobuf (~> 3.11)
118
- googleapis-common-protos (>= 1.3.10, < 2.0)
156
+ grpc-google-iam-v1 (0.6.11)
157
+ google-protobuf (~> 3.14)
158
+ googleapis-common-protos (>= 1.3.11, < 2.0)
119
159
  grpc (~> 1.27)
120
160
  hashdiff (1.0.1)
121
- i18n (1.8.5)
161
+ i18n (1.8.10)
122
162
  concurrent-ruby (~> 1.0)
123
163
  jaro_winkler (1.5.4)
124
- jwt (2.2.2)
125
- loofah (2.7.0)
164
+ jwt (2.2.3)
165
+ loofah (2.12.0)
126
166
  crass (~> 1.0.2)
127
167
  nokogiri (>= 1.5.9)
128
168
  mail (2.7.1)
@@ -131,24 +171,35 @@ GEM
131
171
  mimemagic (~> 0.3.2)
132
172
  memoist (0.16.2)
133
173
  method_source (1.0.0)
134
- mimemagic (0.3.5)
135
- mini_mime (1.0.2)
136
- mini_portile2 (2.4.0)
137
- minitest (5.14.2)
174
+ mimemagic (0.3.10)
175
+ nokogiri (~> 1)
176
+ rake
177
+ mini_mime (1.1.0)
178
+ mini_portile2 (2.6.1)
179
+ minitest (5.14.4)
138
180
  multi_json (1.15.0)
139
181
  multipart-post (2.1.1)
140
- nio4r (2.5.4)
141
- nokogiri (1.10.10)
142
- mini_portile2 (~> 2.4.0)
143
- octokit (4.18.0)
182
+ nio4r (2.5.8)
183
+ nokogiri (1.12.3)
184
+ mini_portile2 (~> 2.6.1)
185
+ racc (~> 1.4)
186
+ octokit (4.21.0)
144
187
  faraday (>= 0.9)
145
188
  sawyer (~> 0.8.0, >= 0.5.3)
146
189
  os (1.1.1)
147
- parallel (1.19.2)
148
- parser (2.7.1.5)
190
+ parallel (1.20.1)
191
+ parser (3.0.2.0)
149
192
  ast (~> 2.4.1)
193
+ protocol-hpack (1.4.2)
194
+ protocol-http (0.22.5)
195
+ protocol-http1 (0.14.1)
196
+ protocol-http (~> 0.22)
197
+ protocol-http2 (0.14.2)
198
+ protocol-hpack (~> 1.4)
199
+ protocol-http (~> 0.18)
150
200
  public_suffix (4.0.6)
151
- raabro (1.3.3)
201
+ raabro (1.4.0)
202
+ racc (1.5.2)
152
203
  rack (2.2.3)
153
204
  rack-test (1.1.0)
154
205
  rack (>= 1.0, < 3)
@@ -168,7 +219,7 @@ GEM
168
219
  rails-dom-testing (2.0.3)
169
220
  activesupport (>= 4.2.0)
170
221
  nokogiri (>= 1.6)
171
- rails-html-sanitizer (1.3.0)
222
+ rails-html-sanitizer (1.4.1)
172
223
  loofah (~> 2.3)
173
224
  railties (5.2.0)
174
225
  actionpack (= 5.2.0)
@@ -177,31 +228,31 @@ GEM
177
228
  rake (>= 0.8.7)
178
229
  thor (>= 0.18.1, < 2.0)
179
230
  rainbow (3.0.0)
180
- rake (13.0.1)
181
- redis (4.2.2)
182
- retriable (3.1.2)
231
+ rake (13.0.6)
232
+ redis (4.4.0)
233
+ rexml (3.2.5)
183
234
  rly (0.2.3)
184
- rspec (3.9.0)
185
- rspec-core (~> 3.9.0)
186
- rspec-expectations (~> 3.9.0)
187
- rspec-mocks (~> 3.9.0)
188
- rspec-core (3.9.3)
189
- rspec-support (~> 3.9.3)
190
- rspec-expectations (3.9.2)
235
+ rspec (3.10.0)
236
+ rspec-core (~> 3.10.0)
237
+ rspec-expectations (~> 3.10.0)
238
+ rspec-mocks (~> 3.10.0)
239
+ rspec-core (3.10.1)
240
+ rspec-support (~> 3.10.0)
241
+ rspec-expectations (3.10.1)
191
242
  diff-lcs (>= 1.2.0, < 2.0)
192
- rspec-support (~> 3.9.0)
193
- rspec-mocks (3.9.1)
243
+ rspec-support (~> 3.10.0)
244
+ rspec-mocks (3.10.2)
194
245
  diff-lcs (>= 1.2.0, < 2.0)
195
- rspec-support (~> 3.9.0)
196
- rspec-rails (4.0.1)
197
- actionpack (>= 4.2)
198
- activesupport (>= 4.2)
199
- railties (>= 4.2)
200
- rspec-core (~> 3.9)
201
- rspec-expectations (~> 3.9)
202
- rspec-mocks (~> 3.9)
203
- rspec-support (~> 3.9)
204
- rspec-support (3.9.3)
246
+ rspec-support (~> 3.10.0)
247
+ rspec-rails (5.0.2)
248
+ actionpack (>= 5.2)
249
+ activesupport (>= 5.2)
250
+ railties (>= 5.2)
251
+ rspec-core (~> 3.10)
252
+ rspec-expectations (~> 3.10)
253
+ rspec-mocks (~> 3.10)
254
+ rspec-support (~> 3.10)
255
+ rspec-support (3.10.2)
205
256
  rubocop (0.76.0)
206
257
  jaro_winkler (~> 1.5.1)
207
258
  parallel (~> 1.10)
@@ -211,13 +262,14 @@ GEM
211
262
  unicode-display_width (>= 1.4.0, < 1.7)
212
263
  rubocop-rspec (1.37.0)
213
264
  rubocop (>= 0.68.1)
214
- ruby-progressbar (1.10.1)
265
+ ruby-progressbar (1.11.0)
266
+ ruby2_keywords (0.0.5)
215
267
  sawyer (0.8.2)
216
268
  addressable (>= 2.3.5)
217
269
  faraday (> 0.8, < 2.0)
218
- semantic_logger (4.7.2)
270
+ semantic_logger (4.8.2)
219
271
  concurrent-ruby (~> 1.0)
220
- signet (0.14.0)
272
+ signet (0.15.0)
221
273
  addressable (~> 2.3)
222
274
  faraday (>= 0.17.3, < 2.0)
223
275
  jwt (>= 1.5, < 3.0)
@@ -230,17 +282,18 @@ GEM
230
282
  activesupport (>= 4.0)
231
283
  sprockets (>= 3.0.0)
232
284
  sqlite3 (1.4.2)
233
- thor (1.0.1)
285
+ thor (1.1.0)
234
286
  thread_safe (0.3.6)
235
- timecop (0.9.1)
236
- tzinfo (1.2.7)
287
+ timecop (0.9.4)
288
+ timers (4.3.3)
289
+ tzinfo (1.2.9)
237
290
  thread_safe (~> 0.1)
238
291
  unicode-display_width (1.6.1)
239
- webmock (3.9.1)
240
- addressable (>= 2.3.6)
292
+ webmock (3.14.0)
293
+ addressable (>= 2.8.0)
241
294
  crack (>= 0.3.2)
242
295
  hashdiff (>= 0.4.0, < 2.0.0)
243
- websocket-driver (0.7.3)
296
+ websocket-driver (0.7.5)
244
297
  websocket-extensions (>= 0.1.0)
245
298
  websocket-extensions (0.1.5)
246
299
 
@@ -264,4 +317,4 @@ DEPENDENCIES
264
317
  webmock
265
318
 
266
319
  BUNDLED WITH
267
- 2.1.4
320
+ 2.2.9