foreman_rh_cloud 5.0.29 → 5.0.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/config/Gemfile.lock.gh_test +204 -168
  3. data/config/package-lock.json +41822 -0
  4. data/config/package-lock.json.gh_test +14336 -7973
  5. data/config/routes.rb +1 -1
  6. data/lib/foreman_inventory_upload/generators/tags.rb +8 -1
  7. data/lib/foreman_rh_cloud/engine.rb +10 -1
  8. data/lib/foreman_rh_cloud/version.rb +1 -1
  9. data/package.json +1 -1
  10. data/test/unit/rh_cloud_permissions_test.rb +14 -0
  11. data/test/unit/tags_generator_test.rb +15 -0
  12. data/webpack/ForemanInventoryUpload/Components/AccountList/AccountListActions.js +1 -1
  13. data/webpack/ForemanInventoryUpload/Components/InventoryFilter/InventoryFilter.js +3 -3
  14. data/webpack/ForemanInventoryUpload/Components/InventoryFilter/index.js +0 -2
  15. data/webpack/ForemanInventoryUpload/Components/PageHeader/components/SyncButton/SyncButtonActions.js +1 -1
  16. data/webpack/ForemanRhCloudFills.js +8 -1
  17. data/webpack/InsightsCloudSync/Components/InsightsSettings/InsightsSettingsActions.js +1 -1
  18. data/webpack/InsightsHostDetailsTab/InsightsTabActions.js +1 -1
  19. data/webpack/InsightsHostDetailsTab/InsightsTabConstants.js +75 -0
  20. data/webpack/InsightsHostDetailsTab/InsightsTotalRiskChart.js +147 -0
  21. data/webpack/InsightsHostDetailsTab/NewHostDetailsTab.js +0 -1
  22. data/webpack/__mocks__/foremanReact/Root/Context/ForemanContext.js +1 -0
  23. data/webpack/__mocks__/foremanReact/{redux/actions/toasts.js → components/ToastsList/index.js} +0 -0
  24. data/webpack/common/ForemanTasks/ForemanTasksActions.js +1 -1
  25. metadata +7 -4
  26. data/webpack/__mocks__/foremanReact/components/Layout/LayoutSelectors.js +0 -1
@@ -1,19 +1,16 @@
1
1
  PATH
2
2
  remote: ../foreman-tasks
3
3
  specs:
4
- foreman-tasks (4.1.5)
4
+ foreman-tasks (5.2.0)
5
5
  dynflow (>= 1.2.3)
6
- foreman-tasks-core
7
6
  get_process_mem
8
7
  parse-cron (~> 0.1.4)
9
8
  sinatra
10
- foreman-tasks-core (0.3.6)
11
- dynflow (>= 1.2.0)
12
9
 
13
10
  PATH
14
11
  remote: ../foreman_rh_cloud
15
12
  specs:
16
- foreman_rh_cloud (4.0.27)
13
+ foreman_rh_cloud (5.0.29)
17
14
  foreman-tasks
18
15
  foreman_ansible
19
16
  katello
@@ -21,28 +18,29 @@ PATH
21
18
  PATH
22
19
  remote: ../katello
23
20
  specs:
24
- katello (4.1.4)
21
+ katello (4.3.0.rc2.1)
25
22
  activerecord-import
26
23
  anemone
27
24
  angular-rails-templates (~> 1.1.0)
28
25
  apipie-rails (>= 0.5.14)
29
26
  deface (>= 1.0.2, < 2.0.0)
30
- dynflow (< 1.6.0)
31
- foreman-tasks (~> 4.0)
32
- foreman-tasks-core (< 0.4)
27
+ dynflow (>= 1.6.1)
28
+ foreman-tasks (>= 5.0)
33
29
  foreman_remote_execution (>= 3.0)
34
30
  fx (< 1.0)
35
31
  gettext_i18n_rails
36
32
  json
37
33
  oauth
38
34
  pg
39
- pulp_ansible_client (>= 0.8, < 0.9)
35
+ pulp_ansible_client (>= 0.10, < 0.11)
40
36
  pulp_certguard_client (< 2.0)
41
- pulp_container_client (>= 2.7.0, < 2.8.0)
42
- pulp_deb_client (>= 2.13.0, < 2.14.0)
43
- pulp_file_client (>= 1.8.0, < 1.9.0)
44
- pulp_rpm_client (>= 3.13.0, < 3.15.0)
45
- pulpcore_client (>= 3.14.0, < 3.15.0)
37
+ pulp_container_client (>= 2.9.0, < 2.10.0)
38
+ pulp_deb_client (>= 2.16.0, < 2.17.0)
39
+ pulp_file_client (>= 1.10.0, < 1.11.0)
40
+ pulp_ostree_client
41
+ pulp_python_client (>= 3.5.0, < 3.6.0)
42
+ pulp_rpm_client (>= 3.16.0, < 3.17.0)
43
+ pulpcore_client (>= 3.16.0, < 3.17.0)
46
44
  qpid_proton
