Skip to content

Commit

Permalink
Merge pull request #836 from isucon/renovate/ruby-3.x
Browse files Browse the repository at this point in the history
Update dependency ruby to v3.3.3
  • Loading branch information
catatsuy committed Jun 15, 2024
2 parents 2923b2d + 44f4832 commit 1ed17b5
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.2"
when: ruby_version_output is failed or ruby_version_output.stdout != "3.3.3"
args:
chdir: /home/isucon
command: |
/home/isucon/xbuild/ruby-install 3.3.2 /home/isucon/local/ruby
/home/isucon/xbuild/ruby-install 3.3.3 /home/isucon/local/ruby
- name: Add PATH for ruby
become: yes
Expand Down

0 comments on commit 1ed17b5

Please sign in to comment.