We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3925a64 commit 582e6c0Copy full SHA for 582e6c0
.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: 2.5.8
+ ruby-version: 2.6.9
12
bundler-cache: true
13
- name: Set up coursier
14
uses: coursier/setup-action@v1.2.0-M2
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ruby:2.5
+FROM ruby:2.6
2
3
RUN gem install bundler jekyll
4
0 commit comments