File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 29
29
- name : Set up Ruby 2.7
30
30
31
31
with :
32
- ruby-version : ' 2.7 '
32
+ ruby-version : ' 3.1 '
33
33
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
34
34
35
35
Original file line number Diff line number Diff line change @@ -44,4 +44,7 @@ gem 'jekyll-font-awesome-sass'
44
44
gem "hash-joiner"
45
45
gem "open-uri-cached"
46
46
gem "httparty"
47
- gem 'jekyll-redirect-from'
47
+ gem 'jekyll-redirect-from'
48
+
49
+ # Fix for Ruby 3.0+ compatibility
50
+ gem "rexml"
Original file line number Diff line number Diff line change 80
80
rb-fsevent (0.11.1 )
81
81
rb-inotify (0.10.1 )
82
82
ffi (~> 1.0 )
83
+ rexml (3.4.2 )
83
84
rouge (3.29.0 )
84
85
safe_yaml (1.0.5 )
85
86
sass (3.7.4 )
@@ -114,6 +115,7 @@ DEPENDENCIES
114
115
jekyll-timeago
115
116
minima (~> 2.0 )
116
117
open-uri-cached
118
+ rexml
117
119
tzinfo (~> 1.2 )
118
120
tzinfo-data
119
121
wdm (~> 0.1.0 )
You can’t perform that action at this time.
0 commit comments