Skip to content

Commit 7724a2d

Browse files
Merge branch 'main' into main
2 parents 7de3bb2 + bc9b677 commit 7724a2d

15 files changed

Lines changed: 39 additions & 21 deletions

File tree

.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@v7.0.0
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
22+
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.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/checkout@v7.0.0
2525

2626
- name: 💎 setup ruby
27-
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
27+
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
2828
with:
2929
bundler-cache: true
3030
cache-version: 0

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v7.0.0
1717

1818
- name: Setup Ruby
19-
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
19+
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
2020
with:
2121
bundler-cache: false
2222

@@ -38,7 +38,7 @@ jobs:
3838
ref: ${{ github.event.pull_request.head.ref || github.ref }}
3939

4040
- name: Setup Ruby
41-
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
41+
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
4242
with:
4343
bundler-cache: true
4444

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write # for actions/stale to close stale PRs
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/stale@v10.3.0
17+
- uses: actions/stale@v10.4.0
1818
with:
1919
stale-pr-message: >
2020
This pull request has been automatically marked as stale because it has not

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ jobs:
5454

5555
- name: Setup Ruby
5656
if: ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }}
57-
uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
57+
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0
5858
with:
5959
bundler-cache: true
6060

6161
- name: Restore API cache
6262
if: |
6363
(matrix.test_type == 'collections' && steps.collections.outputs.changed) ||
6464
(matrix.test_type == 'all' && steps.all.outputs.changed)
65-
uses: actions/cache@v5
65+
uses: actions/cache@v6
6666
with:
6767
path: .api-cache.json
6868
key: api-cache-${{ matrix.test_type }}-${{ github.run_id }}

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ source "https://rubygems.org"
33
gem "faraday", "2.14.3"
44
gem "faraday-retry", "2.4.0"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
6-
gem "json", "2.19.9"
7-
gem "language_server-protocol", "3.17.0.5"
6+
gem "json", "2.21.1"
7+
gem "language_server-protocol", "3.17.0.6"
88
gem "nokogiri", "~> 1.19.4"
99
gem "rake", "13.4.2"
10-
gem "rubocop", "1.88.0"
10+
gem "rubocop", "1.88.2"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,12 @@ GEM
236236
gemoji (>= 3, < 5)
237237
html-pipeline (~> 2.2)
238238
jekyll (>= 3.0, < 5.0)
239-
json (2.19.9)
239+
json (2.21.1)
240240
kramdown (2.4.0)
241241
rexml
242242
kramdown-parser-gfm (1.1.0)
243243
kramdown (~> 2.0)
244-
language_server-protocol (3.17.0.5)
244+
language_server-protocol (3.17.0.6)
245245
lint_roller (1.1.0)
246246
liquid (4.0.4)
247247
listen (3.9.0)
@@ -308,7 +308,7 @@ GEM
308308
io-console (~> 0.5)
309309
rexml (3.4.2)
310310
rouge (3.30.0)
311-
rubocop (1.88.0)
311+
rubocop (1.88.2)
312312
json (~> 2.3)
313313
language_server-protocol (~> 3.17.0.2)
314314
lint_roller (~> 1.1.0)
@@ -319,7 +319,7 @@ GEM
319319
rubocop-ast (>= 1.49.0, < 2.0)
320320
ruby-progressbar (~> 1.7)
321321
unicode-display_width (>= 2.4.0, < 4.0)
322-
rubocop-ast (1.49.1)
322+
rubocop-ast (1.50.0)
323323
parser (>= 3.3.7.2)
324324
prism (~> 1.7)
325325
rubocop-performance (1.26.1)
@@ -372,14 +372,14 @@ DEPENDENCIES
372372
fastimage
373373
github-pages (~> 232)
374374
httparty
375-
json (= 2.19.9)
376-
language_server-protocol (= 3.17.0.5)
375+
json (= 2.21.1)
376+
language_server-protocol (= 3.17.0.6)
377377
minitest
378378
nokogiri (~> 1.19.4)
379379
octokit
380380
pry
381381
rake (= 13.4.2)
382-
rubocop (= 1.88.0)
382+
rubocop (= 1.88.2)
383383
rubocop-performance
384384
safe_yaml
385385
webrick

collections/game-engines/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ items:
6363
- Facepunch/sbox-public
6464
- DaemonEngine/Daemon
6565
- DarkPlacesEngine/DarkPlaces
66+
- bXi/luminoveau
6667
display_name: Game Engines
6768
created_by: leereilly
6869
---
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
items:
3+
- homayounmmdy/rtl-text-tools
4+
display_name: Made in Afghanistan
5+
created_by: homayounmmdy
6+
image: made-in-afghanistan.png
7+
---
8+
9+
Afghan developer's list of open source projects :afghanistan:
4.35 KB
Loading

0 commit comments

Comments
 (0)