Skip to content

Commit 21015eb

Browse files
committed
Match travis and Gemfile ruby version.
1 parent d391de1 commit 21015eb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ language: ruby
22
cache: bundler
33
sudo: false
44
rvm:
5-
- 2.5.1
5+
- 2.6.1
66
before_script: bundle install
77
script: "bundle exec jekyll build"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ GEM
3939
jekyll (~> 3.8.5)
4040
rake (~> 12.3.1)
4141
kramdown (1.17.0)
42-
liquid (4.0.1)
42+
liquid (4.0.2)
4343
listen (3.1.5)
4444
rb-fsevent (~> 0.9, >= 0.9.4)
4545
rb-inotify (~> 0.9, >= 0.9.7)
@@ -76,7 +76,7 @@ DEPENDENCIES
7676
tzinfo-data
7777

7878
RUBY VERSION
79-
ruby 2.5.1p57
79+
ruby 2.6.1p33
8080

8181
BUNDLED WITH
8282
2.0.1

0 commit comments

Comments
 (0)