47
45
  rabl
48
46
  rails
@@ -54,66 +52,66 @@ PATH
54
52
  GEM
55
53
  remote: https://rubygems.org/
56
54
  specs:
57
- actioncable (6.0.3.6)
58
- actionpack (= 6.0.3.6)
55
+ actioncable (6.0.3.7)
56
+ actionpack (= 6.0.3.7)
59
57
  nio4r (~> 2.0)
60
58
  websocket-driver (>= 0.6.1)
61
- actionmailbox (6.0.3.6)
62
- actionpack (= 6.0.3.6)
63
- activejob (= 6.0.3.6)
64
- activerecord (= 6.0.3.6)
65
- activestorage (= 6.0.3.6)
66
- activesupport (= 6.0.3.6)
59
+ actionmailbox (6.0.3.7)
60
+ actionpack (= 6.0.3.7)
61
+ activejob (= 6.0.3.7)
62
+ activerecord (= 6.0.3.7)
63
+ activestorage (= 6.0.3.7)
64
+ activesupport (= 6.0.3.7)
67
65
  mail (>= 2.7.1)
68
- actionmailer (6.0.3.6)
69
- actionpack (= 6.0.3.6)
70
- actionview (= 6.0.3.6)
71
- activejob (= 6.0.3.6)
66
+ actionmailer (6.0.3.7)
67
+ actionpack (= 6.0.3.7)
68
+ actionview (= 6.0.3.7)
69
+ activejob (= 6.0.3.7)
72
70
  mail (~> 2.5, >= 2.5.4)
73
71
  rails-dom-testing (~> 2.0)
74
- actionpack (6.0.3.6)
75
- actionview (= 6.0.3.6)
76
- activesupport (= 6.0.3.6)
72
+ actionpack (6.0.3.7)
73
+ actionview (= 6.0.3.7)
74
+ activesupport (= 6.0.3.7)
77
75
  rack (~> 2.0, >= 2.0.8)
78
76
  rack-test (>= 0.6.3)
79
77
  rails-dom-testing (~> 2.0)
80
78
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
81
- actiontext (6.0.3.6)
82
- actionpack (= 6.0.3.6)
83
- activerecord (= 6.0.3.6)
84
- activestorage (= 6.0.3.6)
85
- activesupport (= 6.0.3.6)
79
+ actiontext (6.0.3.7)
80
+ actionpack (= 6.0.3.7)
81
+ activerecord (= 6.0.3.7)
82
+ activestorage (= 6.0.3.7)
83
+ activesupport (= 6.0.3.7)
86
84
  nokogiri (>= 1.8.5)
87
- actionview (6.0.3.6)
88
- activesupport (= 6.0.3.6)
85
+ actionview (6.0.3.7)
86
+ activesupport (= 6.0.3.7)
89
87
  builder (~> 3.1)
90
88
  erubi (~> 1.4)
91
89
  rails-dom-testing (~> 2.0)
92
90
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
93
- activejob (6.0.3.6)
94
- activesupport (= 6.0.3.6)
91
+ activejob (6.0.3.7)
92
+ activesupport (= 6.0.3.7)
95
93
  globalid (>= 0.3.6)
96
- activemodel (6.0.3.6)
97
- activesupport (= 6.0.3.6)
98
- activerecord (6.0.3.6)
99
- activemodel (= 6.0.3.6)
100
- activesupport (= 6.0.3.6)
94
+ activemodel (6.0.3.7)
95
+ activesupport (= 6.0.3.7)
96
+ activerecord (6.0.3.7)
97
+ activemodel (= 6.0.3.7)
98
+ activesupport (= 6.0.3.7)
101
99
  activerecord-import (1.2.0)
102
100
  activerecord (>= 3.2)
103
- activerecord-nulldb-adapter (0.7.0)
104
- activerecord (>= 5.2.0, < 6.3)
101
+ activerecord-nulldb-adapter (0.8.0)
102
+ activerecord (>= 5.2.0, < 7.1)
105
103
  activerecord-session_store (2.0.0)
106
104
  actionpack (>= 5.2.4.1)
107
105
  activerecord (>= 5.2.4.1)
108
106
  multi_json (~> 1.11, >= 1.11.2)
109
107
  rack (>= 2.0.8, < 3)
110
108
  railties (>= 5.2.4.1)
111
- activestorage (6.0.3.6)
112
- actionpack (= 6.0.3.6)
113
- activejob (= 6.0.3.6)
114
- activerecord (= 6.0.3.6)
109
+ activestorage (6.0.3.7)
110
+ actionpack (= 6.0.3.7)
111
+ activejob (= 6.0.3.7)
112
+ activerecord (= 6.0.3.7)
115
113
  marcel (~> 1.0.0)
