Skip to content

Commit 8082551

Browse files
committed
bring Ruby and bundler versions in line with main site
1 parent 6bfcf1a commit 8082551

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Ruby
99
uses: ruby/setup-ruby@v1
1010
with:
11-
ruby-version: 3.1.6
11+
ruby-version: 3.2.6
1212
bundler-cache: true
1313
- name: Set up coursier
1414
uses: coursier/setup-action@v1.3.5

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ruby:3.1.6
1+
FROM ruby:3.2.6
22

3-
RUN gem install bundler:2.4.21
3+
RUN gem install bundler:2.6.5
44

55
WORKDIR /srv/jekyll
66

0 commit comments

Comments
 (0)