Skip to content

Commit

Permalink
Update dependency ruby to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 7631f61 commit 8c9e8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provisioning/roles/ruby/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
- name: Install Ruby
become: yes
become_user: isucon
when: ruby_version_output is failed or ruby_version_output.stdout != "3.3.6"
when: ruby_version_output is failed or ruby_version_output.stdout != "3.4.1"
args:
chdir: /home/isucon
command: |
/home/isucon/xbuild/ruby-install 3.3.6 /home/isucon/local/ruby
/home/isucon/xbuild/ruby-install 3.4.1 /home/isucon/local/ruby
- name: Add PATH for ruby
become: yes
Expand Down

0 comments on commit 8c9e8f5

Please sign in to comment.