116
- activesupport (6.0.3.6)
114
+ activesupport (6.0.3.7)
117
115
  concurrent-ruby (~> 1.0, >= 1.0.2)
118
116
  i18n (>= 0.7, < 2)
119
117
  minitest (~> 5.1)
@@ -121,10 +119,10 @@ GEM
121
119
  zeitwerk (~> 2.2, >= 2.2.2)
122
120
  acts_as_list (1.0.4)
123
121
  activerecord (>= 4.2)
124
- addressable (2.7.0)
122
+ addressable (2.8.0)
125
123
  public_suffix (>= 2.0.2, < 5.0)
126
124
  algebrick (0.7.5)
127
- amazing_print (1.3.0)
125
+ amazing_print (1.4.0)
128
126
  ancestry (3.2.1)
129
127
  activerecord (>= 4.2.0)
130
128
  anemone (0.7.2)
@@ -135,9 +133,9 @@ GEM
135
133
  sprockets (>= 3.0, < 5)
136
134
  tilt
137
135
  ansi (1.5.0)
138
- apipie-dsl (2.3.0)
136
+ apipie-dsl (2.4.0)
139
137
  apipie-params (0.0.5)
140
- apipie-rails (0.5.18)
138
+ apipie-rails (0.5.19)
141
139
  rails (>= 4.1)
142
140
  as_deprecation_tracker (1.5.0)
143
141
  activesupport (>= 4.2)
@@ -145,29 +143,30 @@ GEM
145
143
  ast (2.4.2)
146
144
  audited (4.10.0)
147
145
  activerecord (>= 4.2, < 6.2)
148
- autoprefixer-rails (10.2.4.0)
149
- execjs
146
+ autoprefixer-rails (10.3.3.0)
147
+ execjs (~> 2)
150
148
  bcrypt (3.1.16)
151
- benchmark-ips (2.8.4)
149
+ bcrypt_pbkdf (1.1.0)
150
+ benchmark-ips (2.9.2)
152
151
  binding_of_caller (0.8.0)
153
152
  debug_inspector (>= 0.0.1)
154
- bootsnap (1.7.3)
153
+ bootsnap (1.9.3)
155
154
  msgpack (~> 1.0)
156
155
  bootstrap-sass (3.4.1)
157
156
  autoprefixer-rails (>= 5.2.1)
158
157
  sassc (>= 2.0.0)
159
158
  builder (3.2.4)
160
- bullet (6.1.4)
159
+ bullet (6.1.5)
161
160
  activesupport (>= 3.0.0)
162
161
  uniform_notifier (~> 1.11)
163
162
  byebug (11.1.3)
164
- capybara (3.32.0)
163
+ capybara (3.35.3)
165
164
  addressable
166
165
  mini_mime (>= 0.1.3)
167
166
  nokogiri (~> 1.8)
168
167
  rack (>= 1.6.0)
169
168
  rack-test (>= 0.6.3)
170
- regexp_parser (~> 1.5)
169
+ regexp_parser (>= 1.5, < 3.0)
171
170
  xpath (~> 3.2)
172
171
  childprocess (3.0.0)
173
172
  ci_reporter (2.0.0)
@@ -186,18 +185,17 @@ GEM
186
185
  concurrent-ruby (1.1.9)
187
186
  concurrent-ruby-edge (0.6.0)
188
187
  concurrent-ruby (~> 1.1.6)
189
- connection_pool (2.2.3)
188
+ connection_pool (2.2.5)
190
189
  crack (0.4.5)
191
190
  rexml
192
191
  crass (1.0.6)
193
- css_parser (1.9.0)
192
+ css_parser (1.10.0)
194
193
  addressable
195
- daemons (1.3.1)
194
+ daemons (1.4.1)
196
195
  database_cleaner (1.99.0)
197
196
  deacon (1.0.0)
198
197
  debug_inspector (1.1.0)
199
198
  declarative (0.0.20)
200
- declarative-option (0.1.0)
201
199
  deep_cloneable (3.1.0)
202
200
  activerecord (>= 3.1.0, < 7)
203
201
  deface (1.8.1)
@@ -208,17 +206,19 @@ GEM
208
206
  docile (1.4.0)
209
207
  domain_name (0.5.20190701)
210
208
  unf (>= 0.0.5, < 1.0.0)
211
- dynflow (1.4.7)
209
+ dynflow (1.6.1)
212
210
  algebrick (~> 0.7.0)
213
211
  apipie-params
214
212
  concurrent-ruby (~> 1.1.3)
215
213
  concurrent-ruby-edge (~> 0.6.0)
214
+ msgpack (~> 1.3.3)
216
215
  multi_json
217
216
  sequel (>= 4.0.0)
