Skip to content

Commit c7b03b0

Browse files
committed
Bugfixes from mitvis@726976b
1 parent 56292f0 commit c7b03b0

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
37+
uses: ruby/setup-ruby@v1
3838
with:
39-
ruby-version: '3.1' # Not needed with a .ruby-version file
39+
# ruby-version: '3.1' # Not needed with a .ruby-version file
4040
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4141
cache-version: 0 # Increment this number if you need to re-download cached gems
4242
- name: Setup Pages

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.6

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ end
3333
# Performance-booster for watching directories on Windows
3434
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3535

36-
gem "nokogiri", "~> 1.12"
36+
gem "nokogiri", "~> 1.16"
3737
gem "webrick"
3838
gem "htmlbeautifier"

Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,18 @@ GEM
7171
rb-inotify (~> 0.9, >= 0.9.10)
7272
mercenary (0.4.0)
7373
namae (1.1.1)
74-
nokogiri (1.15.1-arm64-darwin)
74+
nokogiri (1.18.2-arm64-darwin)
7575
racc (~> 1.4)
76-
nokogiri (1.15.1-x64-mingw-ucrt)
76+
nokogiri (1.18.2-x64-mingw-ucrt)
7777
racc (~> 1.4)
78-
nokogiri (1.15.1-x86_64-darwin)
78+
nokogiri (1.18.2-x86_64-darwin)
7979
racc (~> 1.4)
80-
nokogiri (1.15.1-x86_64-linux)
80+
nokogiri (1.18.2-x86_64-linux-gnu)
8181
racc (~> 1.4)
8282
pathutil (0.16.2)
8383
forwardable-extended (~> 2.6)
8484
public_suffix (6.0.1)
85-
racc (1.6.2)
85+
racc (1.8.1)
8686
rb-fsevent (0.11.2)
8787
rb-inotify (0.11.1)
8888
ffi (~> 1.0)
@@ -103,6 +103,7 @@ GEM
103103
webrick (1.8.1)
104104

105105
PLATFORMS
106+
arm64-darwin
106107
arm64-darwin-21
107108
arm64-darwin-23
108109
arm64-darwin-24
@@ -120,7 +121,7 @@ DEPENDENCIES
120121
jekyll-scholar
121122
jekyll-seo-tag
122123
jekyll-sitemap
123-
nokogiri (~> 1.12)
124+
nokogiri (~> 1.16)
124125
tzinfo (~> 1.2)
125126
tzinfo-data
126127
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)