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

Upgrade Ruby to version 3.3.6 #78

Merged
merged 2 commits into from
Dec 27, 2024

Conversation

unoduetre
Copy link
Contributor

@unoduetre unoduetre commented Dec 11, 2024

What

Upgrade all our apps to use Ruby 3.3.6.

It also fixes some deprecations.

Why

We want to keep our software up-to-date. Ruby 3.3.6 was released in November 2024, so we should upgrade to use it.

Trello card

@unoduetre unoduetre marked this pull request as ready for review December 12, 2024 14:32
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = ""
spec.license = "MIT"

spec.required_ruby_version = ">= 3.1"
spec.required_ruby_version = ">= 3.2"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've increased the required ruby version for the apps using this gem to 3.2. I didn't make it 3.3, because some apps do not use 3.3 yet.

Copy link
Contributor

@catalinailie catalinailie left a comment

Choose a reason for hiding this comment

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

Looks good

Copy link
Contributor

@catalinailie catalinailie left a comment

Choose a reason for hiding this comment

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

Ohh I forgot. I think we also need to update the CHANGELOG file

@unoduetre unoduetre force-pushed the 3095-upgrade-our-apps-to-use-ruby-336-l branch 2 times, most recently from dcb0505 to da4eb4b Compare December 27, 2024 14:37
@unoduetre
Copy link
Contributor Author

Ohh I forgot. I think we also need to update the CHANGELOG file

Fixed

Copy link
Contributor

@catalinailie catalinailie left a comment

Choose a reason for hiding this comment

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

Just a small nitpick. Other than this, all looks good

@@ -1,3 +1,7 @@
# Unreleased

* Drop support for Ruby 3.1, keep supporting Ruby 3.2, use Ruby 3.3 as default https://github.com/alphagov/rails_translation_manager/pull/78
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it would be better to have these changes in a separate commit.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@unoduetre unoduetre force-pushed the 3095-upgrade-our-apps-to-use-ruby-336-l branch from da4eb4b to f5d5a75 Compare December 27, 2024 14:56
@unoduetre unoduetre merged commit 3ce7160 into main Dec 27, 2024
15 checks passed
@unoduetre unoduetre deleted the 3095-upgrade-our-apps-to-use-ruby-336-l branch December 27, 2024 15:04
unoduetre added a commit that referenced this pull request Dec 27, 2024
* Drop support for Ruby 3.1, keep supporting Ruby 3.2, use Ruby 3.3 as default #78
@unoduetre unoduetre mentioned this pull request Dec 27, 2024
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.

2 participants