217
+ ed25519 (1.2.4)
218
218
  erubi (1.10.0)
219
- excon (0.79.0)
220
- execjs (2.7.0)
221
- facter (4.0.50)
219
+ excon (0.88.0)
220
+ execjs (2.8.1)
221
+ facter (4.2.5)
222
222
  hocon (~> 1.3)
223
223
  thor (>= 1.0.1, < 2.0)
224
224
  factory_bot (5.2.0)
@@ -226,14 +226,28 @@ GEM
226
226
  factory_bot_rails (5.2.0)
227
227
  factory_bot (~> 5.2.0)
228
228
  railties (>= 4.2.0)
229
- faraday (1.3.0)
229
+ faraday (1.8.0)
230
+ faraday-em_http (~> 1.0)
231
+ faraday-em_synchrony (~> 1.0)
232
+ faraday-excon (~> 1.1)
233
+ faraday-httpclient (~> 1.0.1)
230
234
  faraday-net_http (~> 1.0)
235
+ faraday-net_http_persistent (~> 1.1)
236
+ faraday-patron (~> 1.0)
237
+ faraday-rack (~> 1.0)
231
238
  multipart-post (>= 1.2, < 3)
232
- ruby2_keywords
239
+ ruby2_keywords (>= 0.0.4)
240
+ faraday-em_http (1.0.0)
241
+ faraday-em_synchrony (1.0.0)
242
+ faraday-excon (1.1.0)
243
+ faraday-httpclient (1.0.1)
233
244
  faraday-net_http (1.0.1)
245
+ faraday-net_http_persistent (1.2.0)
246
+ faraday-patron (1.0.0)
247
+ faraday-rack (1.0.0)
234
248
  fast_gettext (1.8.0)
235
- ffi (1.14.2)
236
- fog-aws (3.8.0)
249
+ ffi (1.15.4)
250
+ fog-aws (3.12.0)
237
251
  fog-core (~> 2.1)
238
252
  fog-json (~> 1.1)
239
253
  fog-xml (~> 0.1)
@@ -252,7 +266,7 @@ GEM
252
266
  fog-json (1.2.0)
253
267
  fog-core
254
268
  multi_json (~> 1.10)
255
- fog-libvirt (0.8.0)
269
+ fog-libvirt (0.9.0)
256
270
  fog-core (>= 1.27.4)
257
271
  fog-json
258
272
  fog-xml (~> 0.1.1)
@@ -271,30 +285,34 @@ GEM
271
285
  fog-vsphere (3.5.0)
272
286
  fog-core
273
287
  rbvmomi (>= 1.9, < 3)
274
- fog-xml (0.1.3)
288
+ fog-xml (0.1.4)
275
289
  fog-core
276
290
  nokogiri (>= 1.5.11, < 2.0.0)
277
291
  font-awesome-sass (4.6.2)
278
292
  sass (>= 3.2)
279
293
  foreman (0.87.2)
294
+ foreman-tasks-core (0.3.6)
295
+ dynflow (>= 1.2.0)
280
296
  foreman_ansible (6.4.1)
281
297
  acts_as_list (~> 1.0.3)
282
298
  deface (< 2.0)
283
299
  foreman_remote_execution (>= 4.4.0)
284
300
  ipaddress (>= 0.8.0, < 1.0)
285
- foreman_ansible_core (4.0.0)
301
+ foreman_ansible_core (4.2.1)
286
302
  foreman-tasks-core (~> 0.3.2)
287
303
  foreman_remote_execution_core (~> 1.1)
288
304
  net-ssh
289
- foreman_remote_execution (4.5.6)
305
+ foreman_remote_execution (4.8.0)
290
306
  deface
291
307
  dynflow (>= 1.0.2, < 2.0.0)
292
- foreman-tasks (>= 4.1.0)
293
- foreman_remote_execution_core
294
- foreman_remote_execution_core (1.4.0)
308
+ foreman-tasks (>= 5.1.0)
309
+ foreman_remote_execution_core (1.5.0)
310
+ bcrypt_pbkdf
311
+ ed25519
295
312
  foreman-tasks-core (>= 0.3.1)
296
313
  net-ssh
297
- formatador (0.2.5)
314
+ smart_proxy_remote_execution_ssh (>= 0.4.0)
315
+ formatador (0.3.0)
298
316
  friendly_id (5.3.0)
299
317
  activerecord (>= 4.0.0)
300
318
  fx (0.6.2)
@@ -302,7 +320,7 @@ GEM
302
320
  railties (>= 4.0.0)
303
321
  get_process_mem (0.2.7)
304
322
  ffi (~> 1.0)
305
- gettext (3.3.7)
323
+ gettext (3.4.1)
306
324
  locale (>= 2.0.5)
307
325
  text (>= 1.3.0)
