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.7+ required but Puppet 6 doesn't run on Ruby 2.7 #372

Closed
ekohl opened this issue Jan 23, 2023 · 2 comments · Fixed by #373
Closed

Ruby 2.7+ required but Puppet 6 doesn't run on Ruby 2.7 #372

ekohl opened this issue Jan 23, 2023 · 2 comments · Fixed by #373
Assignees

Comments

@ekohl
Copy link
Contributor

ekohl commented Jan 23, 2023

AFAIK Puppet 6 doesn't run on Ruby 2.7. I'd expect either Ruby 2.5 + Puppet 6 or Ruby 2.7 + Puppet 7. However, given Puppet 6 is not yet EOL I'd prefer to have Ruby 2.5 as the lower bound.

Originally posted by @ekohl in #364 (comment)

@chelnak
Copy link
Contributor

chelnak commented Jan 23, 2023

Yeah you are right..

Lets get that fixed.. hopefully there are no major dependency issues.

@chelnak chelnak self-assigned this Jan 23, 2023
@chelnak chelnak added the bug label Jan 23, 2023
chelnak added a commit that referenced this issue Jan 23, 2023
Prior to this change the required Ruby version was set to greater than
or equal to 2.7. This meant that the spec_helpers gem would not run on
systems with Ruby 2.5.

This change updates the required Ruby version so that Rubies 2.5 and
above are compatibel.

Additionally the following gems were downgraded for compatibility:

* pathspec is now ~> 0.2
* puppet-lint is now ~> 2.5.2
@chelnak chelnak linked a pull request Jan 23, 2023 that will close this issue
chelnak added a commit that referenced this issue Jan 23, 2023
Prior to this change the required Ruby version was set to greater than
or equal to 2.7. This meant that the spec_helpers gem would not run on
systems with Ruby 2.5.

This change updates the required Ruby version so that Rubies 2.5 and
above are compatibel.

Additionally the following gems were downgraded for compatibility:

* pathspec is now ~> 0.2
* puppet-lint is now ~> 2.5.2
@chelnak
Copy link
Contributor

chelnak commented Jan 23, 2023

@ekohl I think GH-372 fixes this

GSPatton added a commit that referenced this issue Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants