File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2626 - name : Setup Ruby
2727 uses : ruby/setup-ruby@v1
2828 with :
29- ruby-version : ' 3.1 '
30- bundler-cache : false
29+ ruby-version : ' 3.2 '
30+ bundler-cache : true
3131
3232 - name : Install dependencies
3333 run : bundle install
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
2+
3+ ruby ">= 3.2.0"
4+
25# Hello! This is where you manage which Jekyll version is used to run.
36# When you want to use a different version, change it below, save the
47# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
Original file line number Diff line number Diff line change @@ -174,5 +174,8 @@ DEPENDENCIES
174174 wdm (~> 0.1.1 )
175175 webrick (>= 1.8.2 )
176176
177+ RUBY VERSION
178+ ruby 3.4.5p51
179+
177180BUNDLED WITH
178181 2.7.1
You can’t perform that action at this time.
0 commit comments