Skip to content

Commit 2b73c09

Browse files
committed
Update Ruby version
1 parent eea3c82 commit 2b73c09

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Ruby
3030
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
3131
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
3333
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3434
cache-version: 0 # Increment this number if you need to re-download cached gems
3535

.github/workflows/jam-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Setup Ruby
146146
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
147147
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
149149
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
150150
cache-version: 0 # Increment this number if you need to re-download cached gems
151151

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.1.6
1+
FROM ruby:3.2.5
22
RUN mkdir /srv/jekyll
33
WORKDIR /srv/jekyll
44
ADD Gemfile /srv/jekyll/Gemfile

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ GEM
3434
logger
3535
faraday-net_http (3.1.0)
3636
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)
3938
filesize (0.2.0)
4039
forwardable-extended (2.6.0)
4140
gemoji (4.1.0)
@@ -120,7 +119,7 @@ GEM
120119
pathutil (0.16.2)
121120
forwardable-extended (~> 2.6)
122121
progressbar (1.13.0)
123-
public_suffix (6.0.0)
122+
public_suffix (6.0.1)
124123
racc (1.8.0)
125124
rb-fsevent (0.11.2)
126125
rb-inotify (0.11.1)

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
jekyll:
33
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
55
ports:
66
- 4000:4000
77
- 35729:35729

0 commit comments

Comments
 (0)