未验证 提交 12c77c64 编写于 作者: T Trevor Brown 提交者: GitHub

Merge pull request #91 from excid3/master

Fix deprecated legacy version file parsing
#!/usr/bin/env bash
get_legacy_version() {
current_directory=$1
ruby_version_file="$current_directory/.ruby-version"
ruby_version_file=$1
# Get version from .ruby-version file (filters out 'ruby-' prefix if it exists).
# The .ruby-version is used by rbenv and now rvm.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册