We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d391de1 commit 21015ebCopy full SHA for 21015eb
2 files changed
.travis.yml
@@ -2,6 +2,6 @@ language: ruby
2
cache: bundler
3
sudo: false
4
rvm:
5
-- 2.5.1
+- 2.6.1
6
before_script: bundle install
7
script: "bundle exec jekyll build"
Gemfile.lock
@@ -39,7 +39,7 @@ GEM
39
jekyll (~> 3.8.5)
40
rake (~> 12.3.1)
41
kramdown (1.17.0)
42
- liquid (4.0.1)
+ liquid (4.0.2)
43
listen (3.1.5)
44
rb-fsevent (~> 0.9, >= 0.9.4)
45
rb-inotify (~> 0.9, >= 0.9.7)
@@ -76,7 +76,7 @@ DEPENDENCIES
76
tzinfo-data
77
78
RUBY VERSION
79
- ruby 2.5.1p57
+ ruby 2.6.1p33
80
81
BUNDLED WITH
82
2.0.1
0 commit comments