Skip to content

Commit

Permalink
chore: check in .tool-version
Browse files Browse the repository at this point in the history
On my machine Vagrant needs the ruby gems installed via my package manager.

However, my editor needs `ruby-lsp` for `.rb` files. I have to install this
binary. I prefer to use [asdf-vm](https://github.com/asdf-vm/asdf) and keep my
shell config files clean of `PATH` overrides.

I think, specifying the ruby version to `system` is a good solution for Vagrant
here.
  • Loading branch information
roschaefer committed Jun 30, 2024
1 parent f07d575 commit 385e4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/local-testing/.tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby system

0 comments on commit 385e4cb

Please sign in to comment.