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

dev dependencies: allow latest versions #3311

Merged
merged 1 commit into from
May 9, 2024
Merged

Conversation

bastelfreak
Copy link
Contributor

This updates all version constraints for development dependencies in gemspec to allow their latest major versions.

Followup for #3249

This updates all version constraints for development
dependencies in gemspec to allow their latest major versions.

Followup for puppetlabs#3249
@bastelfreak bastelfreak requested a review from a team as a code owner May 9, 2024 16:43
bastelfreak added a commit to bastelfreak/bolt that referenced this pull request May 9, 2024
bastelfreak added a commit to bastelfreak/bolt that referenced this pull request May 9, 2024
bastelfreak added a commit to bastelfreak/bolt that referenced this pull request May 9, 2024
This also updates the orchestrator_client dependency. It requires
faraday 1.x. Older versions of orchestrator_client also depend on
faraday but didn't specify the version requirement. r10k 4 depends on
a newer puppet_forge gem which in turn depends on faraday 2.
If we only bump r10k we will downgrade orchestrator_client from 0.7.0 to
0.5.3, which we probably don't want.

Result => orchestrator_client needs to be updated to work with faraday
2. And that' doesn't support Ruby 2.5 anymore.

This also contains puppetlabs#3311
bastelfreak added a commit to bastelfreak/bolt that referenced this pull request May 9, 2024
This also updates the orchestrator_client dependency. It requires
faraday 1.x. Older versions of orchestrator_client also depend on
faraday but didn't specify the version requirement. r10k 4 depends on
a newer puppet_forge gem which in turn depends on faraday 2.
If we only bump r10k we will downgrade orchestrator_client from 0.7.0 to
0.5.3, which we probably don't want.

Result => orchestrator_client needs to be updated to work with faraday
2. (which is actually implemented but unreleased).

This also contains puppetlabs#3311
@donoghuc donoghuc merged commit 7e8cede into puppetlabs:main May 9, 2024
42 checks passed
bastelfreak added a commit to bastelfreak/bolt that referenced this pull request May 9, 2024
This also updates the orchestrator_client dependency. It requires
faraday 1.x. Older versions of orchestrator_client also depend on
faraday but didn't specify the version requirement. r10k 4 depends on
a newer puppet_forge gem which in turn depends on faraday 2.
If we only bump r10k we will downgrade orchestrator_client from 0.7.0 to
0.5.3, which we probably don't want.

Result => orchestrator_client needs to be updated to work with faraday
2. (which is actually implemented but unreleased).

This also contains puppetlabs#3311
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants