Skip to content

Commit 6103682

Browse files
committed
Use ruby 2.5.1
1 parent 0896afa commit 6103682

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.3
1+
2.5.1

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services: docker
22

33
language: ruby
44
rvm:
5-
- 2.3.3
5+
- 2.5.1
66
cache: bundler
77

88
.disable_global: &disable_global

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source "https://rubygems.org"
2+
ruby "2.5.1"
23

34
gem "jekyll"
45
gem "jekyll-netlify"

netlify.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
publish = "_site"
3+
command = "gem install bundler && .ci/build.sh"

0 commit comments

Comments
 (0)