We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95aa4f commit 3e2fc18Copy full SHA for 3e2fc18
eyecatch.rb
@@ -3,6 +3,6 @@
3
4
before_build {
5
run 'rbenv versions'
6
- run 'rbenv local 2.2.5'
+ run 'rbenv local ruby-2.2.5'
7
run 'bundle install --path vendor --binstubs'
8
}
0 commit comments