Skip to content

Commit ba76736

Browse files
committed
use Ruby 2.6, which newest nokogiri needs
1 parent 87d14bf commit ba76736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: '2.5.8'
15+
ruby-version: '2.6.9'
1616
bundler-cache: true
1717
- name: Build documents
1818
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5
1+
FROM ruby:2.6
22

33
RUN gem install bundler jekyll
44

0 commit comments

Comments
 (0)