Skip to content

Commit 1194711

Browse files
Merge branch 'main' into main
2 parents c4dc471 + bab739f commit 1194711

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
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/[email protected]
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0
22+
uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275.0
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/[email protected]
2525

2626
- name: 💎 setup ruby
27-
uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0
27+
uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275.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
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/[email protected]
1717

1818
- name: Setup Ruby
19-
uses: ruby/setup-ruby@v1.270.0
19+
uses: ruby/setup-ruby@v1.275.0
2020
with:
2121
bundler-cache: true
2222

.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@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # v1.270.0
46+
uses: ruby/setup-ruby@d354de180d0c9e813cfddfcbdc079945d4be589b # v1.275.0
4747
with:
4848
bundler-cache: true
4949

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "json", "2.18.0"
77
gem "language_server-protocol", "3.17.0.5"
88
gem "nokogiri", "~> 1.18.10"
99
gem "rake", "13.3.1"
10-
gem "rubocop", "1.81.7"
10+
gem "rubocop", "1.82.0"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ GEM
255255
jekyll (>= 3.5, < 5.0)
256256
jekyll-feed (~> 0.9)
257257
jekyll-seo-tag (~> 2.1)
258-
minitest (5.27.0)
258+
minitest (6.0.0)
259+
prism (~> 1.5)
259260
multi_xml (0.7.2)
260261
bigdecimal (~> 3.1)
261262
net-http (0.6.0)
@@ -288,7 +289,7 @@ GEM
288289
racc
289290
pathutil (0.16.2)
290291
forwardable-extended (~> 2.6)
291-
prism (1.6.0)
292+
prism (1.7.0)
292293
pry (0.15.2)
293294
coderay (~> 1.1)
294295
method_source (~> 1.0)
@@ -302,18 +303,18 @@ GEM
302303
regexp_parser (2.11.3)
303304
rexml (3.4.2)
304305
rouge (3.30.0)
305-
rubocop (1.81.7)
306+
rubocop (1.82.0)
306307
json (~> 2.3)
307308
language_server-protocol (~> 3.17.0.2)
308309
lint_roller (~> 1.1.0)
309310
parallel (~> 1.10)
310311
parser (>= 3.3.0.2)
311312
rainbow (>= 2.2.2, < 4.0)
312313
regexp_parser (>= 2.9.3, < 3.0)
313-
rubocop-ast (>= 1.47.1, < 2.0)
314+
rubocop-ast (>= 1.48.0, < 2.0)
314315
ruby-progressbar (~> 1.7)
315316
unicode-display_width (>= 2.4.0, < 4.0)
316-
rubocop-ast (1.47.1)
317+
rubocop-ast (1.48.0)
317318
parser (>= 3.3.7.2)
318319
prism (~> 1.4)
319320
rubocop-performance (1.26.1)
@@ -340,7 +341,7 @@ GEM
340341
concurrent-ruby (~> 1.0)
341342
unicode-display_width (3.2.0)
342343
unicode-emoji (~> 4.1)
343-
unicode-emoji (4.1.0)
344+
unicode-emoji (4.2.0)
344345
uri (1.0.3)
345346
webrick (1.9.2)
346347

@@ -373,7 +374,7 @@ DEPENDENCIES
373374
octokit
374375
pry
375376
rake (= 13.3.1)
376-
rubocop (= 1.81.7)
377+
rubocop (= 1.82.0)
377378
rubocop-performance
378379
safe_yaml
379380
webrick

collections/hacking-minecraft/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ items:
2424
- Zerite/CraftLib
2525
- PaperMC/Paper
2626
- CaffeineMC/sodium
27-
- FabricMC/fabric
27+
- FabricMC/fabric-api
2828
- lambda-client/lambda/
2929
- nerdsinspace/nocom-explanation
3030
display_name: Hacking Minecraft

0 commit comments

Comments
 (0)