Skip to content

Commit 4b977e4

Browse files
authored
Merge branch 'main' into patch-1
2 parents 2c5a732 + df51ed5 commit 4b977e4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Git repository
1414
uses: actions/checkout@v4.2.2
1515
- name: Set up Ruby
16-
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1
16+
uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 # v1
1717
with:
1818
bundler-cache: true
1919
- name: Set up Node

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -260,32 +260,32 @@ GEM
260260
logger (1.6.1)
261261
mercenary (0.3.6)
262262
metrics (0.12.1)
263-
mini_portile2 (2.8.8)
263+
mini_portile2 (2.8.9)
264264
minima (2.5.1)
265265
jekyll (>= 3.5, < 5.0)
266266
jekyll-feed (~> 0.9)
267267
jekyll-seo-tag (~> 2.1)
268268
minitest (5.25.1)
269269
net-http (0.4.1)
270270
uri
271-
nokogiri (1.18.8)
271+
nokogiri (1.18.9)
272272
mini_portile2 (~> 2.8.2)
273273
racc (~> 1.4)
274-
nokogiri (1.18.8-aarch64-linux-gnu)
274+
nokogiri (1.18.9-aarch64-linux-gnu)
275275
racc (~> 1.4)
276-
nokogiri (1.18.8-aarch64-linux-musl)
276+
nokogiri (1.18.9-aarch64-linux-musl)
277277
racc (~> 1.4)
278-
nokogiri (1.18.8-arm-linux-gnu)
278+
nokogiri (1.18.9-arm-linux-gnu)
279279
racc (~> 1.4)
280-
nokogiri (1.18.8-arm-linux-musl)
280+
nokogiri (1.18.9-arm-linux-musl)
281281
racc (~> 1.4)
282-
nokogiri (1.18.8-arm64-darwin)
282+
nokogiri (1.18.9-arm64-darwin)
283283
racc (~> 1.4)
284-
nokogiri (1.18.8-x86_64-darwin)
284+
nokogiri (1.18.9-x86_64-darwin)
285285
racc (~> 1.4)
286-
nokogiri (1.18.8-x86_64-linux-gnu)
286+
nokogiri (1.18.9-x86_64-linux-gnu)
287287
racc (~> 1.4)
288-
nokogiri (1.18.8-x86_64-linux-musl)
288+
nokogiri (1.18.9-x86_64-linux-musl)
289289
racc (~> 1.4)
290290
octokit (4.25.1)
291291
faraday (>= 1, < 3)

0 commit comments

Comments
 (0)