Skip to content

Commit a95aa4f

Browse files
committed
fix
1 parent d614bab commit a95aa4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eyecatch.rb

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

44
before_build {
5-
run 'rbenv global 2.2.5'
5+
run 'rbenv versions'
6+
run 'rbenv local 2.2.5'
67
run 'bundle install --path vendor --binstubs'
78
}

0 commit comments

Comments
 (0)