308
326
  gettext_i18n_rails (1.8.1)
@@ -314,8 +332,8 @@ GEM
314
332
  rails (>= 3.2.0)
315
333
  gitlab-sidekiq-fetcher (0.6.1)
316
334
  sidekiq (>= 5, < 6.1)
317
- globalid (0.4.2)
318
- activesupport (>= 4.2.0)
335
+ globalid (1.0.0)
336
+ activesupport (>= 5.0)
319
337
  google-api-client (0.33.2)
320
338
  addressable (~> 2.5, >= 2.5.1)
321
339
  googleauth (~> 0.9)
@@ -324,16 +342,16 @@ GEM
324
342
  representable (~> 3.0)
325
343
  retriable (>= 2.0, < 4.0)
326
344
  signet (~> 0.12)
327
- google-cloud-env (1.4.0)
345
+ google-cloud-env (1.5.0)
328
346
  faraday (>= 0.17.3, < 2.0)
329
- googleauth (0.15.0)
347
+ googleauth (0.17.1)
330
348
  faraday (>= 0.17.3, < 2.0)
331
349
  jwt (>= 1.4, < 3.0)
332
350
  memoist (~> 0.16)
333
351
  multi_json (~> 1.11)
334
352
  os (>= 0.9, < 2.0)
335
- signet (~> 0.14)
336
- graphiql-rails (1.7.0)
353
+ signet (~> 0.15)
354
+ graphiql-rails (1.8.0)
337
355
  railties
338
356
  sprockets-rails
339
357
  graphql (1.8.18)
@@ -343,10 +361,10 @@ GEM
343
361
  hashdiff (1.0.1)
344
362
  hocon (1.3.1)
345
363
  http-accept (1.7.0)
346
- http-cookie (1.0.3)
364
+ http-cookie (1.0.4)
347
365
  domain_name (~> 0.5)
348
366
  httpclient (2.8.3)
349
- i18n (1.8.10)
367
+ i18n (1.8.11)
350
368
  concurrent-ruby (~> 1.0)
351
369
  immigrant (0.3.6)
352
370
  activerecord (>= 3.0)
@@ -356,11 +374,11 @@ GEM
356
374
  journald-native (1.0.12)
357
375
  jquery-ui-rails (6.0.1)
358
376
  railties (>= 3.2.16)
359
- json (2.5.1)
360
- jwt (2.2.2)
377
+ json (2.6.1)
378
+ jwt (2.2.3)
361
379
  launchy (2.5.0)
362
380
  addressable (~> 2.7)
363
- ldap_fluff (0.5.0)
381
+ ldap_fluff (0.6.0)
364
382
  activesupport
365
383
  net-ldap (>= 0.11)
366
384
  little-plugger (1.1.4)
@@ -371,34 +389,35 @@ GEM
371
389
  logging-journald (2.1.0)
372
390
  journald-logger (~> 3.0)
373
391
  logging
374
- loofah (2.9.0)
392
+ loofah (2.12.0)
375
393
  crass (~> 1.0.2)
376
394
  nokogiri (>= 1.5.9)
377
395
  mail (2.7.1)
378
396
  mini_mime (>= 0.1.1)
379
- marcel (1.0.0)
397
+ marcel (1.0.2)
380
398
  maruku (0.7.3)
381
399
  memoist (0.16.2)
382
400
  method_source (1.0.0)
383
- mime-types (3.3.1)
401
+ mime-types (3.4.1)
384
402
  mime-types-data (~> 3.2015)
385
- mime-types-data (3.2021.0225)
386
- mini_mime (1.0.3)
387
- mini_portile2 (2.5.0)
403
+ mime-types-data (3.2021.1115)
404
+ mini_mime (1.1.2)
405
+ mini_portile2 (2.6.1)
388
406
  minitest (5.10.3)
389
407
  minitest-reporters (1.4.3)
390
408
  ansi
391
409
  builder
392
410
  minitest (>= 5.0)
393
411
  ruby-progressbar
394
- minitest-retry (0.2.1)
412
+ minitest-retry (0.2.2)
395
413
  minitest (>= 5.0)
396
- minitest-spec-rails (6.0.3)
414
+ minitest-spec-rails (6.1.0)
397
415
  minitest (>= 5.0)
398
416
  railties (>= 4.1)
399
417
  minitest-tags (0.0.5)
400
- mocha (1.12.0)
401
- msgpack (1.4.2)
418
+ mocha (1.13.0)
419
+ mqtt (0.5.0)
420
+ msgpack (1.3.3)
402
421
  multi_json (1.15.0)
403
422
  multipart-post (2.1.1)
404
423
  mustermann (1.1.1)
@@ -409,21 +428,21 @@ GEM
409
428
  net-ssh (>= 2.6.5, < 7.0.0)
410
429
  net-ssh (4.2.0)
