Bump ruby from 3.3.1 to 3.3.4 #1084

Merged
Cluster444 merged 1 commits from ruby-3-3-4 into main 2024-08-14 00:49:51 +08:00
Cluster444 commented 2024-08-13 21:12:22 +08:00 (Migrated from github.com)

Overview

Bumps project to Ruby 3.3.4

Contributors

If you used rbenv as suggested in our guides, you can update your local env with:

rbenv install 3.3.4
rbenv local 3.3.4 # or optionally, set it globally via `rbenv global 3.3.4`
bundle install
## Overview Bumps project to Ruby 3.3.4 ### Contributors If you used `rbenv` as suggested in [our guides](https://github.com/maybe-finance/maybe/wiki/Mac-Dev-Setup-Guide), you can update your local env with: ``` rbenv install 3.3.4 rbenv local 3.3.4 # or optionally, set it globally via `rbenv global 3.3.4` bundle install ```
zachgoll commented 2024-08-14 00:36:15 +08:00 (Migrated from github.com)

@Cluster444 thanks for the update, would you mind updating this part of the README as well?

3c64f3ff3b/README.md (L45)

I'm also going to add some reminders for contributors in the description.

@Cluster444 thanks for the update, would you mind updating this part of the README as well? https://github.com/maybe-finance/maybe/blob/3c64f3ff3b3533d29df6b1bae200b01a2adaedfa/README.md?plain=1#L45 I'm also going to add some reminders for contributors in the description.
zachgoll commented 2024-08-14 00:49:42 +08:00 (Migrated from github.com)

@Cluster444 disregard the comment above, I'll just go ahead and update the README in a separate commit

@Cluster444 disregard the comment above, I'll just go ahead and update the README in a separate commit
Sign in to join this conversation.