Bump to Ruby 3.3.1 #709

Merged
zachgoll merged 6 commits from bump-to-ruby-3.3.1 into main 2024-05-03 20:22:19 +08:00
zachgoll commented 2024-05-03 09:51:00 +08:00 (Migrated from github.com)

Overview

Bumps project to Ruby 3.3.1

Contributors

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

rbenv install 3.3.1
rbenv local 3.3.1 # or optionally, set it globally via `rbenv global 3.3.1`
bundle install

Misc

Aside from getting to the latest version of Ruby and Bundler, this also fixes:

  • The devcontainer workaround from #293
  • An issue with parser compatibility recently introduced by some Gemfile changes (explained here)
## Overview Bumps project to Ruby 3.3.1 ### 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.1 rbenv local 3.3.1 # or optionally, set it globally via `rbenv global 3.3.1` bundle install ``` ### Misc Aside from getting to the latest version of Ruby and Bundler, this also fixes: - The devcontainer workaround from #293 - An issue with `parser` compatibility recently introduced by some Gemfile changes ([explained here](https://github.com/whitequark/parser?tab=readme-ov-file#compatibility-with-ruby-mri))
zachgoll (Migrated from github.com) reviewed 2024-05-03 09:52:08 +08:00
zachgoll (Migrated from github.com) commented 2024-05-03 09:52:08 +08:00

@robzolkos is this change in line with what you were expecting on the 3.3.1 release?

@robzolkos is this change in line with what you were expecting on the 3.3.1 release?
zachgoll (Migrated from github.com) reviewed 2024-05-03 09:55:37 +08:00
zachgoll (Migrated from github.com) commented 2024-05-03 09:55:37 +08:00

Until these are stable (follow up PRs coming), no reason to be running them as they are false negatives. Will reintroduce with more stability in the future.

Until these are stable (follow up PRs coming), no reason to be running them as they are false negatives. Will reintroduce with more stability in the future.
Sign in to join this conversation.