411
430
  netrc (0.11.0)
412
- nio4r (2.5.7)
413
- nokogiri (1.11.2)
414
- mini_portile2 (~> 2.5.0)
431
+ nio4r (2.5.8)
432
+ nokogiri (1.12.5)
433
+ mini_portile2 (~> 2.6.1)
415
434
  racc (~> 1.4)
416
- oauth (0.5.5)
435
+ oauth (0.5.8)
417
436
  optimist (3.0.1)
418
- os (1.1.1)
437
+ os (1.1.4)
419
438
  ovirt-engine-sdk (4.4.1)
420
439
  json (>= 1, < 3)
421
440
  paint (2.2.1)
422
441
  parallel (1.21.0)
423
- parallel_tests (3.6.0)
442
+ parallel_tests (3.7.3)
424
443
  parallel
425
444
  parse-cron (0.1.4)
426
- parser (3.0.2.0)
445
+ parser (3.0.3.1)
427
446
  ast (~> 2.4.1)
428
447
  patternfly-sass (3.59.5)
429
448
  bootstrap-sass (~> 3.4.0)
@@ -441,7 +460,7 @@ GEM
441
460
  pry-byebug (3.9.0)
442
461
  byebug (~> 11.0)
443
462
  pry (~> 0.13.0)
444
- pry-doc (1.1.0)
463
+ pry-doc (1.2.0)
445
464
  pry (~> 0.11)
446
465
  yard (~> 0.9.11)
447
466
  pry-rails (0.3.9)
@@ -453,33 +472,39 @@ GEM
453
472
  binding_of_caller (~> 0.7)
454
473
  pry (~> 0.13)
455
474
  public_suffix (4.0.6)
456
- pulp_ansible_client (0.8.1)
475
+ pulp_ansible_client (0.10.1)
457
476
  faraday (>= 0.14.0)
458
477
  json (~> 2.1, >= 2.1.0)
459
478
  pulp_certguard_client (1.5.1)
460
479
  faraday (>= 0.14.0)
461
480
  json (~> 2.1, >= 2.1.0)
462
- pulp_container_client (2.7.1)
481
+ pulp_container_client (2.9.1)
463
482
  faraday (>= 0.14.0)
464
483
  json (~> 2.1, >= 2.1.0)
465
- pulp_deb_client (2.13.1)
484
+ pulp_deb_client (2.16.0)
466
485
  faraday (>= 0.14.0)
467
486
  json (~> 2.1, >= 2.1.0)
468
- pulp_file_client (1.8.2)
487
+ pulp_file_client (1.10.1)
469
488
  faraday (>= 0.14.0)
470
489
  json (~> 2.1, >= 2.1.0)
471
- pulp_rpm_client (3.14.6)
490
+ pulp_ostree_client (2.0.0a3.dev1638674738)
472
491
  faraday (>= 0.14.0)
473
492
  json (~> 2.1, >= 2.1.0)
474
- pulpcore_client (3.14.8)
493
+ pulp_python_client (3.5.2)
494
+ faraday (>= 0.14.0)
495
+ json (~> 2.1, >= 2.1.0)
496
+ pulp_rpm_client (3.16.1)
497
+ faraday (>= 0.14.0)
498
+ json (~> 2.1, >= 2.1.0)
499
+ pulpcore_client (3.16.1)
475
500
  faraday (>= 0.14.0)
476
501
  json (~> 2.1, >= 2.1.0)
477
502
  puma (5.5.2)
478
503
  nio4r (~> 2.0)
479
504
  qpid_proton (0.33.0)
480
- rabl (0.14.3)
505
+ rabl (0.14.5)
481
506
  activesupport (>= 2.3.14)
482
- racc (1.5.2)
507
+ racc (1.6.0)
483
508
  rack (2.2.3)
484
509
  rack-cors (1.0.6)
485
510
  rack (>= 1.6.0)
@@ -492,20 +517,20 @@ GEM
492
517
  rack
493
518
  rack-test (1.1.0)
494
519
  rack (>= 1.0, < 3)
495
- rails (6.0.3.6)
496
- actioncable (= 6.0.3.6)
497
- actionmailbox (= 6.0.3.6)
498
- actionmailer (= 6.0.3.6)
499
- actionpack (= 6.0.3.6)
500
- actiontext (= 6.0.3.6)
501
- actionview (= 6.0.3.6)
502
- activejob (= 6.0.3.6)
503
- activemodel (= 6.0.3.6)
504
- activerecord (= 6.0.3.6)
505
- activestorage (= 6.0.3.6)
506
- activesupport (= 6.0.3.6)
520
+ rails (6.0.3.7)
521
+ actioncable (= 6.0.3.7)
522
+ actionmailbox (= 6.0.3.7)
523
+ actionmailer (= 6.0.3.7)
524
+ actionpack (= 6.0.3.7)
525
+ actiontext (= 6.0.3.7)
526
+ actionview (= 6.0.3.7)
527
+ activejob (= 6.0.3.7)
528
+ activemodel (= 6.0.3.7)
529
+ activerecord (= 6.0.3.7)
530
+ activestorage (= 6.0.3.7)
531
+ activesupport (= 6.0.3.7)
507
532
  bundler (>= 1.3.0)
