Skip to content

Commit fc7db5c

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

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ 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"
39+
gem "logger"

Gemfile.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,21 @@ GEM
6969
listen (3.9.0)
7070
rb-fsevent (~> 0.10, >= 0.10.3)
7171
rb-inotify (~> 0.9, >= 0.9.10)
72+
logger (1.6.5)
7273
mercenary (0.4.0)
7374
namae (1.1.1)
74-
nokogiri (1.15.1-arm64-darwin)
75+
nokogiri (1.18.2-arm64-darwin)
7576
racc (~> 1.4)
76-
nokogiri (1.15.1-x64-mingw-ucrt)
77+
nokogiri (1.18.2-x64-mingw-ucrt)
7778
racc (~> 1.4)
78-
nokogiri (1.15.1-x86_64-darwin)
79+
nokogiri (1.18.2-x86_64-darwin)
7980
racc (~> 1.4)
80-
nokogiri (1.15.1-x86_64-linux)
81+
nokogiri (1.18.2-x86_64-linux-gnu)
8182
racc (~> 1.4)
8283
pathutil (0.16.2)
8384
forwardable-extended (~> 2.6)
8485
public_suffix (6.0.1)
85-
racc (1.6.2)
86+
racc (1.8.1)
8687
rb-fsevent (0.11.2)
8788
rb-inotify (0.11.1)
8889
ffi (~> 1.0)
@@ -103,6 +104,7 @@ GEM
103104
webrick (1.8.1)
104105

105106
PLATFORMS
107+
arm64-darwin
106108
arm64-darwin-21
107109
arm64-darwin-23
108110
arm64-darwin-24
@@ -120,7 +122,8 @@ DEPENDENCIES
120122
jekyll-scholar
121123
jekyll-seo-tag
122124
jekyll-sitemap
123-
nokogiri (~> 1.12)
125+
logger
126+
nokogiri (~> 1.16)
124127
tzinfo (~> 1.2)
125128
tzinfo-data
126129
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)