We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c772e6 commit 00213bdCopy full SHA for 00213bd
dist/index.js
@@ -36010,9 +36010,9 @@ function getRubyVersion(path) {
36010
let ruby = rubySection.ruby
36011
36012
if (typeof ruby === 'object') {
36013
- rubyVersion = ruby.version
+ var rubyVersion = ruby.version
36014
} else {
36015
- rubyVersion = ruby
+ var rubyVersion = ruby
36016
}
36017
36018
if (!rubyVersion) { return }
src/index.js
@@ -29,9 +29,9 @@ export function getRubyVersion(path) {
29
30
31
32
33
34
35
36
37
0 commit comments