Skip to content

Commit

Permalink
Bugfixes from mitvis@726976b
Browse files Browse the repository at this point in the history
  • Loading branch information
Naqu6 committed Jan 27, 2025
1 parent 56292f0 commit 10a82fd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
# ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.6
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

gem "nokogiri", "~> 1.12"
gem "nokogiri", "~> 1.15"
gem "webrick"
gem "htmlbeautifier"
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ GEM
webrick (1.8.1)

PLATFORMS
arm64-darwin
arm64-darwin-21
arm64-darwin-23
arm64-darwin-24
Expand All @@ -120,7 +121,7 @@ DEPENDENCIES
jekyll-scholar
jekyll-seo-tag
jekyll-sitemap
nokogiri (~> 1.12)
nokogiri (~> 1.15)
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
Expand Down

0 comments on commit 10a82fd

Please sign in to comment.