We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfcf1a commit 8082551Copy full SHA for 8082551
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Set up Ruby
9
uses: ruby/setup-ruby@v1
10
with:
11
- ruby-version: 3.1.6
+ ruby-version: 3.2.6
12
bundler-cache: true
13
- name: Set up coursier
14
uses: coursier/setup-action@v1.3.5
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM ruby:3.1.6
+FROM ruby:3.2.6
2
3
-RUN gem install bundler:2.4.21
+RUN gem install bundler:2.6.5
4
5
WORKDIR /srv/jekyll
6
0 commit comments