Skip to content

Commit

Permalink
Update Ruby to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvire committed Jul 15, 2024
1 parent 50fd21a commit f03f12e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/roles/ruby-2.0/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
repo: https://github.com/rbenv/ruby-build.git
dest: /root/.rbenv/plugins/ruby-build

- name: Install ruby 2.7.1
- name: Install ruby 3.3.4
shell: |
/root/.rbenv/bin/rbenv install 2.7.1
/root/.rbenv/bin/rbenv global 2.7.1
/root/.rbenv/bin/rbenv install 3.3.4
/root/.rbenv/bin/rbenv global 3.3.4
args:
executable: /bin/bash

0 comments on commit f03f12e

Please sign in to comment.