File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 74
74
uri (>= 0.13.1 )
75
75
addressable (2.8.7 )
76
76
public_suffix (>= 2.0.2 , < 7.0 )
77
- ast (2.4.2 )
77
+ ast (2.4.3 )
78
78
authentication-zero (4.0.3 )
79
79
awesome_print (1.9.2 )
80
80
aws-eventstream (1.3.2 )
81
- aws-partitions (1.1067 .0 )
82
- aws-sdk-core (3.220.1 )
81
+ aws-partitions (1.1072 .0 )
82
+ aws-sdk-core (3.220.2 )
83
83
aws-eventstream (~> 1 , >= 1.3.0 )
84
84
aws-partitions (~> 1 , >= 1.992.0 )
85
85
aws-sigv4 (~> 1.9 )
@@ -178,10 +178,10 @@ GEM
178
178
net-smtp (0.5.1 )
179
179
net-protocol
180
180
nio4r (2.7.4 )
181
- nokogiri (1.18.4 -x86_64-linux-gnu )
181
+ nokogiri (1.18.5 -x86_64-linux-gnu )
182
182
racc (~> 1.4 )
183
183
parallel (1.26.3 )
184
- parser (3.3.7.1 )
184
+ parser (3.3.7.2 )
185
185
ast (~> 2.4.1 )
186
186
racc
187
187
pg (1.5.9 )
267
267
rubocop-ast (>= 1.38.0 , < 2.0 )
268
268
ruby-progressbar (~> 1.7 )
269
269
unicode-display_width (>= 2.4.0 , < 4.0 )
270
- rubocop-ast (1.39 .0 )
271
- parser (>= 3.3.1.0 )
270
+ rubocop-ast (1.41 .0 )
271
+ parser (>= 3.3.7.2 )
272
272
rubocop-capybara (2.22.1 )
273
273
lint_roller (~> 1.1 )
274
274
rubocop (~> 1.72 , >= 1.72.1 )
296
296
rufus-scheduler (3.9.2 )
297
297
fugit (~> 1.1 , >= 1.11.1 )
298
298
securerandom (0.4.1 )
299
- selenium-webdriver (4.29.1 )
299
+ selenium-webdriver (4.30.0 )
300
300
base64 (~> 0.2 )
301
301
logger (~> 1.4 )
302
302
rexml (~> 3.2 , >= 3.2.5 )
Original file line number Diff line number Diff line change 12
12
<% unfinished_distros = task . unfinished_distros %>
13
13
14
14
<% if failed_artefacts . any? %>
15
- < span > error build for </ span >
15
+ < span > build for </ span >
16
16
<% failed_artefacts . each_with_index do |a , index | %>
17
17
< a class ="link-secondary " href ="#artefacts- <%= dom_friendly ( a . distro ) %> "> <%= a . distro_object . name %> </ a >
18
18
<% end %>
Original file line number Diff line number Diff line change 29
29
< i class ="bi bi-exclamation-triangle-fill text-danger "> </ i >
30
30
<% end %>
31
31
<%= d . name %>
32
- |
32
+ < br />
33
33
<% end %>
34
34
</ div >
35
35
You can’t perform that action at this time.
0 commit comments