Skip to content

Commit

Permalink
Update ruby.md (#973)
Browse files Browse the repository at this point in the history
Replace RVM with rbenv.
  • Loading branch information
christi-kinsta authored Sep 20, 2023
1 parent 6c8f6d0 commit 1fe1e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/providers/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Ruby is detected if a `Gemfile` file is found.

## Setup

The Ruby version is installed using [RVM](https://rvm.io/). You can specify the version in a `.ruby-version` file or the versions found in the `Gemfile` is installed.
The Ruby version is installed using [rbenv]([https://rvm.io/](https://github.com/rbenv/rbenv)). You can specify the version in a `.ruby-version` file or the versions found in the `Gemfile` is installed.

## Install

Expand Down

0 comments on commit 1fe1e41

Please sign in to comment.