Skip to content

Upgrade Ruby version to 3.3.10#6723

Open
wthurston wants to merge 2 commits intorubyforgood:mainfrom
wthurston:upgrade-ruby-3.3.10
Open

Upgrade Ruby version to 3.3.10#6723
wthurston wants to merge 2 commits intorubyforgood:mainfrom
wthurston:upgrade-ruby-3.3.10

Conversation

@wthurston
Copy link

What github issue is this PR for, if any?

Resolves #6706

What changed, and why?

This updates the project Ruby version from 3.3.8 to 3.3.10. This patch-level upgrade should not contain any breaking changes. I am interested in doing this in pursuit of getting Codespace dev setup working smoothly again. Note that this does not entirely resolve the problems with using the Codespaces button setup to develop - some more adjustments will be needed, but updating to 3.3.10 and bumping up the Ruby docker image we are using in the container is a first step toward this.

So to reiterate - if you try to run this branch in Codespaces, you will still have issues, just like right now on main, but I am planning on continuing to chip away at these to get Codespace usage into a good state!

How is this tested? (please write rspec and jest tests!) 💖💪

Note: if you see a flake in your test build in github actions, please post in slack #casa "Flaky test: " :) 💪
Note: We love capybara tests! If you are writing both haml/js and ruby, please try to test your work with tests at every level including system tests like https://github.com/rubyforgood/casa/tree/main/spec/system

I have run the rspec and npm test suites. I have got the app up and running in a Codespace (this takes a bit of additional manual setup work due to issues in the setup script) and tested signing in as various user types and navigating around the app.

image

Note: if reviewers could run the RSpec test suite locally that would be great - some of the specs fail due to not being able to use Chrome/Selenium in Codespaces and I have not had a chance to run the Codespace in local VSCode or otherwise clone the app locally outside of Codespaces.

This is my first PR here so my apologies if I am missing anything!

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade Ruby version to 3.3.10

1 participant