Skip to content

Commit

Permalink
Merge pull request #880 from isucon/renovate/ruby-3.x
Browse files Browse the repository at this point in the history
Update dependency ruby to v3.3.6
  • Loading branch information
catatsuy authored Nov 9, 2024
2 parents c3fa2b9 + 3fa7a6d commit b8d77e4
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.5"
when: ruby_version_output is failed or ruby_version_output.stdout != "3.3.6"
args:
chdir: /home/isucon
command: |
/home/isucon/xbuild/ruby-install 3.3.5 /home/isucon/local/ruby
/home/isucon/xbuild/ruby-install 3.3.6 /home/isucon/local/ruby
- name: Add PATH for ruby
become: yes
Expand Down

0 comments on commit b8d77e4

Please sign in to comment.