Skip to content

Conversation

@bshand
Copy link
Contributor

@bshand bshand commented Jul 31, 2025

Released changes:

Fixed

  • Update rubocop version dependency
  • rake bundle:update should package gems for all platforms

Changed

  • Drop support for Ruby 3.0

@bshand bshand requested a review from a team as a code owner July 31, 2025 15:11
# Use "rake build" to build the gem, see rake -T for all bundler rake tasks (and our own).
module NdrDevSupport
VERSION = '7.3.2'
VERSION = '7.3.3'
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we happy this is only a patch version change if we're dropping support for Ruby 3.0?

Copy link
Contributor Author

@bshand bshand Aug 1, 2025

Choose a reason for hiding this comment

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

I think so: Ruby 3.0 is EOL since 2024-04-23, and no longer used by any of our systems. The target version is "currently supported Ruby versions". (I've left in Ruby 3.1 support only because we run Ruby 3.1 regression tests for some projects.)

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 patch versions should be backward compatible, which this change wouldn't be. However, as you say, none of our systems are using 3.0, so agree a patch level bump is fine here.

@bshand bshand merged commit 541e19c into main Aug 1, 2025
14 checks passed
@bshand bshand deleted the release/7_3_3 branch August 1, 2025 08:24
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