We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121d831 commit 73d5391Copy full SHA for 73d5391
.github/workflows/test.yml
@@ -7,6 +7,6 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
11
- name: Build site
12
run: 'make build'
Dockerfile
@@ -1,6 +1,6 @@
1
## Dockerfile
2
3
-FROM ruby:2.7
+FROM ruby:3.3
4
5
COPY Gemfile /
6
Gemfile.lock
@@ -233,8 +233,8 @@ GEM
233
rb-fsevent (0.11.0)
234
rb-inotify (0.10.1)
235
ffi (~> 1.0)
236
- rexml (3.2.8)
237
- strscan (>= 3.0.9)
+ rexml (3.3.3)
+ strscan
238
rouge (3.26.0)
239
ruby-enum (0.9.0)
240
i18n
0 commit comments