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

Drop Ruby 2.5 #9189

Open
jordanbreen28 opened this issue Dec 19, 2023 · 3 comments
Open

Drop Ruby 2.5 #9189

jordanbreen28 opened this issue Dec 19, 2023 · 3 comments
Labels
enhancement New feature or request triaged Jira issue has been created for this

Comments

@jordanbreen28
Copy link

Use Case

The gemspec still requires a minimum ruby version of 2.5 here.

Describe the Solution You Would Like

Raise minimum ruby requirement to ruby 2.6 (which I believe is needed for puppet server). Will help keep consistency with other tooling and modules in the puppet ecosystem.

@jordanbreen28 jordanbreen28 added enhancement New feature or request maintenance Maintenance chores are excluded from changelogs labels Dec 19, 2023
@tvpartytonight tvpartytonight added triaged Jira issue has been created for this and removed maintenance Maintenance chores are excluded from changelogs labels Dec 19, 2023
Copy link

Migrated issue to PUP-11994

@joshcooper
Copy link
Contributor

@jordanbreen28 we raised the minimum version to 3.1 in puppet8 #9048.

Are you asking to update the minimum to ruby 2.6 for puppet7?

@joshcooper
Copy link
Contributor

Confirmed with @jordanbreen28 this is was for 7.x

s.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
and is related to puppetlabs/puppet-resource_api#335

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triaged Jira issue has been created for this
Projects
None yet
Development

No branches or pull requests

3 participants