Fix: remove rbenv specific version
If you are using rbenv and you try to `bundle install`: ``` % bundle install rbenv: version `2.5.1' is not installed (set by /var/home/michele/personal-website/.ruby-version) ``` With this PR we do not restrict users to have that particular version of Ruby installed via rbenv. Tested and works with: ``` % rbenv versions system * 2.6.3 ```
This commit is contained in:
parent
4ae8111742
commit
ab91aa2791
1 changed files with 0 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
2.5.1
|
Loading…
Reference in a new issue