-
Notifications
You must be signed in to change notification settings - Fork 145
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
Comments
Yeah you are right.. Lets get that fixed.. hopefully there are no major dependency issues. |
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
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
GSPatton
added a commit
that referenced
this issue
Jan 23, 2023
…ment (GH-372) Reset min Ruby requirement
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: