Skip to content

Conversation

@jgraichen
Copy link
Contributor

.rvmrc is deprecated and insecure since it runs shell code on the user's machine. RVM warns about it usage, and already uses the present .ruby-version:

You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers, you can switch to '.ruby-version' using 'rvm rvmrc to ruby-version' or ignore this warning with 'rvm rvmrc warning ignore /.rvmrc', '.rvmrc' will continue to be the default project file in RVM 1 and RVM 2, to ignore the warning for all files run 'rvm rvmrc warning ignore all.rvmrcs'.

.travis.yml doesn't appear to be used anymore and has been replaced with GitHub Actions in .github/workflows.

.rvmrc is deprecated and insecure since it runs shell code on the users
machine. RVM warns about it usage, and already uses the present
.ruby-version:

    You are using '.rvmrc', it requires trusting, it is slower and it
    is not compatible with other ruby managers, you can switch to
    '.ruby-version' using 'rvm rvmrc to ruby-version' or ignore this
    warning with 'rvm rvmrc warning ignore <path>/.rvmrc', '.rvmrc'
    will continue to be the default project file in RVM 1 and RVM 2, to
    ignore the warning for all files run 'rvm rvmrc warning ignore
    all.rvmrcs'.

.travis.yml doesn't appear to be used anymore and has been replaced with
GitHub Actions in .github/workflows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant