Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to Ruby 3.3.1 #709

Merged
merged 6 commits into from
May 3, 2024
Merged

Bump to Ruby 3.3.1 #709

merged 6 commits into from
May 3, 2024

Conversation

zachgoll
Copy link
Collaborator

@zachgoll zachgoll commented May 3, 2024

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:


# End TODO
ARG RUBY_VERSION=3.3.1
FROM ruby:${RUBY_VERSION}-slim-bullseye
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

run: |
bin/rails db:create
bin/rails db:schema:load
bin/rails test:all
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@zachgoll zachgoll merged commit 4f508cd into main May 3, 2024
4 checks passed
@zachgoll zachgoll deleted the bump-to-ruby-3.3.1 branch May 3, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant