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 #120

Merged
merged 2 commits into from
Dec 27, 2024

Conversation

unoduetre
Copy link
Contributor

What

Upgrade all our apps to use Ruby 3.3.6.

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
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/alphagov/govuk_document_types"
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.

All changes look good. The only thing that's left is 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 80efe34 to 764259f Compare December 27, 2024 14:38
@unoduetre
Copy link
Contributor Author

All changes look good. The only thing that's left is to update the CHANGELOG file

Fixed

@unoduetre unoduetre force-pushed the 3095-upgrade-our-apps-to-use-ruby-336-l branch from 764259f to 1274204 Compare December 27, 2024 14:48
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 then this, all look 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/govuk_document_types/pull/120
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 1274204 to 2796bef Compare December 27, 2024 14:54
@unoduetre unoduetre merged commit facf5c6 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:03
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 #120
@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