Bump Ruby version install to 2.6.1.

This commit is contained in:
staticsafe 2019-07-21 21:00:33 -04:00
parent 494e60bfd2
commit 8a13e93dd4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
become: true
become_user: mastodon
- name: Install Ruby and set it as the user's default
shell: rbenv install 2.6.0 || rbenv global 2.6.0
shell: rbenv install 2.6.1 || rbenv global 2.6.1
args:
executable: /bin/bash
environment: