Skip to content

Commit

Permalink
recommend fuzzy version of Ruby [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Oct 29, 2023
1 parent 80d4abe commit 4877215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The benefit of the clone workflow is that the generator will automatically popul
> This command installs the [Asciidoctor Bespoke](https://github.com/asciidoctor/asciidoctor-bespoke) gem and its dependencies.
> The gems are installed to the local _.bundle/gems_ directory.
>
> If you use RVM to manage Ruby, switch to your preferred Ruby version using `rvm use` (e.g., `rvm use 3.2.0`) **before** running the next command.
> If you use RVM to manage Ruby, switch to your preferred Ruby version using `rvm use` (e.g., `rvm use 3.2`) **before** running the next command.
> You may also choose to declare your preferred Ruby version in the file named _.ruby-version_ at the root of the project.
>
> If you use a different Ruby selector, make sure your Ruby environment is prepared to run `bundle`.
Expand Down
2 changes: 1 addition & 1 deletion app/templates/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ First, ensure you have the following installed:
<% if (useAsciiDoc) { -%>
. {uri-ruby}[Ruby >= 2] footnote:[We strongly recommend using {uri-rvm}[RVM] to manage Ruby.]

$ rvm use 3.2.0 --install # optional
$ rvm use 3.2 --install # optional
<% } -%>

Next, install dependencies (if you ran the generator with the `--skip-install` switch):
Expand Down

0 comments on commit 4877215

Please sign in to comment.