File tree Expand file tree Collapse file tree
collections/hacking-minecraft Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v6.0.1
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
Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v6.0.1
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
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v6.0.1
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gem "json", "2.18.0"
77gem "language_server-protocol" , "3.17.0.5"
88gem "nokogiri" , "~> 1.18.10"
99gem "rake" , "13.3.1"
10- gem "rubocop" , "1.81.7 "
10+ gem "rubocop" , "1.82.0 "
1111
1212group :test do
1313 gem "fastimage"
Original file line number Diff line number Diff line change 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 )
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 )
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
Original file line number Diff line number Diff line change 2424 - Zerite/CraftLib
2525 - PaperMC/Paper
2626 - CaffeineMC/sodium
27- - FabricMC/fabric
27+ - FabricMC/fabric-api
2828 - lambda-client/lambda/
2929 - nerdsinspace/nocom-explanation
3030display_name : Hacking Minecraft
You can’t perform that action at this time.
0 commit comments