508
- railties (= 6.0.3.6)
533
+ railties (= 6.0.3.7)
509
534
  sprockets-rails (>= 2.0.0)
510
535
  rails-controller-testing (1.0.5)
511
536
  actionpack (>= 5.0.1.rc1)
@@ -514,20 +539,20 @@ GEM
514
539
  rails-dom-testing (2.0.3)
515
540
  activesupport (>= 4.2.0)
516
541
  nokogiri (>= 1.6)
517
- rails-html-sanitizer (1.3.0)
542
+ rails-html-sanitizer (1.4.2)
518
543
  loofah (~> 2.3)
519
544
  rails-i18n (6.0.0)
520
545
  i18n (>= 0.7, < 2)
521
546
  railties (>= 6.0.0, < 7)
522
- railties (6.0.3.6)
523
- actionpack (= 6.0.3.6)
524
- activesupport (= 6.0.3.6)
547
+ railties (6.0.3.7)
548
+ actionpack (= 6.0.3.7)
549
+ activesupport (= 6.0.3.7)
525
550
  method_source
526
551
  rake (>= 0.8.7)
527
552
  thor (>= 0.20.3, < 2.0)
528
553
  rainbow (3.0.0)
529
- rake (13.0.3)
530
- rb-fsevent (0.10.4)
554
+ rake (13.0.6)
555
+ rb-fsevent (0.11.0)
531
556
  rb-inotify (0.10.1)
532
557
  ffi (~> 1.0)
533
558
  rbvmomi (2.4.1)
@@ -535,14 +560,14 @@ GEM
535
560
  json (>= 1.8)
536
561
  nokogiri (~> 1.5)
537
562
  optimist (~> 3.0)
538
- rdoc (6.3.0)
563
+ rdoc (6.3.3)
539
564
  record_tag_helper (1.0.1)
540
565
  actionview (>= 5)
541
566
  redis (4.1.4)
542
- regexp_parser (1.8.2)
543
- representable (3.0.4)
567
+ regexp_parser (2.2.0)
568
+ representable (3.1.1)
544
569
  declarative (< 0.1.0)
545
- declarative-option (< 0.2.0)
570
+ trailblazer-option (>= 0.1.1, < 0.2.0)
546
571
  uber (< 0.2.0)
547
572
  responders (3.0.1)
548
573
  actionpack (>= 5.0)
@@ -588,16 +613,16 @@ GEM
588
613
  rubocop (>= 0.87.0)
589
614
  rubocop-rspec (1.43.2)
590
615
  rubocop (~> 0.87)
591
- ruby-libvirt (0.7.1)
616
+ ruby-libvirt (0.8.0)
592
617
  ruby-openid (2.9.2)
593
618
  ruby-progressbar (1.11.0)
594
- ruby2_keywords (0.0.4)
619
+ ruby2_keywords (0.0.5)
595
620
  ruby2ruby (2.4.4)
596
621
  ruby_parser (~> 3.1)
597
622
  sexp_processor (~> 4.6)
598
- ruby_parser (3.15.1)
599
- sexp_processor (~> 4.9)
600
- rubyzip (2.3.0)
623
+ ruby_parser (3.18.1)
624
+ sexp_processor (~> 4.16)
625
+ rubyzip (2.3.2)
601
626
  runcible (2.13.1)
602
627
  activesupport (>= 3.0.10)
603
628
  i18n (>= 0.5.0)
@@ -623,15 +648,15 @@ GEM
623
648
  sprockets (> 3.0)
624
649
  sprockets-rails
625
650
  tilt
626
- scoped_search (4.1.9)
651
+ scoped_search (4.1.10)
627
652
  activerecord (>= 4.2.0)
628
653
  sd_notify (0.1.1)
629
- secure_headers (6.3.2)
654
+ secure_headers (6.3.3)
630
655
  selenium-webdriver (3.142.7)
631
656
  childprocess (>= 0.5, < 4.0)
632
657
  rubyzip (>= 1.2.2)
633
- sequel (5.41.0)
634
- sexp_processor (4.15.2)
658
+ sequel (5.51.0)
659
+ sexp_processor (4.16.0)
635
660
  shoulda-context (1.2.2)
636
661
  shoulda-matchers (4.3.0)
637
662
  activesupport (>= 4.2.0)
@@ -642,8 +667,8 @@ GEM
642
667
  rack (~> 2.0)
