Bump Ruby version to 2.5.0
This commit is contained in:
parent
9527b8484b
commit
d4eee4e1b9
|
@ -29,7 +29,7 @@
|
||||||
become: true
|
become: true
|
||||||
become_user: mastodon
|
become_user: mastodon
|
||||||
- name: Install Ruby and set it as the user's default
|
- name: Install Ruby and set it as the user's default
|
||||||
shell: rbenv install 2.4.2 || rbenv global 2.4.2
|
shell: rbenv install 2.5.0 || rbenv global 2.5.0
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue