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

Use Puppet 7 in development on Ruby 2.7+ #32

Merged
merged 1 commit into from Jan 25, 2021

Conversation

ekohl
Copy link
Contributor

@ekohl ekohl commented Jan 25, 2021

No description provided.

@ekohl ekohl requested review from a team as code owners January 25, 2021 13:22
@tphoney tphoney self-assigned this Jan 25, 2021
@tphoney
Copy link
Contributor

tphoney commented Jan 25, 2021

lovely, many thanks !!!

@tphoney tphoney merged commit beffd03 into puppetlabs:master Jan 25, 2021
@ekohl ekohl deleted the support-puppet-7 branch January 25, 2021 14:07
else
gem 'puppet', '~> 4.0' # rubocop:disable Bundler/DuplicatedGem Nope, not a duplicate!
end
puppet_version = if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.7.0')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thinking more about this: why is RUBY_VERSION.dup used? It's not like we modify anything. I opened #33.

@sanfrancrisko sanfrancrisko added the enhancement New feature or request label May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants