File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 29
29
- name : Setup Ruby
30
30
uses : ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
31
31
with :
32
- ruby-version : ' 3.1 ' # Not needed with a .ruby-version file
32
+ ruby-version : ' 3.2 ' # Not needed with a .ruby-version file
33
33
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
34
34
cache-version : 0 # Increment this number if you need to re-download cached gems
35
35
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145
145
- name : Setup Ruby
146
146
uses : ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
147
147
with :
148
- ruby-version : ' 3.1 ' # Not needed with a .ruby-version file
148
+ ruby-version : ' 3.2 ' # Not needed with a .ruby-version file
149
149
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
150
150
cache-version : 0 # Increment this number if you need to re-download cached gems
151
151
Original file line number Diff line number Diff line change 1
- FROM ruby:3.1.6
1
+ FROM ruby:3.2.5
2
2
RUN mkdir /srv/jekyll
3
3
WORKDIR /srv/jekyll
4
4
ADD Gemfile /srv/jekyll/Gemfile
Original file line number Diff line number Diff line change 34
34
logger
35
35
faraday-net_http (3.1.0 )
36
36
net-http
37
- ffi (1.17.0-x86_64-linux-gnu )
38
- ffi (1.17.0-x86_64-linux-musl )
37
+ ffi (1.17.0 )
39
38
filesize (0.2.0 )
40
39
forwardable-extended (2.6.0 )
41
40
gemoji (4.1.0 )
120
119
pathutil (0.16.2 )
121
120
forwardable-extended (~> 2.6 )
122
121
progressbar (1.13.0 )
123
- public_suffix (6.0.0 )
122
+ public_suffix (6.0.1 )
124
123
racc (1.8.0 )
125
124
rb-fsevent (0.11.2 )
126
125
rb-inotify (0.11.1 )
Original file line number Diff line number Diff line change 1
1
services :
2
2
jekyll :
3
3
build : .
4
- command : jekyll serve --watch --incremental --force_polling --verbose -- livereload --host 0.0.0.0
4
+ command : jekyll serve --watch --incremental --force_polling --livereload --host 0.0.0.0
5
5
ports :
6
6
- 4000:4000
7
7
- 35729:35729
You can’t perform that action at this time.
0 commit comments