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

Ruby 2.x Deprecation #39

Merged
merged 14 commits into from
May 30, 2024
Merged

Ruby 2.x Deprecation #39

merged 14 commits into from
May 30, 2024

Conversation

GrantBirki
Copy link
Member

@GrantBirki GrantBirki commented May 30, 2024

Ruby 2.x Deprecation

This pull request starts the Ruby 2.x deprecation process. The latest version of Ruby 2 (2.7) went EOL on 2023-03-31 (source). Since Ruby 2.x is no longer supported by the ruby-core team, we cannot continue to support it either as it will no longer be receiving bug fixes or security updates.

This PR does the following:

  • Removes checks against Ruby 2.7.5 from our CI suite
  • Adds a warning message to bin/deploy-entitlements if Ruby 2.x is used
  • Sets the required version of Ruby to be at least 3.x for using entitlements
  • Publishes a new major release
  • Update many of this project's gems and replace = in favor of ~> to make version upgrades easier in the future
  • Update the Dockerfile base image and the version of bundler being used

Note: This pull request does not remove any of the "Ruby 2.x" files. That will come in the future as a clean up item in case the community needs to fork this project and preserve Ruby 2.x functionality for their organization. (A cautious approach)

@GrantBirki GrantBirki self-assigned this May 30, 2024
@GrantBirki GrantBirki changed the title Start Ruby 2.x Deprecation Ruby 2.x Deprecation May 30, 2024
Copy link
Member

@northrup northrup left a comment

Choose a reason for hiding this comment

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

the dude - oh yeah

@GrantBirki GrantBirki merged commit c81bf9d into main May 30, 2024
17 checks passed
@GrantBirki GrantBirki deleted the deprecate-ruby-2 branch May 30, 2024 18:03
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