Skip to content

Commit 27043b8

Browse files
authored
Merge branch 'main' into patch-1
2 parents 0b27a80 + 789f20e commit 27043b8

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.github/workflows/collections-renames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1
22+
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1
2323
with:
2424
bundler-cache: true
2525

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525

2626
- name: 💎 setup ruby
27-
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197.0
27+
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0
2828
with:
2929
bundler-cache: true
3030
cache-version: 0

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919

2020
- name: Setup Ruby
21-
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1
21+
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1
2222
with:
2323
bundler-cache: true
2424

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Setup Ruby
4545
if: ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }}
46-
uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1
46+
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1
4747
with:
4848
bundler-cache: true
4949

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ GEM
230230
gemoji (>= 3, < 5)
231231
html-pipeline (~> 2.2)
232232
jekyll (>= 3.0, < 5.0)
233-
json (2.7.2)
233+
json (2.7.5)
234234
kramdown (2.4.0)
235235
rexml
236236
kramdown-parser-gfm (1.1.0)
@@ -269,7 +269,7 @@ GEM
269269
faraday (>= 1, < 3)
270270
sawyer (~> 0.9)
271271
parallel (1.26.3)
272-
parser (3.3.5.0)
272+
parser (3.3.5.1)
273273
ast (~> 2.4.1)
274274
racc
275275
pathutil (0.16.2)
@@ -287,7 +287,7 @@ GEM
287287
regexp_parser (2.9.2)
288288
rexml (3.3.9)
289289
rouge (3.30.0)
290-
rubocop (1.67.0)
290+
rubocop (1.68.0)
291291
json (~> 2.3)
292292
language_server-protocol (>= 3.17.0)
293293
parallel (~> 1.10)
@@ -297,7 +297,7 @@ GEM
297297
rubocop-ast (>= 1.32.2, < 2.0)
298298
ruby-progressbar (~> 1.7)
299299
unicode-display_width (>= 2.4.0, < 3.0)
300-
rubocop-ast (1.32.3)
300+
rubocop-ast (1.33.1)
301301
parser (>= 3.3.1.0)
302302
rubocop-performance (1.22.1)
303303
rubocop (>= 1.48.1, < 2.0)
@@ -322,7 +322,7 @@ GEM
322322
concurrent-ruby (~> 1.0)
323323
unicode-display_width (2.6.0)
324324
uri (0.13.1)
325-
webrick (1.8.2)
325+
webrick (1.9.0)
326326

327327
PLATFORMS
328328
aarch64-linux-gnu

collections/fantasy-consoles/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ items:
1010
- le-doux/bitsy
1111
- morgan3d/quadplay
1212
- emmachase/Riko4
13+
- aduros/wasm4
1314
display_name: Fantasy Consoles
1415
created_by: leereilly
1516
---

0 commit comments

Comments
 (0)