Skip to content

Commit

Permalink
Merge pull request #863 from isucon/renovate/ruby-3.x
Browse files Browse the repository at this point in the history
Update dependency ruby to v3.3.5
  • Loading branch information
catatsuy authored Sep 8, 2024
2 parents 86a73cd + e2c0723 commit f808d15
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.4"
when: ruby_version_output is failed or ruby_version_output.stdout != "3.3.5"
args:
chdir: /home/isucon
command: |
/home/isucon/xbuild/ruby-install 3.3.4 /home/isucon/local/ruby
/home/isucon/xbuild/ruby-install 3.3.5 /home/isucon/local/ruby
- name: Add PATH for ruby
become: yes
Expand Down

0 comments on commit f808d15

Please sign in to comment.