643
668
  rack-protection (>= 1.5.0)
644
669
  redis (>= 3.3.5, < 4.2)
645
- signet (0.14.1)
646
- addressable (~> 2.3)
670
+ signet (0.16.0)
671
+ addressable (~> 2.8)
647
672
  faraday (>= 0.17.3, < 2.0)
648
673
  jwt (>= 1.5, < 3.0)
649
674
  multi_json (~> 1.10)
@@ -663,13 +688,21 @@ GEM
663
688
  single_test (0.6.0)
664
689
  rake
665
690
  slop (3.6.0)
691
+ smart_proxy_dynflow (0.6.1)
692
+ dynflow (~> 1.6)
693
+ rest-client
694
+ sqlite3
695
+ smart_proxy_remote_execution_ssh (0.5.0)
696
+ mqtt
697
+ net-ssh (>= 4.2.0)
698
+ smart_proxy_dynflow (~> 0.5)
666
699
  spring (2.1.1)
667
700
  sprockets (4.0.2)
668
701
  concurrent-ruby (~> 1.0)
669
702
  rack (> 1, < 3)
670
- sprockets-rails (3.2.2)
671
- actionpack (>= 4.0)
672
- activesupport (>= 4.0)
703
+ sprockets-rails (3.4.1)
704
+ actionpack (>= 5.2)
705
+ activesupport (>= 5.2)
673
706
  sprockets (>= 3.0.0)
674
707
  sqlite3 (1.4.2)
675
708
  sshkey (1.9.0)
@@ -686,6 +719,7 @@ GEM
686
719
  thor (1.1.0)
687
720
  thread_safe (0.3.6)
688
721
  tilt (2.0.10)
722
+ trailblazer-option (0.1.2)
689
723
  tzinfo (1.2.9)
690
724
  thread_safe (~> 0.1)
691
725
  uber (0.1.0)
@@ -693,28 +727,30 @@ GEM
693
727
  execjs (>= 0.3.0, < 3)
694
728
  unf (0.1.4)
695
729
  unf_ext
696
- unf_ext (0.0.7.7)
730
+ unf_ext (0.0.8)
697
731
  unicode-display_width (1.8.0)
698
- uniform_notifier (1.13.2)
732
+ uniform_notifier (1.14.2)
699
733
  validates_lengths_from_database (0.8.0)
700
734
  activerecord (>= 4)
701
735
  vcr (3.0.3)
702
- webmock (3.11.2)
703
- addressable (>= 2.3.6)
736
+ webmock (3.14.0)
737
+ addressable (>= 2.8.0)
704
738
  crack (>= 0.3.2)
705
739
  hashdiff (>= 0.4.0, < 2.0.0)
706
740
  webpack-rails (0.9.11)
707
741
  railties (>= 3.2.0)
708
- websocket-driver (0.7.3)
742
+ webrick (1.7.0)
743
+ websocket-driver (0.7.5)
709
744
  websocket-extensions (>= 0.1.0)
710
745
  websocket-extensions (0.1.5)
711
- will_paginate (3.3.0)
746
+ will_paginate (3.3.1)
712
747
  wirb (2.2.2)
713
748
  paint (>= 0.9, < 3.0)
714
749
  xpath (3.2.0)
715
750
  nokogiri (~> 1.8)
716
- yard (0.9.26)
717
- zeitwerk (2.4.2)
751
+ yard (0.9.27)
752
+ webrick (~> 1.7.0)
753
+ zeitwerk (2.5.1)
718
754
 
719
755
  PLATFORMS
720
756
  ruby
@@ -733,7 +769,7 @@ DEPENDENCIES
733
769
  bootsnap
734
770
  bullet (>= 6.1.0)
735
771
  byebug
736
- capybara (~> 3.0, < 3.32.1)
772
+ capybara (~> 3.33)
737
773
  ci_reporter_minitest
738
774
  coffee-rails (~> 5.0.0)
739
775
  daemons
@@ -748,14 +784,14 @@ DEPENDENCIES
748
784
  fog-aws (>= 3.6.2, < 4)
749
785
  fog-core (= 2.1.0)
750
786
  fog-google (~> 1.11.0)
751
- fog-libvirt (>= 0.8.0)
787
+ fog-libvirt (>= 0.9.0)
752
788
  fog-openstack (>= 1.0.8, < 2.0.0)
753
789
  fog-ovirt (>= 2.0.1, < 3)
754
790
  fog-vsphere (>= 3.5.0, < 4.0)
755
791
  foreman
756
792
  foreman-tasks!
757
793
  foreman_ansible_core
758
- foreman_remote_execution (~> 4.5.6)
794
+ foreman_remote_execution (~> 4.8.0)
759
795
  foreman_rh_cloud!
760
796
  friendly_id (>= 5.3.0, < 5.4)
761
797
  get_process_mem