Skip to content

Commit 85d19d8

Browse files
committed
Use ruby3 for build
1 parent bc0c4bd commit 85d19d8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/build-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Ruby 2.7
3030
uses: ruby/[email protected]
3131
with:
32-
ruby-version: '2.7'
32+
ruby-version: '3.1'
3333
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3434

3535
- uses: actions/[email protected]

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ gem 'jekyll-font-awesome-sass'
4444
gem "hash-joiner"
4545
gem "open-uri-cached"
4646
gem "httparty"
47-
gem 'jekyll-redirect-from'
47+
gem 'jekyll-redirect-from'
48+
49+
# Fix for Ruby 3.0+ compatibility
50+
gem "rexml"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ GEM
8080
rb-fsevent (0.11.1)
8181
rb-inotify (0.10.1)
8282
ffi (~> 1.0)
83+
rexml (3.4.2)
8384
rouge (3.29.0)
8485
safe_yaml (1.0.5)
8586
sass (3.7.4)
@@ -114,6 +115,7 @@ DEPENDENCIES
114115
jekyll-timeago
115116
minima (~> 2.0)
116117
open-uri-cached
118+
rexml
117119
tzinfo (~> 1.2)
118120
tzinfo-data
119121
wdm (~> 0.1.0)

0 commit comments

Comments
 (0)