Skip to content

Commit 73d5391

Browse files
committed
Update ruby version
1 parent 121d831 commit 73d5391

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v1
10+
- uses: actions/checkout@v4
1111
- name: Build site
1212
run: 'make build'

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Dockerfile
22

3-
FROM ruby:2.7
3+
FROM ruby:3.3
44

55
COPY Gemfile /
66

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ GEM
233233
rb-fsevent (0.11.0)
234234
rb-inotify (0.10.1)
235235
ffi (~> 1.0)
236-
rexml (3.2.8)
237-
strscan (>= 3.0.9)
236+
rexml (3.3.3)
237+
strscan
238238
rouge (3.26.0)
239239
ruby-enum (0.9.0)
240240
i18n

0 commit comments

Comments
 (0)