File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v2
13
13
- uses : ruby/setup-ruby@v1
14
14
with :
15
- ruby-version : ' 2.5.8 '
15
+ ruby-version : ' 2.6.9 '
16
16
bundler-cache : true
17
17
- name : Build documents
18
18
run : |
Original file line number Diff line number Diff line change 1
- FROM ruby:2.5
1
+ FROM ruby:2.6
2
2
3
3
RUN gem install bundler jekyll
4
4
Original file line number Diff line number Diff line change 59
59
rb-fsevent (~> 0.10 , >= 0.10.3 )
60
60
rb-inotify (~> 0.9 , >= 0.9.10 )
61
61
mercenary (0.3.6 )
62
- mini_portile2 (2.6.1 )
62
+ mini_portile2 (2.8.0 )
63
63
minitest (5.14.1 )
64
- nokogiri (1.12.5 )
65
- mini_portile2 (~> 2.6.1 )
64
+ nokogiri (1.13.3 )
65
+ mini_portile2 (~> 2.8.0 )
66
66
racc (~> 1.4 )
67
67
parallel (1.12.1 )
68
68
pathutil (0.16.2 )
69
69
forwardable-extended (~> 2.6 )
70
70
public_suffix (4.0.6 )
71
- racc (1.5.2 )
71
+ racc (1.6.0 )
72
72
rake (12.3.3 )
73
73
rb-fsevent (0.10.4 )
74
74
rb-inotify (0.10.1 )
You can’t perform that action at this time.
0 commit comments