-
Notifications
You must be signed in to change notification settings - Fork 21
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
(CAT-1430) - Drop ruby 2.5 Support & Add Ruby 3.x Support #348
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jordanbreen28
changed the title
Cat 1430 bump depdencies
(CAT-1430) - bump puppet-lint and puppet-strings dependencies
Sep 21, 2023
jordanbreen28
force-pushed
the
CAT-1430-bump_depdencies
branch
3 times, most recently
from
September 21, 2023 13:45
9030608
to
dbcfbe3
Compare
jordanbreen28
force-pushed
the
CAT-1430-bump_depdencies
branch
from
September 21, 2023 14:27
9f65a88
to
e7fe170
Compare
jordanbreen28
changed the title
(CAT-1430) - bump puppet-lint and puppet-strings dependencies
(CAT-1430) - Drop ruby 2.5 Support & bump puppet-lint/puppet-strings dependencies
Sep 21, 2023
jordanbreen28
force-pushed
the
CAT-1430-bump_depdencies
branch
6 times, most recently
from
September 25, 2023 11:16
ced6f0b
to
74f5b81
Compare
jordanbreen28
force-pushed
the
CAT-1430-bump_depdencies
branch
2 times, most recently
from
September 25, 2023 11:20
49df64e
to
7302237
Compare
jordanbreen28
changed the title
(CAT-1430) - Drop ruby 2.5 Support & bump puppet-lint/puppet-strings dependencies
(CAT-1430) - Drop ruby 2.5 Support & Add Ruby 3.x Support
Sep 25, 2023
jordanbreen28
force-pushed
the
CAT-1430-bump_depdencies
branch
3 times, most recently
from
September 25, 2023 13:09
2864875
to
5dc065e
Compare
jordanbreen28
force-pushed
the
CAT-1430-bump_depdencies
branch
2 times, most recently
from
September 27, 2023 08:20
680d7c4
to
2c94970
Compare
This change temporarily pins the ffi 1.15.2 gem and pulls this in to be used in CI for the editor-services. This change should be temporarily, to resolve failing CI until this bug is fixed upstream, and released in the next puppet platform release. See here puppetlabs/puppet#9112
jordanbreen28
force-pushed
the
CAT-1430-bump_depdencies
branch
11 times, most recently
from
September 28, 2023 11:44
9b9c191
to
7d083b6
Compare
GSPatton
reviewed
Sep 28, 2023
jordanbreen28
force-pushed
the
CAT-1430-bump_depdencies
branch
5 times, most recently
from
September 28, 2023 14:14
a423975
to
ec94932
Compare
jordanbreen28
force-pushed
the
CAT-1430-bump_depdencies
branch
from
September 28, 2023 15:50
ec94932
to
119d9d0
Compare
pmcmaw
approved these changes
Sep 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Drops support for ruby 2.5.
Adds support for ruby 3.x
Bumps the runtime dependency gems for puppet-lint and puppet-strings to latest versions.
puppet-lint development gem bumped to
~> 4.0
.See gemfile:
Temporarily vendor gem from https://github.com/jordanbreen28/puppetfile-resolver until glennsarti/puppetfile-resolver#41 is merged/released.
Additional Context
Add any additional context about the problem here.
Related Issues (if any)
Mention any related issues or pull requests.
Checklist