File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ DEPENDENCIES
225
225
tzinfo-data
226
226
227
227
RUBY VERSION
228
- ruby 2.7.6p219
228
+ ruby 2.7.7p221
229
229
230
230
BUNDLED WITH
231
- 2.3.24
231
+ 2.3.26
Original file line number Diff line number Diff line change @@ -25,12 +25,14 @@ <h1 style="margin-left: auto;margin-right: auto;">Available Dev Container Featur
25
25
26
26
{% for c in site.data.devcontainer-index.collections %}
27
27
{% for f in c.features %}
28
- < tr >
29
- < td class ="tg-0lax "> < a rel ="nofollow " href ="{{ f.documentationURL | strip_html }} "> {{ f.name | strip_html }}</ a > </ td >
30
- < td class ="tg-0lax "> {{ c.sourceInformation.maintainer | strip_html }}</ td >
31
- < td class ="tg-0lax "> < code > {{ f.id | strip_html }}:{{ f.majorVersion | strip_html }}</ code > </ td >
32
- < td class ="tg-0lax "> < code > {{ f.version | strip_html }}</ code > </ td >
33
- </ tr >
28
+ {% if f.deprecated != true %}
29
+ < tr >
30
+ < td class ="tg-0lax "> < a rel ="nofollow " href ="{{ f.documentationURL | strip_html }} "> {{ f.name | strip_html }}</ a > </ td >
31
+ < td class ="tg-0lax "> {{ c.sourceInformation.maintainer | strip_html }}</ td >
32
+ < td class ="tg-0lax "> < code > {{ f.id | strip_html }}:{{ f.majorVersion | strip_html }}</ code > </ td >
33
+ < td class ="tg-0lax "> < code > {{ f.version | strip_html }}</ code > </ td >
34
+ </ tr >
35
+ {% endif %}
34
36
{% endfor %}
35
37
36
38
{% endfor %}
You can’t perform that action at this time.
0 commit comments