Skip to content

Commit 824f211

Browse files
committed
use ruby 2.2.5
1 parent c445242 commit 824f211

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eyecatch.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
port 4000
33

44
before_build {
5-
run 'rbenv versions'
6-
run 'rbenv install --list'
5+
run 'rbenv local 2.2.5'
76
run 'bundle install --path vendor --binstubs'
87
}

0 commit comments

Comments
 (0)