Skip to content

Commit 10a82fd

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

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
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.15"
3737
gem "webrick"
3838
gem "htmlbeautifier"

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.15)
124125
tzinfo (~> 1.2)
125126
tzinfo-data
126127
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)